

/**{*/
/*    padding: 0;*/
/*    margin: 0;*/
/*    box-sizing: border-box;*/
/*    font-family: 'Times New Roman', Times, serif;*/
/*    scroll-behavior: smooth;*/
/*}*/

/*body{*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*}*/

/*header*/

/*header{*/
/*    width: 100%;*/
/*    background-image: url(images/omizzy.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: top;*/
/*    height: 100vh;*/
/*     height: 100vh; */

/*}*/
/*header nav ul{*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    gap: 4rem;*/
/*    padding: 2rem;*/
/*    position: fixed;*/
/*    backdrop-filter: blur(5rem);*/
/*    box-shadow: 2px 2px 2px white;*/
/*    z-index: 999;*/
/*    top: 2rem;*/
/*    left: 45rem;*/
   
/*}*/

/*header nav ul li{*/
/*    list-style: none;*/
/*    text-align: center;*/

/*}*/

/*header a{*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-size: 1.7rem;*/
    
    
/*}*/

/*header h1{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: white;*/
/*    -webkit-text-stroke: 2px black;*/
/*    font-size: 4rem;*/
/*    letter-spacing: 3rem;*/
/*    padding-top: 8rem;*/
/*}*/

/* Import Google Fonts */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Montserrat:wght@400;500;600;700&display=swap');*/

/* CSS Reset */
/**, *::before, *::after {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*}*/

/* CSS Variables */
/*:root {*/
/*    --primary-color: #2c3e50;*/
/*    --secondary-color: #e74c3c;*/
/*    --accent-color: #3498db;*/
/*    --text-color: #333;*/
/*    --light-bg: #f9f9f9;*/
/*    --transition: all 0.3s ease;*/
/*    --font-primary: 'Poppins', sans-serif;*/
/*    --font-secondary: 'Montserrat', sans-serif;*/
/*}*/

/* Base Styles */
/*html {*/
/*    scroll-behavior: smooth;*/
/*}*/

/*body {*/
/*    font-family: var(--font-primary);*/
/*    color: var(--text-color);*/
/*    line-height: 1.6;*/
/*    overflow-x: hidden;*/
/*    background-color: var(--light-bg);*/
/*}*/

/* Header Styles with Enhanced Animation */
/*header {*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    background-image: url(images/omi.jpg);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    position: relative;*/
/*    animation: gradientBG 20s ease infinite;*/
/*}*/

/*header::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));*/
/*    z-index: 1;*/
/*}*/

/* Enhanced Navigation */
/*header nav {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    z-index: 1000;*/
/*    background: rgba(255, 255, 255, 0.1);*/
/*    backdrop-filter: blur(10px);*/
/*    transition: var(--transition);*/
/*}*/

/*header nav ul {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    padding: 1.5rem;*/
/*    gap: 3rem;*/
/*}*/

/*header nav a{*/
/*    text-decoration: none;*/
/*}*/

/* Mobile Navigation Button */
/*.nav-toggle {*/
/*    display: none;*/
/*    background: none;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    padding: 0.5rem;*/
/*    position: fixed;*/
/*    right: 1rem;*/
/*    top: 1rem;*/
/*    z-index: 1001;*/
/*}*/

/*.nav-toggle span {*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: 2px;*/
/*    background-color: white;*/
/*    margin: 5px 0;*/
/*    transition: var(--transition);*/
/*}*/

/* Horizontal Scroll Sections */
/*.scroll-container {*/
/*    width: 100%;*/
/*    overflow-x: auto;*/
/*    overflow-y: hidden;*/
/*    -webkit-overflow-scrolling: touch;*/
/*    scrollbar-width: none;*/
/*    padding: 1rem 0;*/
/*    cursor: grab;*/
/*}*/

/*.scroll-container::-webkit-scrollbar {*/
/*    display: none;*/
/*}*/

/*.scroll-container:active {*/
/*    cursor: grabbing;*/
/*}*/


/*about*/
/*.about{*/
/*    display: flex;*/
/*    width: 80vw;*/
/*    flex-direction: row;*/
/*     height: 95vh; */
/*    margin: auto;*/
/*    justify-content: space-between;*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 3rem;*/
/*}*/

/*.about .biography{*/
/*    width: 35vw;*/
/*    line-height: 2rem;*/
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.9rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/
/*.about .biography span{*/
/*    text-shadow: 3px 3px 6px purple;*/
/*    letter-spacing: .4rem;*/
/*}*/
/*.about .bio-pic{*/
/*    height: 50vh;*/
/*}*/
/*.about .bio-pic img{*/
/*    width: 35rem;*/
/*    height: 28rem;*/
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/

/*al*/
/*.al{*/
/*    margin: auto;*/
/*}*/

/*.al h2{*/
/*     margin: auto; */
/*    margin-left: 8rem;*/
/*    text-decoration: underline;*/
/*}*/

/*search icon*/
/*.search{*/
/*    display: flex;*/
/*    margin: 3rem 0 auto auto;*/
/*    width: 80vw;*/
/*}*/
/*.search input{*/
/*    display: flex;*/
/*    padding: .2rem;*/
/*    border-radius: .4rem;*/

/*}*/
/*album*/
/*.album{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    scroll-behavior: smooth;*/
/*    -ms-overflow-style: none;*/
/*    scrollbar-width: none;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*}*/

/*.album::-webkit-scrollbar{*/
/*    display: none;*/
/*}*/

/*.album .album-display{*/
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.album .album-c img{*/
/*    width: 15rem;*/
/*    height: 13rem;*/
/*    margin-top: .7rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.album .album-c{*/
/*    width:20vw;*/
/*    height: 50vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.5rem;*/
/*    padding: .9rem;*/
/*}*/

/*.album .album-c ul{*/
/*    margin-top: 1rem;*/
/*    line-height: 1.4rem;*/
   
/*}*/

/*.album .album-c ul li{*/
/*    list-style: none;*/
/*    font-size: 1.2rem;*/
/*    text-align: center;*/
    
/*}*/

/*videos*/
/*.video-display{*/
/*    display: flex;*/
/*    overflow-x: scroll;*/
/*    scroll-behavior: smooth;*/
/*    -ms-overflow-style: none;*/
/*    scrollbar-width: none;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*    gap: 2rem;*/
/*}*/

/*.video-display .video-c{*/
/*    width: 60vw;*/
/*}*/
/*event*/

/*.eve{*/
/*  margin: 3.5rem 8rem;*/
/*  text-shadow: 0px 0px .9px purple;*/
/*  font-size: 2.2rem;*/
/*  text-decoration: underline;*/

/*}*/
/*.event{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    scroll-behavior: smooth;*/
/*    -ms-overflow-style: none;*/
/*    scrollbar-width: none;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.event::-webkit-scrollbar{*/
/*    display: none;*/
/*}*/

/*.event .event-c img{*/
/*    width: 15rem;*/
/*    height: 13rem;*/
/*    margin-top: 1rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.event .event-c{*/
/*    width:20vw;*/
/*    height: 50vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.3rem;*/
/*    padding: .9rem;*/
    
/*}*/

/*.event .event-c ul{*/
/*    margin-top: 1rem;*/
/*    line-height: 1.4rem;*/
   
/*}*/

/*.event .event-c ul li{*/
/*    list-style: none;*/
/*    font-size: 1.2rem;*/
/*    text-align: center;*/
    
/*}*/


/*.no{*/
/*    display: none;*/
/*}*/

/*.eventd{*/
/*    display: block;*/
/*}*/

/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 80vw;*/
/*    height: 80vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/

/*.contact h2{*/
/*font-size: 2rem;*/
/*}*/

/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*}*/


