body{padding-top: 0px;margin:0;font-family:var(--bs-body-font-family);}

.navbar {overflow: hidden;background-color:rgba(20,20,20,0.1);position: fixed;top: 0;width: 100%;z-index: 1000;transition: top 0.3s;}
.navbar_a {float: left;display: flex;align-items: center;color: #ffffff;text-align: center;padding: 14px 16px;text-decoration: none;}
.navbar_a_img0 {margin-right: 8px;width: 20px;height: 20px;}
.navbar_a_img {margin-right: 8px;width: 20px;height: 20px;}
.navbar_a:hover {background-color: #ddd;color: black;}

img,svg{vertical-align:middle}
.hero{
    display:flex;
    position:relative;
    color:#fff;
    font-size:1.5rem;
    line-height:2rem;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-shadow:0 .1875rem .3125rem #1c1f21;
    height:25rem;
    -o-object-fit:cover;
    object-fit:cover;
    background-position-x:center;
    background-position-y:center;
    background-size:cover
}
.main-hero-waves-area{width:100%;position:absolute;left:0;z-index:0}
.main-hero-waves-area{bottom:-5px}
.waves-area .waves-svg{width:100%;height:5rem}.waves-area 
.parallax>use{-webkit-animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}
.waves-area .parallax>use:first-child{-webkit-animation-delay:-2s;animation-delay:-2s;-webkit-animation-duration:7s;animation-duration:7s;fill:rgba(255,255,255,.7)}
.waves-area .parallax>use:nth-child(2){-webkit-animation-delay:-3s;animation-delay:-3s;-webkit-animation-duration:10s;animation-duration:10s;fill:rgba(255,255,255,.5)}
.waves-area .parallax>use:nth-child(3){-webkit-animation-delay:-4s;animation-delay:-4s;-webkit-animation-duration:13s;animation-duration:13s;fill:rgba(255,255,255,.3)}
.waves-area .parallax>use:nth-child(4){-webkit-animation-delay:-5s;animation-delay:-5s;-webkit-animation-duration:20s;animation-duration:20s;fill:#f9fafb}
@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}
@-webkit-keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}
/* .custom-link-container {position: absolute;width: 100%;text-align: center;}
.custom-link, .custom-link2, .custom-link3{width: 80%;aspect-ratio:10/3;display: inline-block;
    background-color: #f0f0f0;border-radius: 10px;text-decoration: none;color: black;
    background-size: contain;background-repeat: no-repeat;background-position: center;
}
.custom-link {background-image: url('/img/pua.webp');}
.custom-link2 {background-image: url('/img/puc.webp');}
.custom-link3 {background-image: url('/img/purecord.webp');} */

/* .info-box {flex-direction: column;display: flex;justify-content: center;
    align-items: center;margin-top: 30px;}
.info-box a{margin: 20px;} */

.div0 {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.div0 a {
    display: inline-block;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    height: min(270px, 27vw);
    width: min(900px, 90vw);
    position: relative;
    text-decoration: none;
}
.div0 a div {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}
.overlay h1 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}
.overlay p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}
.even {
    clip-path: polygon(0 0, 67% 0, 73% 100%, 0 100%);
}
.odd {
    clip-path: polygon(27% 0, 100% 0, 100% 100%, 33% 100%);
}


.click1 {display: flex;flex-direction: column;align-items: center;margin-top: 30px;}
.click1 a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    background: linear-gradient(135deg, #693539, #2f271b);
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, transform 0.3s ease;
    margin: 10px 0;
}
.click1 a:hover {
    background: linear-gradient(135deg, #42238b, #441fa0);
    transform: scale(1.05);
}