body{
	font-family: helvetica;
	background-color: black;
	text-align: center;
	font-size: 75px;
}
h1{
	margin-top: 75px;
	color: #FF5959;
}
button{
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

.intro{
	height:750px;
	width:100%;
}
.hero-video {
  width: 100%;
  height: 90%;
  display: block;
}

* {
  margin: 0;
  padding: 0;
 
}
.head{
	margin: 15px 15px;
}

/*header*/
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  background-color: #212121;
  color: #fff;
  margin-top: 0px;
  border-radius: 8px;
}

.logo img {
	margin-left: 40px;
  	height: 100px;       
  	width: auto;
  	display: block;
  	max-height: 70px;
  	border-radius: 8px;
}

.nav ul {
	padding-right: 30px;
	padding-bottom: 10px;
  	display: flex;
	list-style: none;
  	gap: 25px;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 35px;
  margin-right: 20px;
  margin-bottom: 60px;
}

.nav a:hover {
	color: #FF5959;
}
.hero{
	position: relative;
	height: 75vh;
}
.hero-video{
	position: absolute;
	top: 100;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-title{
	font-family: helvetica;
	position: absolute;
	z-index: 10;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 50%);
	color: #FF5959;
	font-size: 10rem;
	margin-top: -40px;
	text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}
.undertitle-index{
	font-family: helvetica;
	position: absolute;
	z-index: 10;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 50%);
	color: #FF5959;
	margin-top: 190px;
	text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
}

.pack-table{
	width: 95%;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
	gap: 20px;
	margin-bottom: 100px;
}
.pack-table td{
	padding: 10px;
	vertical-align: top;
}

.pack {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: 335px;
    font-size: 50px;
    border: 2px solid rgba(255, 89, 89, 0.3);
    padding: 15px;
    text-decoration: none;
    display: block;
    color: white;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 0.2s;
}
.pack:hover{
	color: #FF5959;
}

.title-pack{
	font-size: 40px;
	text-align: center;
	text-decoration: bold;
	margin-bottom: 5px;
	margin-top: 20px;
}
.text-pack{
	font-size: 30px;
	text-align: left;
	padding-left: 25px;
	padding-right: 15px;
	color: #ABABAB;
	margin-top: 20px;
}

.hero-about{
	height: 500px;
	margin-top: 50px;
	width: 100%;
	background: url('media/Screen_about.jpeg');
}

.about-title{
	color: #FF5959;
	font-family: helvetica;
	font-size: 150px;
}