/*footer*/
/*footer{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-top: 3rem;*/
/*    background-color:rgb(99, 62, 99);*/
/*    color: white;*/
/*    line-height: 1.8rem;*/
/*}*/


/*footer .socials img{*/
/*    width: 3rem;*/
/*    height: 3rem;*/
  
/*}*/

/*footer a{*/
/*    margin:1rem;*/
/*}*/

/*media queries*/
/*@media screen and (max-width:480px) {*/
    
/*header*/

/*header nav ul{*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    gap: 1rem;*/
/*    padding: .8rem;*/
/*    position: fixed;*/
/*    backdrop-filter: none;*/
/*    background-color: hsla(300, 24%, 21%, 0.692);*/
/*    box-shadow: .5px .5px 1.6px hsla(0, 0%, 100%, 0.993);*/
/*    z-index: 999;*/
/*    top: 2rem;*/
/*    left: 3.4rem;*/
/*    border-radius: .3rem;*/
   
/*}*/

/*header nav ul li{*/
/*    list-style: none;*/
/*    text-align: center;*/

/*}*/

/*header a{*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-size: 1.02rem;*/
    
    
/*}*/

/*header h1{*/
/*    font-size: 3rem;*/
/*    letter-spacing: 1.5rem;*/
   
/*}*/


/*about*/
/*.about{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 80vw;*/
/*     height: 95vh; */
/*    margin: auto;*/
/*    justify-content: space-between;*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 1.7rem;*/
    
/*}*/

/*.about .biography{*/
/*    width: 79.4vw;*/
/*    line-height: 2rem;*/
    
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.6rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/


/*.about .bio-pic img{*/
/*    width: 17rem;*/
/*    height: 22rem;*/
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/


/*album*/
/*.album{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*}*/


