Atmosphere Kanifushi Resort
Atmosphere Kanifushi Maldives, Maldives
Application Instructions: This job listing is from Job-Maldives.com. Please visit Job-Maldives.com to view the original Job Posting.
.button-container {
display: flex;
justify-content: center;
align-items: center;
height: 40vh;
background-color: #f5f5f5;
}
.redirect-button {
color: #f8f7f7;
background-color: #1CB4EB;
font-size: 18px;
border: 1px solid #0a12f5;
border-radius: 12px;
padding: 18px 25px;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
font-family: Arial, sans-serif;
font-weight: bold;
}
.redirect-button:hover {
color: #2d63c8;
background-color: #ffffff;
transform: translateY(-2px);...