.hero{
height:100vh;
}

.hero-slider,
.swiper-slide{
height:100vh;
position:relative;
}

.swiper-slide{
display:flex;
align-items:center;
justify-content:center;
background-size:cover;
background-position:center;
}

.slide1{background-image:url('../images/NOV_5818.jpg');}
.slide2{background-image:url('../images/double.png');}
.slide3{background-image:url('../images/hero2.jpg');}
.slide4{background-image:url('../images/conference.jpg');}

.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7));
}

.hero-content{
position:relative;
text-align:center;
color:white;
max-width:700px;
padding:20px;
}

.hero-content h1{
font-family:'Playfair Display';
font-size:70px;
margin-top:10px;
}

.hero-content p{
margin-top:20px;
font-size:18px;
}

.hero-cta{
margin-top:28px;
display:flex;
justify-content:center;
gap:12px;
flex-wrap:wrap;
}

.stars{
color:var(--gold);
letter-spacing:6px;
}