/*.album .album-display{*/
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.album .album-c img{*/
/*    width: 6.5rem;*/
/*    height: 11rem;*/
/*    margin-top: 1rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.album .album-c{*/
/*    width:30vw;*/
/*    height: 37vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.3rem;*/
/*    padding: .9rem;*/
   
/*}*/

/*event*/
/*.event .event-c img{*/
/*    width: 6.5rem;*/
/*    height: 9rem;*/
/*    margin-top: 1rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.event .event-c{*/
/*    width:30vw;*/
/*    height: 34vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.3rem;*/
/*    padding: .9rem;*/
    
/*}*/



/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 80vw;*/
/*    height: 50vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/



/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 17rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 17rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*}*/

/*footer*/
/*footer{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-top: 3rem;*/
/*    background-color:rgb(99, 62, 99);*/
/*    color: white;*/
/*    line-height: 1.5rem;*/
/*}*/

/*footer .socials img{*/
/*    width: 2rem;*/
/*    height: 1.5rem;*/
  
/*}*/

/*footer a{*/
/*    margin:1rem;*/
/*}*/



/*}  */

/*@media screen and (min-width:520px) {*/
/*    header*/

/*header nav ul{*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    gap: 1rem;*/
/*    padding: .8rem;*/
/*    position: fixed;*/
/*    backdrop-filter: none;*/
/*    background-color: hsla(300, 24%, 21%, 0.692);*/
/*    box-shadow: .5px .5px 1.6px hsla(0, 0%, 100%, 0.993);*/
/*    z-index: 999;*/
/*    top: 2rem;*/
/*    left: 3.4rem;*/
/*    border-radius: .3rem;*/
   
/*}*/

/*header nav ul li{*/
/*    list-style: none;*/
/*    text-align: center;*/

/*}*/

/*header a{*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-size: 1.02rem;*/
    
    
/*}*/

/*header h1{*/
/*    font-size: 3rem;*/
/*    letter-spacing: 1.5rem;*/
   
/*}*/


/*about*/
/*.about{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 80vw;*/
/*     height: 95vh; */
/*    margin: auto;*/
/*    justify-content: space-between;*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 1.7rem;*/
    
/*}*/

/*.about .biography{*/
/*    width: 79.4vw;*/
/*    line-height: 2rem;*/
    
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.6rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/


/*.about .bio-pic img{*/
/*    width: 17rem;*/
/*    height: 22rem;*/
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/


/*album*/
/*.album{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*}*/


/*.album .album-display{*/
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.album .album-c img{*/
/*    width: 6.5rem;*/
/*    height: 11rem;*/
/*    margin-top: 1rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.album .album-c{*/
/*    width:30vw;*/
/*    height: 37vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.3rem;*/
/*    padding: .9rem;*/
   
/*}*/


/*event*/
/*.event .event-c img{*/
/*    width: 6.5rem;*/
/*    height: 9rem;*/
/*    margin-top: 1rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.event .event-c{*/
/*    width:30vw;*/
/*    height: 34vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.3rem;*/
/*    padding: .9rem;*/
    
/*}*/


/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 80vw;*/
/*    height: 50vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/



/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 17rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 17rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*}*/


/*}*/
/*@media screen and (min-width:768px) {    */
/*header*/

/*header nav ul{*/
/*    display: flex;*/
/*    justify-content: end;*/
/*     gap: 1rem; */
/*    padding: .8rem;*/
/*    position: fixed;*/
/*    backdrop-filter: none;*/
/*    background-color: hsla(300, 24%, 21%, 0.692);*/
/*    box-shadow: .5px .5px 1.6px hsla(0, 0%, 100%, 0.993);*/
/*    z-index: 999;*/
/*    top: 2rem;*/
/*    left: 15rem;*/
/*    border-radius: .3rem;*/
   
/*}*/

/*header nav ul li{*/
/*    list-style: none;*/
/*    text-align: center;*/

/*}*/

/*header a{*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    font-size: 1.02rem;*/
    
    
/*}*/

/*header h1{*/
/*    font-size: 3rem;*/
/*    letter-spacing: 1.5rem;*/
   
/*}*/


/*about*/
/*.about{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    width: 80vw;*/
/*     height: 95vh; */
/*    margin: auto;*/
/*    justify-content: space-between;*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 1.7rem;*/
/*    height: 80vh;*/
/*     background-color: red; */
    
/*}*/

/*.about .biography{*/
/*    width: 79.4vw;*/
/*    line-height: 2rem;*/
    
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.6rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/


/*.about .bio-pic img{*/
/*     width: 22rem;*/
/*    height: 22rem; */
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/


/*album*/
/*.album{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*}*/


/*.album .album-display{*/
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.album .album-c img{*/
/*    width: 6.5rem;*/
/*    height: 11rem;*/
/*    margin-top: 1rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.album .album-c{*/
/*    width:30vw;*/
/*    height: 31vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.35rem;*/
/*    padding: .9rem;*/
   
/*}*/


/*event*/
/*.event .event-c img{*/
/*    width: 6.5rem;*/
/*    height: 11rem;*/
/*    margin-top: 1rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.event .event-c{*/
/*    width:30vw;*/
/*    height: 31vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.35rem;*/
/*    padding: .9rem;*/
    
/*}*/



/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 80vw;*/
/*    height: 40vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/



/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 17rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 17rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*}*/

/*}*/

/*@media screen and (min-width:834px) { */
/*about*/
/*.about{*/
 
/*    margin-bottom: .5rem;*/
/*}*/

/*.about .biography{*/
/*    width: 78vw;*/
/*    line-height: 2rem;*/
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.9rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/
/*.about .biography span{*/
/*    text-shadow: 3px 3px 6px purple;*/
/*    letter-spacing: .4rem;*/
/*}*/
/*.about .bio-pic{*/
/*    height: 20vh;*/
/*}*/
/*.about .bio-pic img{*/
/*    width: 18rem;*/
/*    height: 16rem;*/
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/
/*al*/
/*.al{*/
/*    margin-top: 7rem;*/
/*}*/

/*.al h2{*/
/*    margin: auto;*/
/*    margin-left: 8rem;*/
/*    text-decoration: underline;*/
/*}*/

/*album*/
/*.album{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*}*/


/*.album .album-display{*/
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.album .album-c img{*/
/*    width: 8rem;*/
/*    height: 5rem;*/
/*    margin-top: .7rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.album .album-c{*/
/*    width:20vw;*/
/*    height: 25vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.5rem;*/
/*    padding: .9rem;*/
/*}*/

/*.album .album-c ul{*/
/*    margin-top: 1rem;*/
/*    line-height: 1.4rem;*/
   
/*}*/

/*.album .album-c ul li{*/
/*    list-style: none;*/
/*    font-size: 1.2rem;*/
/*    text-align: center;*/
    
/*}*/


/*event*/

/*.eve{*/
/*    margin: 3rem 8rem;*/
/*    text-shadow: 0px 0px .9px purple;*/
/*    font-size: 2.2rem;*/
/*    text-decoration: underline;*/
  
/*  }*/
/*  .event{*/
/*      max-width: 80vw;*/
/*      overflow-x: scroll;*/
/*      margin: auto;*/
/*      margin-top: 2rem;  */
/*      display: flex;*/
/*      gap: 2rem;*/
/*  }*/
  
  
/*  .event .event-c img{*/
/*      width: 8rem;*/
/*      height: 5rem;*/
/*      margin-top: 1rem;*/
/*      border-radius: .5rem;*/
/*  }*/
/*  .event .event-c{*/
/*      width:20vw;*/
/*      height: 25vh;*/
/*       padding: 1.3rem; */
/*      display: flex;*/
/*      flex-direction: column;*/
/*       justify-content: center; */
/*      align-items: center;*/
/*      background-color: azure;*/
/*      box-shadow: 3px 5px 7px black;;*/
/*      line-height: 1.3rem;*/
/*      padding: .9rem;*/
      
/*  }*/
  
/*  .event .event-c ul{*/
/*      margin-top: 1rem;*/
/*      line-height: 1.4rem;*/
     
/*  }*/
  
/*  .event .event-c ul li{*/
/*      list-style: none;*/
/*      font-size: 1.2rem;*/
/*      text-align: center;*/
      
/*  }*/
  
  
/*  .event .no{*/
/*      display: none;*/
/*  }*/
  
/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 80vw;*/
/*    height: 50vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/

/*.contact h2{*/
/*font-size: 2rem;*/
/*}*/

/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*}*/

/*}*/

/*@media screen and (min-width:1024px) {*/
/*    header*/
/*    header nav ul{*/
/*        display: flex;*/
/*        justify-content: end;*/
/*        gap: 4rem;*/
/*        padding: 1rem;*/
/*        position: fixed;*/
/*        backdrop-filter: blur(5rem);*/
/*        box-shadow: 2px 2px 2px white;*/
/*        z-index: 999;*/
/*        top: 2rem;*/
/*        left: 22rem;*/
       
/*    }*/
    
/*    header nav ul li{*/
/*        list-style: none;*/
/*        text-align: center;*/
    
/*    }*/
    
/*    header a{*/
/*        color: white;*/
/*        text-decoration: none;*/
/*        font-size: 1.3rem;*/
        
        
/*    }*/
    
/*    header h1{*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        color: white;*/
/*        -webkit-text-stroke: 2px black;*/
/*        font-size: 4rem;*/
/*        letter-spacing: 3rem;*/
/*        padding-top: 8rem;*/
/*    }*/
/*about*/
/*.about{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    width: 80vw;*/
/*     height: 95vh; */
/*    margin: auto;*/
/*    justify-content: space-between;*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 3rem;*/
/*}*/

/*.about .biography{*/
/*    width: 35vw;*/
/*    line-height: 2rem;*/
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.9rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/
/*.about .biography span{*/
/*    text-shadow: 3px 3px 6px purple;*/
/*    letter-spacing: .4rem;*/
/*}*/
/*.about .bio-pic{*/
/*    height: 50vh;*/
/*}*/
/*.about .bio-pic img{*/
/*    width: 28rem;*/
/*    height: 35rem;*/
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/

/*al*/
/*.al{*/
/*    margin-top: 4rem;*/
/*}*/

/*.al h2{*/
/*    margin: auto;*/
/*    margin-left: 6rem;*/
/*    text-decoration: underline;*/
/*}*/


/*album*/
/*.album{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*}*/


/*.album .album-display{*/
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.album .album-c img{*/
/*    width: 8rem;*/
/*    height: 5rem;*/
/*    margin-top: .7rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.album .album-c{*/
/*    width:20vw;*/
/*    height: 30vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.5rem;*/
/*    padding: .9rem;*/
/*}*/

/*.album .album-c ul{*/
/*    margin-top: 1rem;*/
/*    line-height: 1.4rem;*/
   
/*}*/

/*.album .album-c ul li{*/
/*    list-style: none;*/
/*    font-size: 1.2rem;*/
/*    text-align: center;*/
    
/*}*/

/*event*/

/*.eve{*/
/*    margin: 3rem 8rem;*/
/*    text-shadow: 0px 0px .9px purple;*/
/*    font-size: 2.2rem;*/
/*    text-decoration: underline;*/
  
/*  }*/
/*  .event{*/
/*      max-width: 80vw;*/
/*      overflow-x: scroll;*/
/*      margin: auto;*/
/*      margin-top: 2rem;  */
/*      display: flex;*/
/*      gap: 2rem;*/
/*  }*/
  
  
/*  .event .event-c img{*/
/*      width: 8rem;*/
/*      height: 5rem;*/
/*      margin-top: 1rem;*/
/*      border-radius: .5rem;*/
/*  }*/
/*  .event .event-c{*/
/*      width:20vw;*/
/*      height: 30vh;*/
/*       padding: 1.3rem; */
/*      display: flex;*/
/*      flex-direction: column;*/
/*       justify-content: center; */
/*      align-items: center;*/
/*      background-color: azure;*/
/*      box-shadow: 3px 5px 7px black;;*/
/*      line-height: 1.3rem;*/
/*      padding: .9rem;*/
      
/*  }*/
  
/*  .event .event-c ul{*/
/*      margin-top: 1rem;*/
/*      line-height: 1.4rem;*/
     
/*  }*/
  
/*  .event .event-c ul li{*/
/*      list-style: none;*/
/*      font-size: 1.2rem;*/
/*      text-align: center;*/
      
/*  }*/
  
  
/*  .event .no{*/
/*      display: none;*/
/*  }*/

   
/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 70vw;*/
/*    height: 50vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/

/*.contact h2{*/
/*font-size: 2rem;*/
/*}*/

/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*}*/
/*}*/

/*@media screen and (min-width:1600px){*/
/*    header*/
/*    header nav ul{*/
/*        display: flex;*/
/*        justify-content: end;*/
/*        gap: 4rem;*/
/*        padding: 1rem;*/
/*        position: fixed;*/
/*        backdrop-filter: blur(5rem);*/
/*        box-shadow: 2px 2px 2px white;*/
/*        z-index: 999;*/
/*        top: 2rem;*/
/*        left: 22rem;*/
       
/*    }*/
    
/*    header nav ul li{*/
/*        list-style: none;*/
/*        text-align: center;*/
    
/*    }*/
    
/*    header a{*/
/*        color: white;*/
/*        text-decoration: none;*/
/*        font-size: 1.3rem;*/
        
        
/*    }*/
    
/*    header h1{*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        color: white;*/
/*        -webkit-text-stroke: 2px black;*/
/*        font-size: 4rem;*/
/*        letter-spacing: 3rem;*/
/*        padding-top: 8rem;*/
/*    }*/
/*about*/
/*.about{*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    width: 80vw;*/
/*     height: 95vh; */
/*    margin: auto;*/
/*    justify-content: space-between;*/
/*    margin-top: 4rem;*/
/*    margin-bottom: 3rem;*/
/*}*/

/*.about .biography{*/
/*    width: 35vw;*/
/*    line-height: 2rem;*/
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.9rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/
/*.about .biography span{*/
/*    text-shadow: 3px 3px 6px purple;*/
/*    letter-spacing: .4rem;*/
/*}*/
/*.about .bio-pic{*/
/*    height: 50vh;*/
/*}*/
/*.about .bio-pic img{*/
/*    width: 28rem;*/
/*    height: 35rem;*/
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/

/*al*/
/*.al{*/
/*    margin-top: 4rem;*/
/*}*/

/*.al h2{*/
/*    margin: auto;*/
/*    margin-left: 6rem;*/
/*    text-decoration: underline;*/
/*}*/


/*album*/
/*.album{*/
/*    max-width: 80vw;*/
/*    overflow-x: scroll;*/
/*    margin: auto;*/
/*    margin-top: 2rem;  */
/*}*/


/*.album .album-display{*/
/*    display: flex;*/
/*    gap: 2rem;*/
/*}*/

/*.album .album-c img{*/
/*    width: 8rem;*/
/*    height: 5rem;*/
/*    margin-top: .7rem;*/
/*    border-radius: .5rem;*/
/*}*/
/*.album .album-c{*/
/*    width:20vw;*/
/*    height: 30vh;*/
/*     padding: 1.3rem; */
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    background-color: azure;*/
/*    box-shadow: 3px 5px 7px black;;*/
/*    line-height: 1.5rem;*/
/*    padding: .9rem;*/
/*}*/

/*.album .album-c ul{*/
/*    margin-top: 1rem;*/
/*    line-height: 1.4rem;*/
   
/*}*/

/*.album .album-c ul li{*/
/*    list-style: none;*/
/*    font-size: 1.2rem;*/
/*    text-align: center;*/
    
/*}*/

/*event*/

/*.eve{*/
/*    margin: 3rem 8rem;*/
/*    text-shadow: 0px 0px .9px purple;*/
/*    font-size: 2.2rem;*/
/*    text-decoration: underline;*/
  
/*  }*/
/*  .event{*/
/*      max-width: 80vw;*/
/*      overflow-x: scroll;*/
/*      margin: auto;*/
/*      margin-top: 2rem;  */
/*      display: flex;*/
/*      gap: 2rem;*/
/*  }*/
  
  
/*  .event .event-c img{*/
/*      width: 8rem;*/
/*      height: 5rem;*/
/*      margin-top: 1rem;*/
/*      border-radius: .5rem;*/
/*  }*/
/*  .event .event-c{*/
/*      width:20vw;*/
/*      height: 30vh;*/
/*       padding: 1.3rem; */
/*      display: flex;*/
/*      flex-direction: column;*/
/*       justify-content: center; */
/*      align-items: center;*/
/*      background-color: azure;*/
/*      box-shadow: 3px 5px 7px black;;*/
/*      line-height: 1.3rem;*/
/*      padding: .9rem;*/
      
/*  }*/
  
/*  .event .event-c ul{*/
/*      margin-top: 1rem;*/
/*      line-height: 1.4rem;*/
     
/*  }*/
  
/*  .event .event-c ul li{*/
/*      list-style: none;*/
/*      font-size: 1.2rem;*/
/*      text-align: center;*/
      
/*  }*/
  
  
/*  .event .no{*/
/*      display: none;*/
/*  }*/

   
/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 70vw;*/
/*    height: 50vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*     justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/

/*.contact h2{*/
/*font-size: 2rem;*/
/*}*/

/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*} */
/*}*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /*font-family: 'Times New Roman', Times, serif;*/
    scroll-behavior: smooth;
    
     font-family: 'Montserrat', sans-serif;
   


}

/*body{*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    background-image:url(images/omi1.png);*/
    /*background-position:fixed;*/
/*    background-size:cover;*/
   
/*}*/

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), 
              url("images/ib.JPEG")  center center / cover;
              background-position:fixed;
              
              scroll-behaviour:smooth;
}
/*body {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/ib.JPEG");*/
/*  background-size: cover;*/
/*  background-position: top;*/
/*  background-attachment: fixed;*/
/*  scroll-behavior: smooth;*/
/*}*/


