/* _content/ZephyrTravels.Demo.UI/Components/Layout/MainLayout.razor.rz.scp.css */
:root:.excluded-paper[b-h2tf79l662] {
    width: 300px;
    height: 300px;
    background-color: transparent;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 50%, 0% 100%);
}


.background-hero[b-h2tf79l662] {
    position: relative;
    background: url('/Images/HomePageImage.png') no-repeat center;
    background-size:cover;
    width: 140%;
    height: 800px;
    border-radius:20px 20px;
}


.background-hero-cover[b-h2tf79l662] {
    position: relative;
    margin:50px 100px 100px 200px;
    background-color:white;
    padding:20px 20px 20px 20px;
    width: 80%;
    height: 700px;
    border-radius: 20px 20px;
}

.cutout[b-h2tf79l662] {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 400px;
    backdrop-filter: blur(0); /* For smoother rendering */
    mask-image: radial-gradient(circle at center, transparent 50px, black 55px);
    -webkit-mask-image: radial-gradient(circle at center, transparent 50px, black 55px);
    background-color: rgba(0,0,0,0.6); /* Optional dimming effect */
}
/* _content/ZephyrTravels.Demo.UI/Components/Pages/QuestionForm.razor.rz.scp.css */
