@font-face {
  font-family: "MyCustomFont";
  src: url("font/constan.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  background-color: white;
  color: rgb(71, 70, 70);
  font-family: "MyCustomFont", sans-serif;
  font-size: 21px;
}

h4{
	font-size:18px;
}
.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

.reveal {
   
    transform: translateX(100%);
    opacity: 0;
    
    
}

.reveal.active {
    transform: translateX(0%);
    opacity: 1;
    transition: all 2s ease;
}

.reveal2 {
   
    transform: translateX(-50%);
    opacity: 0;
    
    
}

.reveal2.active {
    transform: translateX(0%);
    opacity: 1;
    transition: all 2s ease;
}

.reveal3 {
   
    transform: translateY(50%);
    opacity: 0;
    
    
}

.reveal3.active {
    transform: translateY(0%);
    opacity: 1;
    transition: all 2s ease;
}
.banner{

	width:100%;
}
.mainjpg{
	
	width:100%;
	height:auto;
	object-fit: cover;
	





}
.icon_in{
	width:50px;
	height:50px;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(71, 70, 70);
  width: 100vw;

}
.bemutatkozas {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  color: rgb(71, 70, 70);
  width: 100vw;
  padding-top: 12%;
  font-size: 24px;
}
.bemutatkozas2 {
  opacity: 0;
  transform: translateX(
    100%
  ); /* Kezdetben jobbról kívül helyezi el az elemet */
  animation: beuszas 1.5s ease-out forwards; /* Animációt alkalmaz rá */
}

/* Animáció meghatározása */
@keyframes beuszas {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bepic {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height:auto;
  padding-left: 5%;
}
.betext {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding-left: 5%;
  padding-right: 5%;
}

.social {
  width: 100vw;
  height: 30vw;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: rgb(71, 70, 70);
}
.instadiv {
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#insta_prof:hover {
  transition: transform 4s;

  transform: rotateY(360deg);
  transform-origin: center center;
  overflow: hidden;
  cursor: pointer;
}

#szolgaltatas {
	scroll-margin-top:0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(71, 70, 70);
  width: 100vw;
 min-height: auto;
 padding-top: 15%;

    line-height: 3.5;
	font-size: 1.5rem;
background-image: linear-gradient(#FFFFFF 1%, #D3D3D3 90%);
}
.points h4{
	color:rgb(71, 70, 70);
		font-size: 1.5rem;
}

.kapcsolat {
  width: 90vw;
  padding-top: 5%;
  display: flex;
  flex-direction: row;
  justify-content: center;

  margin-left: 10%;

  color: rgb(71, 70, 70);
}
.leftcon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30vw;
  margin-top:3vw;
}
.rightcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
}

input {
  width: 20vw;
  height: 3vw;
  border:1px solid black;
}
.send{
	 width: 20vw;
  height: 3vw;
  background-color: green;
  color:white;
}
#textbox{
	width:20vw;
	height:10vw;
	 border:1px solid black;
}
.terkep {
  width: 100vw;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
}

.content img {
  width: 100vw;

}

h1 {
  padding-top: 5%;
  color: rgb(71, 70, 70);
}

hr {
  width: 100vw;
  color: rgb(71, 70, 70);
  margin-left: 10%;
  margin-right: 10%;
}

video{
display:flex;
flex-direction:row;
justify-content:center;
align-items:center;
width:50vw;

}

@media (max-width: 938px) {
.banner{

	width:100%;
	margin-top:20%;
}
.mainjpg{
	
	width:100%;
	height:auto;
	
}

  .bemutatkozas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(71, 70, 70);
    width: 100vw;

    padding-top: 10%;
    font-size: 1.5em;
  }

  .bepic {
    display: flex;
    flex-direction: column;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    width: 80vw;
  }

  .betext {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 100vw;

	
  }
  #bemutatkozas{
	  padding-top:5%;
	  font-size: 18px;
  }
  #textbox{
	  width:80vw;
	  height:30vw;
  }
  
  
#szolgaltatas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(71, 70, 70);
  width: 100vw;
  height:auto;
 
    padding-top: 20%; /* Mind a négy oldalra 20px padding */
    line-height: 2.0;
	
}
.points{
	margin-left:10%;
}
  .kapcsolat {
    padding-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 10%;
    color: rgb(71, 70, 70);
  }
  .leftcon {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
  }
  .rightcon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
  }
    .social {
  width: 100vw;
  height: 600px;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: rgb(71, 70, 70);
  
}


  input {
    width: 80vw;
    height: 7vw;
	 border:1px solid black;
  }
  
  .send{
	 width: 40vw;
  height: 10vw;
  background-color: green;
  color:white;
}
  .footer-item-img img {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    width: 70vw;
  }
}
hr {
  width: 80%;
  color: rgb(71, 70, 70);
  margin-left: 10%;
  margin-right: 10%;
}
.terkep {
  width: 100vw;
  padding-top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
}
details{
margin-top: 0;
}

video{
display:flex;
flex-direction:row;
justify-content:center;
align-items:center;
width:70vw;

}


/*footer*/

footer {
  background-color: #000000;
  padding: 20px 0;
  text-align: center;
  font-family: "Arial", sans-serif;
  display: flex;
  flex-direction: column;
}

.footer-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.footer-item-img {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  width: 80vw;
}

.footer-item p,
.footer-item a {
  margin: 0;
  font-size: 16px;
  color: #a4a4a4;
  text-decoration: none;
}
.mainjpg{
	width:70vw;
	height: 50vw;
}
.icon {
	padding-top:10%;
  width: 50px;
  height: 70px;
}

.footer-item a:hover {
  color: #007bff;
}

/* Reszponzív beállítások */
@media (min-width: 768px) {
	

.footer-container {
    flex-direction: row;
  }
  .footer-item {
    flex-direction: row;
  }
  

}

@media only screen and (max-width: 600px) {
    
#szolgaltatas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(71, 70, 70);
  width: 100vw;
  height:auto;

    padding-top: 50%; /* Mind a négy oldalra 20px padding */
    line-height: 2.0;
	
	
}
.points{
	margin-left:10%;

}
.points h4{
		font-size:18px;
}
}
/*@media only screen and (max-width: 807px) and (orientation: landscape) {
  header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #ffffff;
    padding: 10px 20px;
    color: rgb(71, 70, 70);
	height: 10vw;
	position:fixed;
  transition: transform 0.6s ease-in-out;
  z-index: 1000;
}

.header.hidden {
  transform: translateY(-100%);
}

  .hamburger{
  display:none;
  }
  .menu {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  font-size:15px;
}
}*/