/*header*/

header{
    width: 100%;
    /*background-image: url(images/omi.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    height: 100vh;
    position: relative;
    animation: gradientBG 20s ease infinite;
    /* height: 100vh; */

}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0,0,0,0.7), rgba(0,0,0,0.3));
    z-index: 1;
}
header nav ul{
    display: flex;
    justify-content: end;
    gap: 4rem;
    padding: 2rem;
    position: fixed;
    backdrop-filter: blur(5rem);
    box-shadow: 2px 2px 2px white;
    z-index: 999;
    top: 2rem;
    left: 45rem;
   
}
header nav {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: var(--transition);
}

header nav ul li{
    list-style: none;
    text-align: center;

}

header a{
    color: white;
    text-decoration: none;
    font-size: 1.7rem;
    
    
}

/*header h1{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: white;*/
/*    -webkit-text-stroke: 2px black;*/
/*    font-size: 4rem;*/
/*    letter-spacing: 3rem;*/
/*    padding-top: 8rem;*/
/*    animation: glowText 15s ease infinite;*/
/*}*/


/*header h1 {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: white;*/
/*    -webkit-text-stroke: 2px black;*/
/*    font-size: 4rem;*/
/*    letter-spacing: 3rem;*/
/*    padding-top: 8rem;*/
/*    animation: glowText 15s ease infinite;*/
/*    z-index: 2;*/
/*}*/
/*@keyframes glowText {*/
/*    0%, 100% {*/
/*        text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);*/
/*    }*/
/*    50% {*/
/*        text-shadow: 0 0 20px rgba(255, 255, 255, 0.8),*/
/*                     0 0 30px rgba(255, 255, 255, 0.3);*/
/*    }*/
/*}*/

/*header h1 {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: #fff;*/
/*    font-size: 4rem;*/
/*    letter-spacing: 3rem;*/
/*    padding-top: 8rem;*/
/*    position: relative;*/
/*    z-index: 10;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    text-shadow: 0 0 7px #fff,*/
/*                 0 0 10px #fff,*/
/*                 0 0 21px #fff,*/
/*                 0 0 42px rgba(255,255,255,0.5),*/
/*                 0 0 82px rgba(255,255,255,0.3),*/
/*                 0 0 92px rgba(255,255,255,0.2);*/
/*    animation: simpleGlow 3s ease-in-out infinite alternate;*/
/*}*/

/*@keyframes simpleGlow {*/
/*    from {*/
/*        text-shadow: 0 0 7px #fff,*/
/*                    0 0 10px #fff,*/
/*                    0 0 21px #fff,*/
/*                    0 0 42px rgba(255,255,255,0.3);*/
/*    }*/
/*    to {*/
/*        text-shadow: 0 0 10px #fff,*/
/*                    0 0 20px #fff,*/
/*                    0 0 30px #fff,*/
/*                    0 0 50px rgba(255,255,255,0.5),*/
/*                    0 0 80px rgba(255,255,255,0.3);*/
/*    }*/
/*}*/

