html{
    scroll-behavior: smooth !important;
}

body{
    background: url("imageshtml/spacebg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0;
    background-attachment: fixed;
}

nav{
    font-size: large;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    background: linear-gradient(to left, #a843a3d6, #ad5affd6, #0c655ed6);
    padding: 2px 25px;
    color: white;
    margin: 0 0;
    display: flex;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9999;
}

nav p{
    font-size: xx-large;
    background: linear-gradient(to right, #ea65ff, #6d0ddb, #00fbffd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* color: white; */
}

#RoomsL{
    color: white;
    text-decoration: none;
    margin: 40px 225px;
    transition: color 0.3s;
}

#RoomsL:hover{
    color: #2bff00d6;
}

nav a:hover{
   color: #2bff00d6; 
}

/* * {
    position: relative;
} */

nav a{
    color: white;
    text-decoration: none;
    margin: 40px -170px;
    transition: color 0.3s;
}

#SLOGAN{
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    color: white;
    display: flex;
    font-size: 30px;
    justify-content: center;
    position: relative;
    top: 100px;
    
}

#sloganwonder{
    background: linear-gradient(to right, #92d212, #00ff08, #00fbffd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 40px 20px;
}

#sloganspace{
    background: linear-gradient(to right, #ea65ff, #6d0ddb, #00fbffd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 40px 20px;
}

/* From Uiverse.io by satyamchaudharydev */ 
button {
  padding: 0;
  margin: 0 auto;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  top: 300px;
  left: 40%;
}

button {
  --primary-color: #ffffff;
  --hovered-color: #7342db;
  position: absolute;
  display: flex;
  font-weight: 600;
  font-size: 50px;
  /* gap: 0.5rem; */
  align-items: center;
}

button p {
  margin: 0;
  position: relative;
  font-size: 50px;
  color: var(--primary-color);
}

button::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: var(--hovered-color);
  height: 2px;
  transition: 0.3s ease-out;
}

button p::before {
  position: absolute;
  /*   box-sizing: border-box; */
  content: "EXPLORE!";
  width: 0%;
  inset: 0;
  color: var(--hovered-color);
  overflow: hidden;
  transition: 0.3s ease-out;
}

button:hover::after {
  width: 100%;
}

button:hover p::before {
  width: 100%;
}

button:hover svg {
  transform: translateX(4px);
  color: var(--hovered-color);
}

button svg {
  color: var(--primary-color);
  transition: 0.2s;
  position: relative;
  width: 15px;
  transition-delay: 0.2s;
}






/* BUtton ENd CSs */

.main{
    color: white;
    font-size: 50px;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}

#ApolloSuites{
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}

#ApolloRooms{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#ApolloRoom{
    width: 425px;
    height: 425px;
    background: linear-gradient(135deg, #0B1340, #511478);
    margin: 0 auto;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding: 10px 20px;
    transition: transform 0.5s ease-out;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#ApolloRoom:hover{
    transform: translateY(-20px);
    box-shadow: 10px 10px 10px rgb(142, 134, 134);
}

#odyssey{
    width: 100px;
}

#TitleBox{
    font-size: 30px;
    font-family: "Orbitron", sans-serif;
}

#Price{
    background: linear-gradient(to right, #ea65ff, #6d0ddb, #00fbffd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}

#hector{
    width: 125px;
}

#helen{
    width: 50px;
}

.Amenity{
    width: 250px;
    height: fit-content;
    background: linear-gradient(135deg, #0B1340, #511478);
    margin: 0 auto;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding: 10px 20px;
    transition: transform 0.5s ease-out;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.Amenity:hover, .AmenityC:hover{
    transform: translateY(-20px);
    box-shadow: 10px 10px 10px rgb(142, 134, 134);
}

.Amenities{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.amen{
    background: linear-gradient(to right, #ea65ff, #6d0ddb, #00fbffd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
}

.amTit{
  font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;  
}

footer{
    background-color: #0B1340;
    margin-top: 200px;
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: bold;
    display: flex;
    padding: 5px 20px;
    color: white;
    align-items: center;
}

.Title{
    font-size: xx-large;
    background: linear-gradient(to right, #ea65ff, #6d0ddb, #00fbffd6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer p{
    color: white;
    text-align: center;
}

#left{
    position: relative;
    left: 0;
}

#right{
    position: relative;
    right: 0;
    left: 25%;
}

.AmenityC{
    width: 250px;
    height: 190px;
    background: linear-gradient(135deg, #0B1340, #511478);
    margin: 0 auto;
    border-radius: 15px;
    color: white;
    text-align: center;
    padding: 10px 20px;
    transition: transform 0.5s ease-out;
    display: flex;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    align-items: center;
    justify-content: center;
}