@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url('./back-view-crowd-fans-watching-live-performance-music-concert-night-copy-space.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    /* overflow: hidden; */
}
.link { 
display: flex;
justify-content: center;
background: transparent;
gap:15px;
top:0;
position: relative;
font-family: 'Poppins';
z-index:2;
}
.link a{
    text-decoration: none;
    font-size: large;
    padding:10px;
    color:black;
    font-size: 20px;
}
.main-section{
    display: flex;
    justify-content: center;
    /* top:50%; */
    align-items: center;
    flex-direction: column;
}
.main-section .logo{
    font-size: 65px;
    color: #ffd700;
    z-index: 3;
    font-family: 'Playfair Display',;
}
.main-section .motto{
    font-size:40px;
    font-family:'Poppins';
    color: #f5f5dc;
}
.link a {
  text-decoration: none;
  color: black;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent; 
  transition: border-bottom 0.3s ease;
}

.link a:hover {
  border-bottom: 2px solid #ffd700; 
}

.about-section{
    display:flex;
    justify-content: center;
    align-items: center;
    flex:1;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 10px;
}
.about-section .about-image img{
    object-fit: cover;
    height:100vh;
    width:500px;
}
.about-section .companies::before{
    list-style-type: disc;
}
.about-section .about h1{
    font-family:'Playfair Display' ;
    font-size:60px;
    display: flex;
    justify-content: center;
}
.about-section .about {
font-family: 'Lato',sans-serif;
font-size: 18px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
padding-left: 50px;
line-height: 1.6;
font-weight: bold;
}
/* .about-section .about {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.about{
background: rgba(255, 255, 255, 0.85);
width:700px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
height:100vh;
}
body {
  font-family: Arial, sans-serif;
  background-color: #fff;
  color: #333;
  margin: 0;
  padding: 20px;
}