/*header h1 {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    color: #fff;*/
/*    font-size: 4rem;*/
/*    letter-spacing: 3rem;*/
/*    padding-top: 8rem;*/
/*    position: relative;*/
/*    z-index: 10;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    text-shadow: 0 0 7px #fff,*/
/*                 0 0 10px #fff;*/
/*    animation: simpleGlow 1.5s ease-in-out infinite alternate;*/
/*}*/

/*@keyframes simpleGlow {*/
/*    0% {*/
/*        text-shadow: 0 0 7px #fff,*/
/*                    0 0 10px #fff;*/
/*    }*/
/*    100% {*/
/*        text-shadow: 0 0 7px #fff,*/
/*                    0 0 10px #fff,*/
/*                    0 0 21px #fff,*/
/*                    0 0 42px #fff,*/
/*                    0 0 82px #fff,*/
/*                    0 0 92px #fff,*/
/*                    0 0 102px #fff,*/
/*                    0 0 151px #fff;*/
/*    }*/
/*}*/
header h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 4rem;
    letter-spacing: 3rem;
    padding-top: 8rem;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 0 3px #fff,
                 0 0 5px #fff;
    animation: simpleGlow 1.5s ease-in-out infinite alternate;
}

@keyframes simpleGlow {
    0% {
        text-shadow: 0 0 3px #fff,
                     0 0 5px #fff;
    }
    100% {
        text-shadow: 0 0 5px #fff,
                     0 0 10px #fff,
                     0 0 15px #fff;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.moving-banner {
    width: 100%;
    background: linear-gradient(135deg, #1a1a1a, #2c3e50);
    overflow: hidden;
    padding: 1rem 0;
    margin: 2rem 0;
}

.banner-text {
    display: inline-block;
    white-space: nowrap;
    animation: moveLeft 15s linear infinite;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@keyframes moveLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}
/*about*/
.about{
    display: flex;
    width: 90vw;
    flex-direction: row;
    /* height: 95vh; */
    margin: auto;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 3rem;
   background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/omi.jpg);
   background-size:cover;
   background-position: top ;
   border-radius:.5rem;
   

}

.about p{
    margin-bottom:1rem;
}

/*.about .biography{*/
/*    width: 35vw;*/
/*    line-height: 2rem;*/
/*}*/

/*.about .biography h2{*/
/*    font-size: 1.9rem;*/
/*    margin-bottom: 1rem;*/
/*    text-decoration: underline;*/
/*}*/
/*.about .biography span{*/
/*    text-shadow: 3px 3px 6px purple;*/
/*    letter-spacing: .4rem;*/
/*}*/
/*.about .bio-pic{*/
/*    height: 50vh;*/
/*}*/
/*.about .bio-pic img{*/
/*    width: 35rem;*/
/*    height: 28rem;*/
/*    border-radius: .7rem;*/
/*    filter: drop-shadow(10px 10px 10px black);*/
/*}*/
/* Enhanced Biography */
.biography {
    flex: 1;
    min-width: 300px;
    padding: 2rem;
    /*background: white;*/
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    color:#E5E4E2;
}

.biography:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

/*.biography h2 {*/
/*    font-size: 3rem;*/
/*    color: var(--primary-color);*/
/*    margin-bottom: 2rem;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*    padding-bottom: 1rem;*/
/*    font-family: var(--font-secondary);*/
/*}*/


.biography h2 {
    font-size: 3rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    padding-bottom: 1rem;
    font-family: var(--font-secondary);
    text-shadow: 1px 1px 0 rgba(128, 0, 128, 0.3),
                 2px 2px 3px rgba(0, 0, 0, 0.2);
    animation: subtleShadow 3s ease-in-out infinite;
}

@keyframes subtleShadow {
    0%, 100% {
        text-shadow: 1px 1px 0 rgba(128, 0, 128, 0.3),
                    2px 2px 3px rgba(0, 0, 0, 0.2);
    }
    50% {
        text-shadow: 1px 1px 0 rgba(70, 0, 128, 0.3),
                    2px 2px 4px rgba(0, 0, 0, 0.3);
    }
}

.biography h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, var(--secondary-color), transparent);
    transform-origin: left;
    animation: lineGrow 3s ease-out infinite;
}

.biography h2 .typing {
    color: var(--secondary-color);
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-left: 1rem;
}

.biography h2 .typing::after {
    content: '';
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    background-color: var(--secondary-color);
    animation: blink 0.7s infinite;
}

