CONTACTSERVICEABOUT MEcoming soon
COMING SOON
COMING SOON
COMING SOON
coming soon
coming soon
coming soon
coming soon
coming soon
@media only screen and (orientation: landscape) and (max-width: 1024px) {
body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background-color: #ffffff; /* Background color for the message */
margin: 0;
}
body * {
display: none; /* Hide all content */
}
body:before {
content: "Please switch to portrait mode for the best experience";
font-size: 20px;
color: #333333;
text-align: center;
padding: 20px;
}
}