.text-about{
	color: white;
	font-size: 25px;
	width: 85%;
	margin: 45px;
}
.about-content{
	margin-top: 45px;
	margin-bottom: 90px;
	table-layout: fixed;
	width: 100%;
}
img{
	border-radius: 20px;
	overflow: hidden;
	width: 85%;
}
.cam2{
	margin-top: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.photo-about2{
	width: 90%;
	height: auto;
	margin-left: 20px;
	margin-top: 50px;
}
.text-about2{
	width: 90%;
	color: white;
	font-size: 25px;
}
.contact-hero{
	background: url("media/Screen_about.jpeg");
	width: 100%;
	margin-top: 50px;
	height: 500px;
}
.contact-title{
	margin-top: 100px;
}
.contact-text{
	color: white;
	font-family: helvetica;
	font-size: 35px;
}
.email{
	margin-top: 60px;
	margin-bottom: 60px;
}
.phone{
	margin-top: 60px;
	margin-bottom: 60px;
}
.contact-line{
	color: #FF5959;
	width: 40%;
	align: relative;
	margin-left: 30%;
	margin-right: 30%;
	margin-bottom: 60px;
}
.car-content{
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
	height: 700px;
}
.car-photo{
	width: 35%;
	background: url('media/1.JPG');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
}
.car-text{
	width: 65%;
}
.car-title{
	color: #FF5959;
	font-size: 65px;
	text-align: center;
	margin-left: 35px;
	margin-bottom: 75px;
	margin-top: -50px;
}
.scope{
	font-size: 28px;
	color: white;
	text-align: left;
	margin-top: 35px;
	margin-left: 350px;
}
.text-scope{
	color: white;
	font-size: 27px;
	margin-top: 10px;
}
.car-list{
	text-indent: -470px;
	padding-left: 390px;
}
.price{
	color: white;
	font-size: 35px;
	text-align: left;
	padding-left: 400px;
	margin-top: 80px;
	margin-bottom: 40px;
}
.text-fixed{
	padding-left: 160px;
}
.text-fixed1{
	padding-right: 185px;
}
.text-fixed2{
	padding-right: 45px;
}
.text-fixed3{
	padding-right: -5px;
}
.text-fixed4{
	padding-right: 130px;
}
.text-fixed5{
	padding-left: 30px;
}
.text-fixed6{
	padding-left: 60px;
}
.text-fixed7{
	padding-left: 170px;
}
.text-fixed8{
	padding-left: 5px;
}
.text-fixed9{
	margin-right: 115px;
}
.text-fixed10{
	padding-left: 90px;
}
.text-fixed11{
	padding-right: 10px;
}
.text-fixed12{
	padding-right: 70px;
}
.text-fixed13{
	padding-left: 60px
}
.text-fixed14{
	padding-left: 152px;
}
.text-fixed15{
	padding-right: 10px;
}
.text-fixed16{
	padding-right: 90px;
}
.text-fixed17{
	padding-right: 15px;
}
.text-fixed18{
	padding-left: 25px;
}
.text-fixed19{
	padding-left: 85px;
}
.text-fixed20{
	padding-left: 65px;
}
.text-fixed21{
	padding-left: 80px;
}
.text-fixed22{
	padding-right: 150px;
}
.text-fixed23{
	padding-left: 200px;
}
.text-fixed24{
	padding-left: 225px;
}
.text-fixed25{
	padding-left: 55px;
}
.text-fixed26{
	padding-left: 145px;
}
.text-fixed27{
	padding-left: 285px;
}
.text-fixed28{
	padding-left: 255px;
}
.text-fixed29{
	padding-right: 15px;
}
.text-fixed30{
	padding-right: 55px;
}
.text-fixed31{
	padding-left: 320px;
}
.car-photo{
	width: 35%;
	background: url('media/1.JPG');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
}
.social-photo{
	width: 35%;
	background: url('media/social.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
}
.event-photo{
	width: 35%;
	background: url('media/event1.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
}
.projects-table{
	width: 95%;
	margin: 0 auto;
	table-layout: fixed;
	border-collapse: collapse;
}
.projects-table td{
	padding: 15px;
	height: 50px;
}
.folder{
	text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    height: 335px;
    font-size: 50px;
    border: 2px solid rgba(255, 89, 89, 0.3);
    padding: 15px;
    text-decoration: none;
    display: block;
    color: white;
    box-sizing: border-box;
    border-radius: 8px;
    transition: 0.2s;
	text-justify: center;
}
.folder:hover{
	color: #FF5959;
	background-color: #333333;
}
.tproduct{
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
}
.table-video-container{
	width: 300%;
	display: block;
	border-radius: 4px;
}
.video-prod{
	width: 50%;
}
.subtitle-line{
	color: #FF5959;
	width: 30%;
	align: relative;
	margin-left: 35%;
	margin-right: 35%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.subtitle-cat{
	color: #FF5959;
	margin-top: 40px;
}
.terms1{
	font-size: 25px;
	margin-left: 370px;
	margin-right: 100px;
	color: #9E9E9E;
	text-align: left;
}
.folder-title{
	padding-top: 80px;
	padding-bottom: 0px;
}
.folder-video{
	width: 65%;
	height: auto;
	max-height: 660px;
	padding-bottom: 60px;
	object-fit: cover;
}
.vid-description{
	width: 100%;
	height: auto;
	padding-bottom: 150px;
}
.description-text{
	justify-content: center;
	padding-left: 20%;
	padding-right: 20%;
	height: auto;
	font-size: 45px;
	color: #BABABA;
	padding-bottom: 30px;
}
.description-text2{
	justify-content: center;
	padding-left: 20%;
	padding-right: 20%;
	height: auto;
	font-size: 30px;
	color: #BABABA;
	padding-bottom: 60px;
}
.photo-table{
	padding-bottom: 150px;
}
.separator{
	color: #FF5959;
	margin-left: 35%;
	margin-right: 35%;
	margin-bottom: 50px;
}
.wedding-photo{
	width: 35%;
	background: url('media/wedding.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-collapse: collapse;
	border-radius: 20px;
}
.mini-text{
	color: white;
	padding-left: 35%;
	padding-right: 35%;
	font-size: 60px;
	padding-bottom: 30px;
}
.mini-mini-text{
	color: #616161;
	font-size: 30px;
}
.ig-icon{
	color: white;
	size: 80%;
}
.ig-icon:hover{
	color: #FF5959;
}
.logo-table{
	width: 30%;
	margin-right: 30%;
	margin-left: 32%;
	padding-bottom: 50px;
}
.logo-table td{
	padding-left: 100px;
}

/* --- MOBIL MÉRET (768px alatt) --- */
@media (max-width: 768px) {
  body {
    font-size: 28px;
  }

  /* Header és Navigáció mobilra */
  .site-header {
    flex-direction: column;
    padding: 15px 0;
  }

  .logo img {
    margin-left: 0;
    margin-bottom: 15px;
  }

  .nav ul {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    gap: 15px;
  }

  .nav a {
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
  }

  /* Hero szekció mobil arányai */
  .hero {
    height: 50vh;
  }

  .hero-title {
    font-size: 3.5rem;
    transform: translate(-50%, 20%);
  }

  .undertitle-index {
    margin-top: 70px;
    font-size: 24px;
    width: 90%;
  }

  /* HOME EXTRA JAVÍTÁS: A csomagok táblázatának és dobozainak rugalmassá tétele */
  .pack-table td {
    height: auto !important;
    padding: 10px 0 !important;
  }

  .pack {
    height: auto !important; /* Felülírja a fix 335px magasságot, így nem lóg ki a szöveg */
    font-size: 26px !important; /* Kicsit finomítunk az alap betűméreten */
    padding: 20px 15px !important;
    margin-bottom: 15px !important; /* Távolság a dobozok között mobilon */
  }

  .title-pack { 
    font-size: 26px !important; /* Kisebb, olvashatóbb cím */
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  
  .text-pack { 
    font-size: 18px !important; /* Kisebb leírás, hogy kényelmesen elférjen mobilon */
    padding-left: 10px !important; 
    padding-right: 10px !important;
    margin-top: 5px !important;
    text-align: center !important; /* Mobilon szebb a középre igazított szöveg a dobozban */
  }

  /* PROJECTS EXTRA JAVÍTÁS: Megszüntetjük a cellák és gombok fix magasságát */
  .projects-table td {
    height: auto !important;
    padding: 10px 0 !important;
  }

  .folder {
    height: auto !important;
    font-size: 30px !important;
    padding: 30px 15px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  
  .folder-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Szöveges blokkok igazítása okostelefonra */
  .text-about, .text-about2, .description-text, .description-text2, .mini-text {
    width: 90% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    margin: 20px auto !important;
    font-size: 22px !important;
  }
  
  .about-title {
    font-size: 70px;
  }

  /* Videók és képek teljes szélességre */
  .folder-video, .table-video-container, .video-prod {
    width: 100% !important;
  }

  .hero-about, .contact-hero {
    height: 300px;
  }

  .contact-title {
    margin-top: 40px;
  }

  .contact-text {
    font-size: 24px;
  }

  .contact-line, .subtitle-line, .separator {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }

  /* Lábléc ikonok asztala */
  .logo-table {
    width: 80%;
    margin: 0 auto;
  }
  
  .logo-table td {
    padding-left: 0;
    text-align: center;
  }
}