@keyframes lineGrow {
    0% {
        transform: scaleX(0);
        opacity: 0;
    }
    20% {
        transform: scaleX(1);
        opacity: 1;
    }
    80% {
        transform: scaleX(1);
        opacity: 1;
    }
    100% {
        transform: scaleX(0);
        opacity: 0;
    }
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

/*al*/
.al{
    margin: auto;
     
     
}

.al h2{
    /* margin: auto; */
    /*margin-left: 8rem;*/
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration: underline;
    margin-top:1rem;
}

/*search icon*/
/*.search{*/
/*    display: flex;*/
/*    margin: 3rem 0 auto auto;*/
/*    width: 80vw;*/
/*}*/
/*.search input{*/
/*    display: flex;*/
/*    padding: .2rem;*/
/*    border-radius: .4rem;*/

/*}*/


/* Search Bar */
.search {
    width: 90%;
    max-width: 600px;
    margin: 2rem auto;
    position: relative;
    background-color:white;
}

.search input {
    width: 100%;
    padding: 1rem 2.5rem 1rem 1rem;
    border: none;
    border-radius: 30px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    transition: var(--transition);
}

.search input:focus {
    outline: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

#search-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    cursor: pointer;
}
.bro{
    background-color:white;
    padding:1rem;
}
/*album*/
.album{
    max-width: 80vw;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: auto;
    margin-top: 2rem;  
    margin-bottom:2rem;
    
     
}

.album::-webkit-scrollbar{
    display: none;
}

.album .album-display{
    display: flex;
    gap: 2rem;
}

.album .album-c img{
    width: 15rem;
    height: 13rem;
    margin-top: .7rem;
    border-radius: .5rem;
}
.album .album-c{
    width:20vw;
    height: 50vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.5rem;
    padding: .9rem;
}

.album .album-c ul{
    margin-top: 1rem;
    line-height: 1.4rem;
   
}

.album .album-c ul li{
    list-style: none;
    font-size: 1.2rem;
    text-align: center;
    
}

/*videos*/
.video-display{
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: auto;
    margin-top: 2rem;  
    gap: 2rem;
    background-color:white;
}

.video-display .video-c{
    /*width: 60vw;*/
    gap:2rem;
}


/*event*/

.eve{
  margin: 3.5rem 8rem;
  text-shadow: 0px 0px .9px purple;
  font-size: 2.2rem;
  text-decoration: underline;
  color:white;

}
.event{
    max-width: 80vw;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: auto;
    margin-top: 2rem;  
    display: flex;
    gap: 2rem;
}

.event::-webkit-scrollbar{
    display: none;
}

.event .event-c img{
    width: 15rem;
    height: 13rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.event .event-c{
    width:20vw;
    height: 50vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.3rem;
    padding: .9rem;
    
}

.event .event-c ul{
    margin-top: 1rem;
    line-height: 1.4rem;
   
}

.event .event-c ul li{
    list-style: none;
    font-size: 1.2rem;
    text-align: center;
    
}


.no{
    display: none;
}

.eventd{
    display: block;
}

/*contact*/
/*.contact{*/
/*    margin: auto;*/
/*    width: 80vw;*/
/*    height: 80vh;*/
/*    display: flex;*/
/*    flex-direction: column;*/
    /* justify-content: center; */
/*    align-items: center;*/
/*    line-height: 3rem;*/
/*    margin-top: 3.5rem;*/
/*    box-shadow: 2px 2px 6px black;*/
/*    border-radius: .4rem;*/
/*}*/

/*.contact h2{*/
/*font-size: 2rem;*/
/*}*/

/*.contact .name{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .name input{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    outline: none;*/
/*}*/

/*.contact .message{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    font-size: 1.5rem;*/
/*    margin-bottom: 2rem;*/
/*}*/

/*.contact .message textarea{*/
/*    width: 23rem;*/
/*    padding: .6rem;*/
/*    border-radius: .6rem;*/
/*    resize: none;*/
/*}*/

/*.contact button{*/
/*    width: 8rem;*/
/*    padding: .6rem;*/
/*    font-size: 1.2rem;*/
/*    border: none;*/
/*    box-shadow: 2px 3px 5px purple;*/
/*    cursor: pointer;*/
/*}*/
/* Enhanced Form */
.contact-wrapper {
    width: 100%;
    min-height: 100vh;
    padding: clamp(2rem, 4vw, 4rem) 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
color:white;
}

.contact {
    width: 100%;
    max-width: 1200px;
    margin: 2rem auto;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #1a1a1a, #2c3e50);
    border-radius: 15px;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact h2 {
    color: #ffffff;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    letter-spacing: 2px;
}

.contact-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.form-group label {
    color: white;
    font-size: 1.2rem;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1.1rem;
}

.form-group textarea {
    height: 300px;
    resize: vertical;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #007BFF;
    background: rgba(255, 255, 255, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-group button {
    width: 100%;
    max-width: 300px;
    margin: 1rem auto 0;
    padding: 1rem 2rem;
    background: #007BFF;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-group button:hover {
    background: #0056b3;
}



/*footer*/
/*footer{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-top: 3rem;*/
/*    background-color:rgb(99, 62, 99);*/
/*    color: white;*/
/*    line-height: 1.8rem;*/
/*}*/


/*footer .socials img{*/
/*    width: 3rem;*/
/*    height: 3rem;*/
  
/*}*/

/*footer a{*/
/*    margin:1rem;*/
/*}*/


/* Enhanced Footer */
footer {
    background: linear-gradient(135deg, #1a1a1a, #2c3e50);
    color: #ffffff;
    padding: 4rem 2rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #e74c3c, #ff6b6b, #e74c3c);
    animation: gradient 3s linear infinite;
    background-size: 200% 100%;
}

footer h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #ffffff;
    letter-spacing: 3px;
}

footer .info {
    max-width: 600px;
    margin: 0 auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    color: #e0e0e0;
}

footer .info input {
    padding: 0.8rem 1.5rem;
    border: 2px solid #333333;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 1rem;
    min-width: 250px;
    transition: all 0.3s ease;
}

footer .info input:focus {
    outline: none;
    border-color: #e74c3c;
    background: rgba(255, 255, 255, 0.1);
}

footer .info button {
    padding: 0.8rem 2rem;
    background: #e74c3c;
    color: #ffffff;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .info button:hover {
    background: #ff6b6b;
    transform: translateY(-2px);
}

footer .socials {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 2rem 0;
    flex-wrap: wrap;
}

footer .socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

footer .socials img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

footer .socials a:hover {
    background: #e74c3c;
    transform: translateY(-3px);
}

footer p {
    color: #666666;
    margin-top: 2rem;
}

/*media queries*/
@media screen and (max-width:480px) {
    
/*header*/

header nav ul{
    display: flex;
    justify-content: end;
    gap: 1rem;
    padding: .8rem;
    position: fixed;
    backdrop-filter: none;
    background-color: hsla(300, 24%, 21%, 0.692);
    box-shadow: .5px .5px 1.6px hsla(0, 0%, 100%, 0.993);
    z-index: 999;
    top: 2rem;
    left: 3.4rem;
    border-radius: .3rem;
   
}

header nav ul li{
    list-style: none;
    text-align: center;

}

header a{
    color: white;
    text-decoration: none;
    font-size: 1.02rem;
    
    
}

header h1{
    font-size: 3rem;
    letter-spacing: 1.5rem;
   
}


/*about*/
.about{
    display: flex;
    flex-direction: column;
    width: 80vw;
    /* height: 95vh; */
    margin: auto;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 1.7rem;
    
}

.about .biography{
    width: 79.4vw;
    line-height: 2rem;
    
}

.about .biography h2{
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}


.about .bio-pic img{
    width: 17rem;
    height: 22rem;
    border-radius: .7rem;
    filter: drop-shadow(10px 10px 10px black);
}


/*album*/
.album{
    max-width: 80vw;
    overflow-x: scroll;
    margin: auto;
    margin-top: 2rem;  
}


.album .album-display{
    display: flex;
    gap: 2rem;
}

.album .album-c img{
    width: 6.5rem;
    height: 11rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.album .album-c{
    width:30vw;
    height: 37vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.3rem;
    padding: .9rem;
   
}

/*event*/
.event .event-c img{
    width: 6.5rem;
    height: 9rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.event .event-c{
    width:30vw;
    height: 34vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.3rem;
    padding: .9rem;
    
}



/*contact*/
.contact{
    margin: auto;
    width: 80vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    line-height: 3rem;
    margin-top: 3.5rem;
    box-shadow: 2px 2px 6px black;
    border-radius: .4rem;
}



.contact .name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .name input{
    width: 17rem;
    padding: .6rem;
    border-radius: .6rem;
    outline: none;
}

.contact .message{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .message textarea{
    width: 17rem;
    padding: .6rem;
    border-radius: .6rem;
    resize: none;
}

.contact button{
    width: 8rem;
    padding: .6rem;
    font-size: 1.2rem;
    border: none;
    box-shadow: 2px 3px 5px purple;
    cursor: pointer;
}

/*footer*/
footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    background-color:rgb(99, 62, 99);
    color: white;
    line-height: 1.5rem;
}

footer .socials img{
    width: 2rem;
    height: 1.5rem;
  
}

footer a{
    margin:1rem;
}



}  

@media screen and (min-width:520px) {
    /*header*/

header nav ul{
    display: flex;
    justify-content: end;
    gap: 1rem;
    padding: .8rem;
    position: fixed;
    backdrop-filter: none;
    background-color: hsla(300, 24%, 21%, 0.692);
    box-shadow: .5px .5px 1.6px hsla(0, 0%, 100%, 0.993);
    z-index: 999;
    top: 2rem;
    left: 3.4rem;
    border-radius: .3rem;
   
}

header nav ul li{
    list-style: none;
    text-align: center;

}

header a{
    color: white;
    text-decoration: none;
    font-size: 1.02rem;
    
    
}

header h1{
    font-size: 3rem;
    letter-spacing: 1.5rem;
   
}


/*about*/
.about{
    display: flex;
    flex-direction: column;
    width: 80vw;
    /* height: 95vh; */
    margin: auto;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 1.7rem;
    
}

.about .biography{
    width: 79.4vw;
    line-height: 2rem;
    
}

.about .biography h2{
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}


.about .bio-pic img{
    width: 17rem;
    height: 22rem;
    border-radius: .7rem;
    filter: drop-shadow(10px 10px 10px black);
}


/*album*/
.album{
    max-width: 80vw;
    overflow-x: scroll;
    margin: auto;
    margin-top: 2rem;  
}


.album .album-display{
    display: flex;
    gap: 2rem;
}

.album .album-c img{
    width: 6.5rem;
    height: 11rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.album .album-c{
    width:30vw;
    height: 37vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.3rem;
    padding: .9rem;
   
}


/*event*/
.event .event-c img{
    width: 6.5rem;
    height: 9rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.event .event-c{
    width:30vw;
    height: 34vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.3rem;
    padding: .9rem;
    
}


/*contact*/
.contact{
    margin: auto;
    width: 80vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    line-height: 3rem;
    margin-top: 3.5rem;
    box-shadow: 2px 2px 6px black;
    border-radius: .4rem;
}



.contact .name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .name input{
    width: 17rem;
    padding: .6rem;
    border-radius: .6rem;
    outline: none;
}

.contact .message{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .message textarea{
    width: 17rem;
    padding: .6rem;
    border-radius: .6rem;
    resize: none;
}

.contact button{
    width: 8rem;
    padding: .6rem;
    font-size: 1.2rem;
    border: none;
    box-shadow: 2px 3px 5px purple;
    cursor: pointer;
}


}
@media screen and (min-width:768px) {    
/*header*/

header nav ul{
    display: flex;
    justify-content: end;
    /* gap: 1rem; */
    padding: .8rem;
    position: fixed;
    backdrop-filter: none;
    background-color: hsla(300, 24%, 21%, 0.692);
    box-shadow: .5px .5px 1.6px hsla(0, 0%, 100%, 0.993);
    z-index: 999;
    top: 2rem;
    left: 15rem;
    border-radius: .3rem;
   
}

header nav ul li{
    list-style: none;
    text-align: center;

}

header a{
    color: white;
    text-decoration: none;
    font-size: 1.02rem;
    
    
}

header h1{
    font-size: 3rem;
    letter-spacing: 1.5rem;
   
}


/*about*/
.about{
    display: flex;
    flex-direction: column;
    width: 80vw;
    /* height: 95vh; */
    margin: auto;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 1.7rem;
    height: 80vh;
    /* background-color: red; */
    
}

.about .biography{
    width: 79.4vw;
    line-height: 2rem;
    
}

.about .biography h2{
    font-size: 1.6rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}


.about .bio-pic img{
    /* width: 22rem;
    height: 22rem; */
    border-radius: .7rem;
    filter: drop-shadow(10px 10px 10px black);
}


/*album*/
.album{
    max-width: 80vw;
    overflow-x: scroll;
    margin: auto;
    margin-top: 2rem;  
}


.album .album-display{
    display: flex;
    gap: 2rem;
}

.album .album-c img{
    width: 6.5rem;
    height: 11rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.album .album-c{
    width:30vw;
    height: 31vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.35rem;
    padding: .9rem;
   
}


/*event*/
.event .event-c img{
    width: 6.5rem;
    height: 11rem;
    margin-top: 1rem;
    border-radius: .5rem;
}
.event .event-c{
    width:30vw;
    height: 31vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.35rem;
    padding: .9rem;
    
}



/*contact*/
.contact{
    margin: auto;
    width: 80vw;
    height: 40vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    line-height: 3rem;
    margin-top: 3.5rem;
    box-shadow: 2px 2px 6px black;
    border-radius: .4rem;
}



.contact .name{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .name input{
    width: 17rem;
    padding: .6rem;
    border-radius: .6rem;
    outline: none;
}

.contact .message{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .message textarea{
    width: 17rem;
    padding: .6rem;
    border-radius: .6rem;
    resize: none;
}

.contact button{
    width: 8rem;
    padding: .6rem;
    font-size: 1.2rem;
    border: none;
    box-shadow: 2px 3px 5px purple;
    cursor: pointer;
}

}

@media screen and (min-width:834px) { 
    
    
    body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("images/ib.JPEG");
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  scroll-behavior: smooth;
}
/*about*/
.about{
 
    margin-bottom: .5rem;
}

.about .biography{
    width: 78vw;
    line-height: 2rem;
}

.about .biography h2{
    font-size: 1.9rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}
.about .biography span{
    text-shadow: 3px 3px 6px purple;
    letter-spacing: .4rem;
}
.about .bio-pic{
    height: 20vh;
}
.about .bio-pic img{
    width: 18rem;
    height: 16rem;
    border-radius: .7rem;
    filter: drop-shadow(10px 10px 10px black);
}
/*al*/
.al{
    margin-top: 7rem;
}

.al h2{
    margin: auto;
    margin-left: 8rem;
    text-decoration: underline;
}

/*album*/
.album{
    max-width: 80vw;
    overflow-x: scroll;
    margin: auto;
    margin-top: 2rem;  
}


.album .album-display{
    display: flex;
    gap: 2rem;
}

.album .album-c img{
    width: 8rem;
    height: 5rem;
    margin-top: .7rem;
    border-radius: .5rem;
}
.album .album-c{
    width:20vw;
    height: 25vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.5rem;
    padding: .9rem;
}

.album .album-c ul{
    margin-top: 1rem;
    line-height: 1.4rem;
   
}

.album .album-c ul li{
    list-style: none;
    font-size: 1.2rem;
    text-align: center;
    
}


/*event*/

.eve{
    margin: 3rem 8rem;
    text-shadow: 0px 0px .9px purple;
    font-size: 2.2rem;
    text-decoration: underline;
  
  }
  .event{
      max-width: 80vw;
      overflow-x: scroll;
      margin: auto;
      margin-top: 2rem;  
      display: flex;
      gap: 2rem;
  }
  
  
  .event .event-c img{
      width: 8rem;
      height: 5rem;
      margin-top: 1rem;
      border-radius: .5rem;
  }
  .event .event-c{
      width:20vw;
      height: 25vh;
      /* padding: 1.3rem; */
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      align-items: center;
      background-color: azure;
      box-shadow: 3px 5px 7px black;;
      line-height: 1.3rem;
      padding: .9rem;
      
  }
  
  .event .event-c ul{
      margin-top: 1rem;
      line-height: 1.4rem;
     
  }
  
  .event .event-c ul li{
      list-style: none;
      font-size: 1.2rem;
      text-align: center;
      
  }
  
  
  .event .no{
      display: none;
  }
  
/*contact*/
.contact{
    margin: auto;
    width: 80vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    line-height: 3rem;
    margin-top: 3.5rem;
    box-shadow: 2px 2px 6px black;
    border-radius: .4rem;
}

.contact h2{
font-size: 2rem;
}

.contact .name{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .name input{
    width: 23rem;
    padding: .6rem;
    border-radius: .6rem;
    outline: none;
}

.contact .message{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .message textarea{
    width: 23rem;
    padding: .6rem;
    border-radius: .6rem;
    resize: none;
}

.contact button{
    width: 8rem;
    padding: .6rem;
    font-size: 1.2rem;
    border: none;
    box-shadow: 2px 3px 5px purple;
    cursor: pointer;
}

}

@media screen and (min-width:1024px) {
    /*header*/
    header nav ul{
        display: flex;
        justify-content: end;
        gap: 4rem;
        padding: 1rem;
        position: fixed;
        backdrop-filter: blur(5rem);
        box-shadow: 2px 2px 2px white;
        z-index: 999;
        top: 2rem;
        left: 22rem;
       
    }
    
    header nav ul li{
        list-style: none;
        text-align: center;
    
    }
    
    header a{
        color: white;
        text-decoration: none;
        font-size: 1.3rem;
        
        
    }
    
    header h1{
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        -webkit-text-stroke: 2px black;
        font-size: 4rem;
        letter-spacing: 3rem;
        padding-top: 8rem;
    }
/*about*/
.about{
    display: flex;
    flex-direction: row;
    width: 80vw;
    /* height: 95vh; */
    margin: auto;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.about .biography{
    width: 35vw;
    line-height: 2rem;
}

.about .biography h2{
    font-size: 1.9rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}
.about .biography span{
    text-shadow: 3px 3px 6px purple;
    letter-spacing: .4rem;
}
.about .bio-pic{
    height: 50vh;
}
.about .bio-pic img{
    width: 28rem;
    height: 35rem;
    border-radius: .7rem;
    filter: drop-shadow(10px 10px 10px black);
}

/*al*/
.al{
    margin-top: 4rem;
}

.al h2{
    margin: auto;
    margin-left: 6rem;
    text-decoration: underline;
}


/*album*/
.album{
    max-width: 80vw;
    overflow-x: scroll;
    margin: auto;
    margin-top: 2rem;  
}


.album .album-display{
    display: flex;
    gap: 2rem;
}

.album .album-c img{
    width: 8rem;
    height: 5rem;
    margin-top: .7rem;
    border-radius: .5rem;
}
.album .album-c{
    width:20vw;
    height: 30vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.5rem;
    padding: .9rem;
}

.album .album-c ul{
    margin-top: 1rem;
    line-height: 1.4rem;
   
}

.album .album-c ul li{
    list-style: none;
    font-size: 1.2rem;
    text-align: center;
    
}

/*event*/

.eve{
    margin: 3rem;
    text-shadow: 0px 0px .9px purple;
    font-size: 2.2rem;
    text-decoration: underline;
    display:flex;
    align-items:center;
    justify-content:center;
  
  }
  .event{
      max-width: 80vw;
      overflow-x: scroll;
      margin: auto;
      margin-top: 2rem;  
      display: flex;
      gap: 2rem;
  }
  
  
  .event .event-c img{
      width: 8rem;
      height: 5rem;
      margin-top: 1rem;
      border-radius: .5rem;
  }
  .event .event-c{
      width:20vw;
      height: 34vh;
      /* padding: 1.3rem; */
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      align-items: center;
      background-color: azure;
      box-shadow: 3px 5px 7px black;;
      line-height: 1.3rem;
      padding: .9rem;
      
  }
  
  .event .event-c ul{
      margin-top: 1rem;
      line-height: 1.4rem;
     
  }
  
  .event .event-c ul li{
      list-style: none;
      font-size: 1.2rem;
      text-align: center;
      
  }
  
  
  .event .no{
      display: none;
  }

   
/*contact*/
.contact{
    margin: auto;
    width: 70vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    line-height: 3rem;
    margin-top: 3.5rem;
    box-shadow: 2px 2px 6px black;
    border-radius: .4rem;
}

.contact h2{
font-size: 2rem;
}

.contact .name{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .name input{
    width: 23rem;
    padding: .6rem;
    border-radius: .6rem;
    outline: none;
}

.contact .message{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .message textarea{
    width: 23rem;
    padding: .6rem;
    border-radius: .6rem;
    resize: none;
}

.contact button{
    width: 8rem;
    padding: .6rem;
    font-size: 1.2rem;
    border: none;
    box-shadow: 2px 3px 5px purple;
    cursor: pointer;
}
}

@media screen and (min-width:1600px){
    /*header*/
    header nav ul{
        display: flex;
        justify-content: end;
        gap: 4rem;
        padding: 1rem;
        position: fixed;
        backdrop-filter: blur(5rem);
        box-shadow: 2px 2px 2px white;
        z-index: 999;
        top: 2rem;
        left: 22rem;
       
    }
    
    header nav ul li{
        list-style: none;
        text-align: center;
    
    }
    
    header a{
        color: white;
        text-decoration: none;
        font-size: 1.3rem;
        
        
    }
    
    header h1{
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        -webkit-text-stroke: 2px black;
        font-size: 4rem;
        letter-spacing: 3rem;
        padding-top: 8rem;
    }
/*about*/
.about{
    display: flex;
    flex-direction: row;
    width: 80vw;
    /* height: 95vh; */
    margin: auto;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.about .biography{
    width: 35vw;
    line-height: 2rem;
}

.about .biography h2{
    font-size: 1.9rem;
    margin-bottom: 1rem;
    text-decoration: underline;
}
.about .biography span{
    text-shadow: 3px 3px 6px purple;
    letter-spacing: .4rem;
}
.about .bio-pic{
    height: 50vh;
}
.about .bio-pic img{
    width: 28rem;
    height: 35rem;
    border-radius: .7rem;
    filter: drop-shadow(10px 10px 10px black);
}

/*al*/
.al{
    margin-top: 4rem;
}

.al h2{
    margin: auto;
    margin-left: 6rem;
    text-decoration: underline;
}


/*album*/
.album{
    max-width: 80vw;
    overflow-x: scroll;
    margin: auto;
    margin-top: 2rem;  
}


.album .album-display{
    display: flex;
    gap: 2rem;
}

.album .album-c img{
    width: 8rem;
    height: 5rem;
    margin-top: .7rem;
    border-radius: .5rem;
}
.album .album-c{
    width:20vw;
    height: 30vh;
    /* padding: 1.3rem; */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    background-color: azure;
    box-shadow: 3px 5px 7px black;;
    line-height: 1.5rem;
    padding: .9rem;
}

.album .album-c ul{
    margin-top: 1rem;
    line-height: 1.4rem;
   
}

.album .album-c ul li{
    list-style: none;
    font-size: 1.2rem;
    text-align: center;
    
}

/*event*/

.eve{
    margin: 3rem 8rem;
    text-shadow: 0px 0px .9px purple;
    font-size: 2.2rem;
    text-decoration: underline;
  
  }
  .event{
      max-width: 80vw;
      overflow-x: scroll;
      margin: auto;
      margin-top: 2rem;  
      display: flex;
      gap: 2rem;
  }
  
  
  .event .event-c img{
      width: 8rem;
      height: 5rem;
      margin-top: 1rem;
      border-radius: .5rem;
  }
  .event .event-c{
      width:20vw;
      height: 30vh;
      /* padding: 1.3rem; */
      display: flex;
      flex-direction: column;
      /* justify-content: center; */
      align-items: center;
      background-color: azure;
      box-shadow: 3px 5px 7px black;;
      line-height: 1.3rem;
      padding: .9rem;
      
  }
  
  .event .event-c ul{
      margin-top: 1rem;
      line-height: 1.4rem;
     
  }
  
  .event .event-c ul li{
      list-style: none;
      font-size: 1.2rem;
      text-align: center;
      
  }
  
  
  .event .no{
      display: none;
  }

   
/*contact*/
.contact{
    margin: auto;
    width: 70vw;
    height: 50vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    line-height: 3rem;
    margin-top: 3.5rem;
    box-shadow: 2px 2px 6px black;
    border-radius: .4rem;
}

.contact h2{
font-size: 2rem;
}

.contact .name{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .name input{
    width: 23rem;
    padding: .6rem;
    border-radius: .6rem;
    outline: none;
}

.contact .message{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.contact .message textarea{
    width: 23rem;
    padding: .6rem;
    border-radius: .6rem;
    resize: none;
}

.contact button{
    width: 8rem;
    padding: .6rem;
    font-size: 1.2rem;
    border: none;
    box-shadow: 2px 3px 5px purple;
    cursor: pointer;
} 
}

/*work on media querie 500-760*/
