@import url(../../root.css);
@media screen and (max-width: 1600px) {
  /*===== HEADER =====*/
  .menu a {
    color: var(--genex-green-color);
    text-decoration: none;
    padding: 39px 25px;
    font-size: 1.063rem;
    transition: all 0.4s;
  }
}

@media screen and (max-width: 1440px) {
  /*===== SLIDER =====*/
  /* H2 címsor */
  .swiper-slide .content h2 {
    font-size: 1.375rem;
  }
  /* Gomb */
  .swiper-slide .content .link {
    width: 250px;
    height: 55px;
    padding: 10px 5px 15px 20px;
    font-size: 1.063rem;
  }
  .swiper-slide .content .link i {
    margin: 5px 0 0 20px;
  }
  /*===== ABOUT =====*/
  .about__content .about__button {
    padding: 10px;
  }
  .about__content .about__button .button__text span:nth-child(1) {
    font-size: 1.3rem;
  }
  /*===== VIDEO SLIDER =====*/
  .recent-articles .single-recent .what-cap {
    padding: 10px 10px 30px 10px;
  }
  .recent-articles .single-recent .what-img img {
    height: 250px;
  }
}

@media screen and (max-width: 1400px) {
  /*===== HEADER =====*/
  .logo {
    line-height: 120px;
  }
  .logo img {
    width: 200px;
  }
}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1200px) {
  /*===== HEADER =====*/
  .logo {
    line-height: 120px;
  }
  .logo img {
    width: 200px;
  }
  .menu a {
    color: var(--genex-green-color);
    text-decoration: none;
    padding: 39px 15px;
    font-size: 1.125rem;
    transition: 0.4s;
  }
  .menu #phone {
    padding: 15px 15px 15px 25px;
    margin-left: 5px;
  }
   /*===== SERVICES =====*/
  .services__wrapper {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  /*===== HEADER =====*/
  .show-menu-btn, .hide-menu-btn {
    display: block;
  }
  .show-menu-btn {
    color: var(--genex-green-color);
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    right: -100%;
    top: 0;
    text-align: center;
    padding: 80px 0;
    line-height: normal;
    transition: 0.4s;
    z-index: 999;
    display: flex;
    flex-direction: column;
  }
  .menu a {
    display: block;
    padding: 20px;
    color: #fff;
    width: max-content;
    margin: auto;
    margin-bottom: 5px;
  }
  .menu #phone {
    margin-left: 0px;
    padding: 15px;
    height: 50px;
    width: max-content;
    margin: auto;
  }
  .hide-menu-btn {
    position: absolute;
    top: 35px;
    right: 20px;
    color: var(--genex-green-color);
  }
  .show {
    right: 0;
  }
  .menu .businessLines i {
    border: solid 1px var(--white-color);
    color: var(--white-color);
  }
  .nav__sublink {
    left: 44%;
    z-index: 9;
  }
  /*===== SLIDER =====*/
  .swiper-slide .content h2 {
    font-size: 1.375rem;
  }
  .swiper-slide .content .link {
    width: 250px;
    height: 55px;
    padding: 10px 5px 15px 20px;
    font-size: 1.063rem;
  }
  .swiper-slide .content .link i {
    margin: 5px 0 0 20px;
  }
  /*===== ABOUT =====*/
  .about__section {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .about__content {
    align-items: center;
    width: 90%;
    margin: auto;
  }
  .about__content .title {
    width: 100%;
  }
  .about__content .subtitle {
    font-size: 1rem;
  }
  .about__img {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .about__img img {
    width: 75%;
  }
  /*===== ABOUT_2 =====*/
  .about2__section {
    flex-direction: column-reverse;
    border-top: 2px solid var(--genex-green-color);
  }
  .about2__content .subtitle {
    font-size: 1rem;
  }
  .about2__img {
    display: flex;
    justify-content: center;
  }
  .about2__img img {
    width: 75%;
  }
  /*===== SERVICES =====*/
  .services__section {
    border-top: 2px solid var(--genex-green-color);
  }
  .services__wrapper {
    flex-direction: column;
  }
  .services__content .services__subtitle {
    font-size: 1.2rem;
  }
  /*===== CONTACT =====*/
  .contact-section .title {
    padding: 60px 24px;
  }
  .contact-section .contact-container .contact-data {
    width: 80%;
  }
  .contact-section .contact-container .contact-map {
    width: 80%;
  }
  /*===== FOOTER =====*/
  .footer-section .all_info .f_company {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-left: 10px;
    margin-top: 30px;
  }
  .footer-section .all_info .f_company p {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .footer-section .all_info .f_company img {
    width: 250px;
    height: auto;
  }
  /* Szolgáltatások */
  .footer-section .all_info .f_services h1 {
    font-size: 1rem;
  }
  .footer-section .all_info .f_services ul {
    font-size: 0.75rem;
  }
  /* Márkák */
  .footer-section .all_info .f_brand h1 {
    font-size: 1rem;
  }
  .footer-section .all_info .f_brand ul {
    font-size: 0.75rem;
  }
  .footer-section .all_info .f_contact h1 {
    font-size: 1rem;
  }
  .footer-section .all_info .f_contact ul {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 992px) {
  /*===== SLIDER =====*/
  .swiper-container1 .swiper-slide .slide-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  /*===== SLIDER =====*/
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
  }
  #blog-page .heading1 {
    padding: 0px 10px;
  }
  /*===== ABOUT =====*/
  .about__content {
    width: 100%;
  }
  .about__img img {
    width: 100%;
  }
  /*===== ABOUT_2 =====*/
  .about2__content .subtitle {
    width: 95%;
  }
  .about2__img img {
    width: 100%;
  }
  .about2__content {
    padding-left: 0px;
  }
  /*===== NEWS SLIDER =====*/
  .recent-articles .single-recent .what-img img {
    height: 290px;
  }
  .dot-style .slick-dots {
    text-align: center;
    right: 38%;
    top: 100%;
    position: absolute;
  }
  /*===== FOOTER =====*/
  .footer-section .all_info {
    align-items: left;
  }
  .footer-section .all_info .f_company {
    padding-left: 0px;
  }
  /* Cég logó, leírás */
  .footer-section .all_info .f_company img {
    width: 350px;
    height: auto;
  }
  .footer-section .all_info .f_company p {
    font-size: 1rem;
    text-align: center;
  }
  /* Szolgáltatások */
  .footer-section .all_info .f_services h1 {
    font-size: 2rem;
  }
  .footer-section .all_info .f_services ul {
    font-size: 1rem;
  }
  /* Márkák */
  .footer-section .all_info .f_brand h1 {
    font-size: 2rem;
  }
  .footer-section .all_info .f_brand ul {
    font-size: 1rem;
  }
  /* Kapcsolat */
  .footer-section .all_info .f_contact h1 {
    font-size: 2rem;
  }
  .footer-section .all_info .f_contact ul {
    font-size: 1rem;
  }
  .footer-flex-grid {
    display: flex;
    justify-content: center;
    flex-direction: column !important;
  }
  .column-25 {
    flex: 0 100%;
  }
  .footer-section footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    border-top: solid 1px #ffffff30;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  /*===== HEADER =====*/
  .logo {
    margin-left: 0px;
  }
  .logo_aggr .logo__img {
    width: 135px;
  }
  /*===== SLIDER =====*/
  .section-wrapper {
    padding: 2rem 2rem;
  }
  .swiper-container1 .swiper-slide .slide-content span {
    font-size: 0.875rem;
    width: 140px;
    height: 35px;
    padding: 7px 5px 5px 5px;
  }
  .swiper-container1 .swiper-slide .slide-content h2 {
    font-size: 1.75rem;
  }
  .swiper-container1 .swiper-slide .slide-content p {
    font-size: 1rem;
  }
  .banner__btn {
    width: 100%;
    justify-content: center;
  }
  /*===== ABOUT =====*/
  .about__content .about__button {
    padding: 5px;
  }
  .about__content .about__button .button__text span:nth-child(1) {
    font-size: 1rem;
  }
  .about__content .about__button .button__icon {
    height: 50px;
  }
  .about__content .about__button {
    width: 340px;
  }
  .about__content .subtitle {
    font-size: 0.7rem;
  }
  /*===== ABOUT_2 =====*/
  .about2__content .title {
    font-size: 2rem;
  }
  .about2__content .subtitle {
    font-size: 0.6rem;
  }
  /*===== SERVICES =====*/
  .section__title {
    font-size: 2rem;
  }
  .services__content .services__subtitle {
    font-size: 0.8rem;
  }
  .services__content {
    padding: 30px;
  }
  .services__content .services__img {
    height: 65px;
  }
  /*===== VIDEO SLIDER =====*/
  .dot-style .slick-dots {
    text-align: center;
    right: 30%;
    top: 100%;
    position: absolute;
  }
  .recent-articles .single-recent .what-img img {
    height: 240px;
  }
  /*===== FOOTER =====*/
  .footer-section .all_info .f_company img {
    width: 200px;
    height: auto;
  }
  .footer-section .all_info .f_company .company__description {
    padding-left: 20px;
    font-size: 1rem;
    text-align: left;
  }
  /* Szolgáltatások */
  .footer-section .all_info .f_services h1 {
    font-size: 1.5rem;
  }
  .footer-section .all_info .f_services ul {
    font-size: 1rem;
  }
  /* Márkák */
  .footer-section .all_info .f_brand h1 {
    font-size: 1.5rem;
  }
  .footer-section .all_info .f_brand ul {
    font-size: 1rem;
  }
  /* Kapcsolat */
  .footer-section .all_info .f_contact h1 {
    font-size: 1.5rem;
  }
  .footer-section .all_info .f_contact ul {
    font-size: 1rem;
  }
  .footer-section footer .f_company_name {
    padding-left: 0px;
  }
  .footer-section footer .f_company_name span {
    font-size: 0.938rem;
    font-weight: 400;
    color: #ffffff99;
    padding: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .section-wrapper {
    padding: 2rem 1rem;
  }
  /*===== HEADER =====*/
  .logo {
    margin-left: 0px;
  }
  .logo_aggr .logo__img {
    width: 130px;
  }
  .logo img {
    width: 160px;
  }
  /*===== ABOUT_2 =====*/
  .about2__content .title {
    font-size: 1.4rem;
  }
  /*===== SERVICES =====*/
  .section__title {
    font-size: 1.6rem;
  }
  /*===== VIDEO SLIDER =====*/
  .dot-style .slick-dots {
    text-align: center;
    right: 25%;
    top: 100%;
    position: absolute;
  }
  .recent-articles .single-recent .what-img img {
    height: 220px;
  }
  /*===== CONTACT =====*/
  .contact-section .title h1 {
    font-size: 1.5rem;
  }
  .contact-container .contact-data h1 {
    font-size: 2rem;
  }
  /*===== FOOTER =====*/
  .footer-section .all_info .f_company img {
    width: 200px;
    height: auto;
    margin-right: 20px;
  }
}

@media screen and (max-width: 320px) {
  /*===== BASE =====*/
  .section-wrapper {
    padding: 2rem 1rem;
  }
  /*===== HEADER =====*/
  .logo_aggr .logo__img {
    width: 120px;
  }
  .logo img {
    width: 130px;
  }
  /*===== SLIDER =====*/
  .swiper-container1 {
    height: 500px;
  }
  .swiper-container1 .swiper-slide .slide-content h2 {
    font-size: 1.375rem;
  }
  .swiper-container1 .swiper-slide .slide-content p {
    font-size: 1rem;
  }
  /*===== ABOUT =====*/
  .about__content .title {
    font-size: 1.8rem;
  }
  .about__content .about__button {
    width: 300px;
  }
  /*===== ABOUT_2 =====*/
  .about2__content .title {
    font-size: 1.5rem;
  }
  /*===== SERVICES =====*/
  .section__title {
    font-size: 1.5rem;
  }
  /*===== NEWS SLIDER =====*/
  .section-tittle h3 {
    font-size: 2rem;
  }
  .dot-style .slick-dots {
    text-align: center;
    right: 20%;
    top: 100%;
    position: absolute;
  }
  .recent-articles .single-recent .what-img img {
    height: 200px;
  }
  .recent-articles .single-recent .what-cap img {
    height: 40px;
  }
  /*===== CONTACT =====*/
  .contact-container .contact-data .infos .info span {
    font-size: 1rem;
  }
  /*===== FOOTER =====*/
  .footer-section .all_info .f_company img {
    width: 220px;
  }
  .footer-section .all_info .f_company p {
    font-size: 0.875rem;
    text-align: left;
  }
  .footer-section .all_info .f_company a .agrar__logo {
    width: 250px;
  }
  /* Szolgáltatások */
  .footer-section .all_info .f_services h1 {
    font-size: 1.25rem;
  }
  .footer-section .all_info .f_services ul {
    font-size: 0.875rem;
  }
  /* Márkák */
  .footer-section .all_info .f_brand h1 {
    font-size: 1.25rem;
  }
  .footer-section .all_info .f_brand ul {
    font-size: 0.875rem;
  }
  /* Kapcsolat */
  .footer-section .all_info .f_contact h1 {
    font-size: 1.25rem;
  }
  .footer-section .all_info .f_contact ul {
    font-size: 0.875rem;
  }
  .footer-section footer .f_documents ul {
    font-size: 0.75rem;
  }
  .footer-section footer .f_company_name span {
    font-size: 0.688rem;
  }
}