body
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url(Kepek/Foglalás/hatter.jpg);
    background-size: cover;
    
}

nav
{
    justify-content: center;
    display: flex;
}

.Menü
{
    margin: 20px;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    transition: background-color 0.3s ease-in;
}

.Menü:hover
{
    background-color: rgba(227, 227, 227, 0.866);
}

a
{
    font-size: 25px;   
    text-decoration: none;
    color: black;
}


.regisztracio-wrapper
{
    animation: berepules 1.5s ease-out forwards;
}

#regisztracio
{
    border-radius: 20px;
    height: 50px;
    width: 175px;
    background-color: orange;
    border: none;
    font-weight: bold;
    margin-top: 20px;
    transition: transform 0.3s ease-in;
    font-size: 17px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

#regisztracio:hover
{
    cursor: pointer;
    transform: scale(1.2);
}

@keyframes berepules
{
  0%
  {
    transform: translateY(-100px);
    opacity: 0;
  }

  100%
  {
    transform: translateY(0);
    opacity: 1;
  }
}

#foglalasmenu
{
    height: 770px;
    width: 300px;
    background-color: rgba(200, 200, 200, 0.55);
    margin-left: 100px;
    border-radius: 30px;
    position: relative;
}

h1
{
    padding-top: 10px;
    text-align: center;
    font-size: 31px;
}

#foglalasinput
{
    margin-left: 20px;
    height: 34px;
    font-size: 25px;
    width: 250px;
    border-radius: 10px;
    border: 2px solid black;
    margin-bottom: 30px;
    position: relative;
    margin-right: 20px;
}


#utazasiszam
{
    margin-left: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 180px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

label
{
    margin-top: 5px;
    font-size: 25px;
    margin-left: 40px;
}

#ellatas
{
    margin-left: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 180px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

#elhelyezkedes
{
    margin-left: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 180px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    
}

#foglalaskereses
{
    width: 150px;
    height: 30px;
    background-color: orange;
    font-weight: bold;
    font-size: 20px;
    margin-left: 56px;
    border-radius: 20px;
    border: 2px solid black;
    transition: transform 0.3s ease-in;
}

#foglalaskereses:hover
{
    transform: scale(1.2);
}



footer
{
    display: flex;
    color: black;
}

#FooterLogo
{
    width: 310px;
}

#FooterCaption
{
    display: flex;
}

#footerfigure
{
    transition: none;
    transform: none;
}

.FooterMenu
{
    padding-top: 10px;
    display: block;
    padding-right: 200px;
}

.FooterMenu a:hover
{
    text-decoration: underline;
}

.FooterMenu h2
{
    margin: 0;
}

.options
{
  margin-bottom: 15px;
  display: grid;
}


.Content
{
    display: flex;
    align-items: flex-start;
}

.container
{
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 50px;
  padding: 50px;
  
}

.jobb {
  display: flex;
  margin-left: 40px;
  flex: 1;
}

.card {
  width: 290px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  height: 440px;
}

.card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card h3 {
  margin: 10px;
}

.card p {
  margin: 10px;
  color: gray;
  font-weight: bold;
}

.card button {
  margin: 10px;
  padding: 10px;
  width: calc(100% - 20px);
  background: teal;
  color: white;
  border-radius: 5px;
}

footer a
{
    color: black;
    font-size: 32px;
}


#FooterBG
{
    display: flex;
    background-color: rgba(255, 255, 255, 0.45);
    width: 100%;
    margin: 0 auto;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    font-size: 28px;
}

body, html
{
    overflow-x: hidden !important;
}


.card button
{
    transition: transform 0.3s ease-in;
}

.card button:hover
{
    transform: scale(0.9);
    cursor: pointer;
}



