/*
====================================
Medium Screen - Others
====================================
*/
@media screen and (min-width: 992px) and (max-width: 1199px) {






}

/*
====================================
Small Screen - Tablate
====================================
*/
@media screen and (min-width: 768px) and (max-width: 991px) {


    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }

    .menu-item{
        display: none !important;
    }

    .menu-btn {
        display: none !important;
    }



}

/*
====================================
Small Screen - Mobile
====================================
*/
@media screen  and (max-width: 767px) {	


    .menu-logo {
        display: block !important;
    }
    .menu-bar {
        display: block;
    }

    .menu-item{
        display: none !important;
    }

    .logo img{
     width: 174px;
    }
    header {
 
    padding: 12px 0;
    }
    .menu-btn {
        display: none !important;
    }
.hero-top-btn-content ul li {
	font-size: 7px;
    text-align: center;
	font-weight: 500;
	color: #fff;
	padding: 9px 6px;
	border-radius: 30px;
	background-color: #272727;
	background: linear-gradient(90deg,#cccccc1a 0%,#4545451a 59%,#6666661a 100%);
	border-radius: 999px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	margin-bottom: 10px;
	max-width: 390px;
	width: 100%;
}

.hero-top-btn-content ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0px 8px;
}

.hero-top-btn-content ul li i {
	width: 8px;
	height: 8px;
	background-color: #4DD0E1;
	color: #fff;
	text-align: center;
	line-height: 8px;
	font-size: 4px;
	border-radius: 50%;
	margin-left: 3px;
	margin-right: 3px;
}
.hero-top-btn-content ul:last-of-type li {
	width: 154px;
}



.hero-title h2 {
	color: #FFF;
	font-family: Geist;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 35.8px;
	letter-spacing: -0.8px;
	text-align: center;
	margin-bottom: 20px;
}

.hero-title p {
  font-size: 18px;
  margin-bottom: 41px;
}
.hero-title a {
	color: #FFF;
	font-family: Geist;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px;
	display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 433px;
	width: 100%;
	margin: auto;
	border-radius: 999px;
	border: 1px solid #C6FF69;
	background: rgba(198, 255, 105, 0.20);
	box-shadow: 0px 0px 40px 0px rgba(198, 255, 105, 0.20);
	padding: 8px 13px;
	transition: .4s;
}

    .hero-area {
        padding: 126px 0 63px;
    }
    .about-title h2 {
    font-size: 39px;
    }
.about-contents-inner {
  display: block;
}

.about-contents-inner {

	padding: 19px 19px;
}

.ab-left-img {
  max-width: inherit;
  width: 100%;
  margin-bottom: 30px;
}
.ab-left-img img{
    width: 100%;
}

.about-right-content p {
	color: #FFF;
	font-family: Geist;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 23px;
	letter-spacing: 0.1px;
}


.about-area {
	padding: 0 0 3px;
}
.Generations_box-inner h2 {

  font-size: 36px;
}
.skill-title h2 {
	font-size: 39px;
	margin-bottom: 42px;
}


footer p {
	color: #909099;
	font-family: Geist;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-align: center;
	padding: 38px 0 55px;
}

/* Hero top üzenetek – teljes szélesség mobilon és desktopon */
.hero-top-btn-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* minden UL teljes szélességben */
.hero-top-btn-content ul {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
  flex-wrap: wrap;
}

/* a LI elemek kitöltik a rendelkezésre álló teret */
.hero-top-btn-content ul li {
  flex: 1 1 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 15px 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cccccc1a 0%, #4545451a 59%, #6666661a 100%);
  backdrop-filter: blur(10px);
  margin-bottom: 10px;
  max-width: none !important; /* fontos, mert előtte 390px volt */
}

/* kis kijelzőkön kicsit nagyobb szöveg */
@media (max-width: 768px) {
  .hero-top-btn-content ul li {
    font-size: 18px;
    padding: 18px 25px;
  }
}

/* --- HERO TOP: 2 fent, 1 lent középen; egy soros, kisebb szöveg --- */
.hero-top-btn-content { width: 100%; }

/* Felső sor: 2 oszlop */
.hero-top-btn-content ul:first-of-type {
  display: grid;
  grid-template-columns: 1fr 1fr;  /* két egyenlő szélességű box */
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
}

/* Alsó sor: 1 box középen */
.hero-top-btn-content ul:last-of-type {
  display: flex;
  justify-content: center;         /* középre igazít */
  width: 100%;
}

/* Dobozok stílusa – egy sor, ha hosszú: „…” */
.hero-top-btn-content ul li {
  width: 100%;
  max-width: none !important;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #cccccc1a 0%, #4545451a 59%, #6666661a 100%);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;

  font-size: 12px;                 /* KISEBB, hogy ne törjön */
  line-height: 1;                  /* kompakt */
  white-space: nowrap;             /* NE törje új sorba */
  overflow: hidden; 
  text-overflow: ellipsis;         /* hosszú szöveg végén … */
}

/* Alsó (egyetlen) doboz max-szélessége, hogy szép maradjon */
.hero-top-btn-content ul:last-of-type li {
  max-width: 420px;                /* igény szerint: 360–460px jó */
}

/* Ikon méret arányosan kisebb */
.hero-top-btn-content ul li i {
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 8px;
  margin: 0 6px;
  background-color: #4DD0E1;
  color: #fff;
  border-radius: 50%;
}

/* Kisebb betűméret csak a moldovanorsolya üzenetre */
.hero-top-btn-content ul li:first-child {
  font-size: 7.6px;      /* kisebb, hogy elférjen */
  padding: 10px 12px;   /* arányosabb térköz */
}

/* Alsó (raresman) box – középen, pontosan akkora, mint a felsők */
.hero-top-btn-content ul:last-of-type {
  display: flex;
  justify-content: center;
  width: 100%;
}

.hero-top-btn-content ul:last-of-type li {
  width: 154px;        /* pontosan akkora, mint a felsők */
  font-size: 11px;
  padding: 9px 12px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #cccccc1a 0%, #4545451a 59%, #6666661a 100%);
  backdrop-filter: blur(10px);
  color: #fff;
}



}
