/*
Theme Name: My Awesome Theme
Theme URI: https://www.myawesometheme.com
Author: John Doe
Author URI: https://www.johndoe.com
Description: My Awesome Theme is a responsive, modern, and feature-rich WordPress theme designed for all kinds of websites. It comes with a custom homepage layout, multiple widget areas, and full compatibility with popular plugins.
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: my-awesome-theme
Tags: responsive, modern, custom-background, custom-header, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Mulish&display=swap');



*, *:before, *:after {
    box-sizing: border-box;
}

:root {
    --text: #2d2c2aaf;
    --titledark: #2D2C2A;
    --yellow: #F2B90F;
    --white: #ffffff;
    --beige: #E5E2DB;
    --background: #F6F6F6;
}
html {
    font-size: 1vw;
    color: var(--text);
    margin-top: 0!important;
    height: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 1025px) {
    html {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    background-color: var(--background);
    overflow-x: hidden;
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--yellow);
}

p {
    line-height: 145%;
    font-size: 18px;
}


.hero-p {
    text-shadow: 0px 4px 15px #2d2c2a5f; 
}
.page-hero {
    position: relative;
}
.page-hero::after {
    content: "";
    width: 267px;
    border: 0.5px solid var(--text);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pagehero-text {
    margin-left: 60px!important;
}
.page-middle h2:first-of-type{
    color: var(--yellow);
}
.accent-who {
    color: var(--titledark);
    font-weight: 900;
    font-family: "Manrope", sans-serif;
    font-size: 2.5rem ;
}
li {
    font-size: 18px;
    padding: 4px 0;
}

h1 {
    font-size: 3.625rem;
    position: relative;
    font-family: "Manrope", sans-serif;
    color: var(--titledark);
}
h2 {
    font-size: 3.25rem;
    position: relative;
    font-family: "Manrope", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    color: var(--titledark);
}

h3 {
    font-size: 1.44rem;
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    margin: 30px 0 20px 0;
   color: var(--titledark);
}

.home h1 {
    padding-top: 200px;
    font-size: 4.875rem;
  margin-top: -123px;
    padding-bottom: 0;
    margin-bottom: 15px;
color: #ffffff!important;
text-shadow: 0px 4px 15px #2d2c2a5f;
z-index: 10;
}
.page-hero h1, .page-id-32 h1 {
    margin-top: 120px;
}

.hero {
    background-image: url("img/hero-low.webp");
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    height: 100vh;
    color: var(--white);
    filter: blur(10px);
    transition: filter 1s ease, background-image 1s ease;
}
.hero.loaded {
    filter: blur(0);
}
.hero-text {
    margin-left: 80px!important;
}


.button, input[type=submit], .wp-block-button__link, .wp-block-post-excerpt__more-text{
    display: inline-block;
    padding: 14px 16px;
    color: var(--titledark);
    background-color: var(--yellow);
    border: none;
    border-radius: 4px;
    font-size: 1.125rem;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 15px #2d2c2a5f;
}
.wp-block-query .wp-block-post-excerpt__more-link{
    color: white;
}
.wp-block-query .wp-block-post-excerpt__more-link:hover{
    color: var(--green);
}

.button:hover, input[type=submit]:hover, .wp-block-button__link:hover, .wp-block-post-excerpt__more-text:hover {
    background-color: transparent;
   outline: 1px solid var(--yellow);
   outline-offset: 1px;
    color: var(--yellow);

}
.contact-button div a{
    background-color: transparent;
    border: 1px solid var(--white);
}
.contact-button div a:hover{
    background-color: var(--green);
  color: var(--white);
  border: none;
  outline: none;
}

/***/

.full-wide {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: 0;
}
.text-border-home {
    border: 1px solid var(--yellow);
    border-radius: 10px;
    padding: 0 70px 40px 70px;
    background-color: var(--background);
}


.text-border {
    border: 1px solid var(--yellow);
    border-radius: 10px;
    padding: 0 20px 20px 20px;
    background-color: var(--background);
}
.text-border figure img {
    max-width: 150px;
    height: auto;
}
.border-line {
    border-right: 1px solid var(--text);
}
.aboutus, .service, .review, .page-middle {
    margin-top: 120px;
}
.no-worry {
    font-family: "Manrope", sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    color: var(--titledark);
}
.noworry {
    background-color: var(--beige);
    padding: 60px 120px;
}
.contact {
    justify-content: center;
    background-image: url('img/kontakt.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    height: 395px;
    padding: 60px;
    text-align: center;
}
.contact h2 {
    color: var(--background);
}

.wp-block-cover.service-card {
    min-height: 280px!important;
}
.service-card img{
    max-width: 350px!important;
    max-height: 280px!important;
    transition: filter 0.5s ease, transform 0.5s ease;
}

.service-card {
    max-width: 350px!important;
    border-radius: 10px;
    overflow: hidden;
}
.service-card a {
 color: var(--white)!important;
 padding-top: 200px;
 text-shadow: 0 4px 5px #2D2C2A;
}
.service-card:hover img {
    filter: none!important;
    transform: scale(1.1);
}


.slider {
    background-color: var(--beige);
    padding: 120px 60px;
}
.slider h2 {
    text-align: center;
}
.cardrev {
    border: 1px solid var(--yellow);
    border-radius: 10px;
    padding: 20px;
    background-color: var(--background);
}
.slide-container {
    max-width: 1780px;
    
}
.slide-content {
    margin: 0 40px;
    overflow: hidden;
}
.swiper-button-prev, .swiper-button-next {
    color: var(--titledark);
}
.swiper-pagination-bullet-active {
    background-color: var(--yellow);
}
.slidertext {
    font-size: 14px;
}


.contact-form { 
    border: 0;
    border-radius: 45px;    
    margin-bottom: 120px; 
}

.wpcf7 {
  max-width: 800px;
   padding: 80px 150px;
   align-content: center;
   margin: 0 auto;
}

input[type=text], 
input[type=tel],
input[type=email], textarea, select, input[type=date], input[type=number]{
 background-color: transparent;
    border: 1px solid #AAA69E;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    color: var(--text);
    outline: none;
    font-size: 18px;
}
::placeholder {
    color: var(--text);
    font-family: inherit!important;
    font-size: 18px;
}
.wpcf7-list-item-label, .wpcf7-list-item-label a {
    color: var(--text);
}

.decor-line {
    position: relative;
}
.decor-line::after {
    content: "";
    height: 401px;
    width: 0;
    border: 1px solid var(--text);
    display: block;
    position: absolute;
    right: 0;
    bottom: 270px;
}

.page-id-24 footer ul {
    margin-left: 0;
}

footer li, .footer-eng li {
    list-style-type: none;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 122%!important;
}
footer ul, .footer-eng ul {
    padding-left: 0;
}
footer, .footer-eng {
    background-color: var(--titledark);
    padding: 30px 60px 30px 0;
}
footer h3, .footer-eng h3 {
    color: var(--white);
}

footer li a, .footer-eng li a, .footer-eng p{
    color: #ffffffb1;
}
footer h3 a:hover, footer li a:hover, .footer-eng h3 a:hover, .footer-eng li a:hover  {
    color: var(--yellow);
}
.footer-eng figure, .footer-eng p, .footer-eng svg{
    padding-left: 60px;
}
.page-id-305 footer, .page-id-329 footer, .page-id-416 footer, .page-id-330 footer, .page-id-364 footer, .page-id-413 footer, .page-id-346 footer,
.page-id-368 footer, .page-id-411 footer, .page-id-349 footer, .page-id-325 footer, .page-id-331 footer, .page-id-373 footer, .page-id-354 footer, .noned, .page-id-532 footer {
display: none;
}

.fem {
    text-align: center;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
}

.hide-2 {
    opacity: 0;
    transform: translateY(20%);
    transition: all 1s;
}
.hide {
    opacity: 0;
    transform: translateX(-100%);
    transition: all 1s;
}



.show {
    opacity: 1;
    transform: translateX(0);
}
.show-2 {
    opacity: 1;
    transform: translateY(0);
}


@keyframes rotate {
    0%, 40%, 100%{
        transform: scale(1);
    }
    
    20% {
        transform: scale(0.8);
    }
    60% {
        transform: scale(0.9);
    }
    80% {
        transform: scale(1.1);
    }
   


}
.rotate {
    animation: rotate 2s forwards;
}
.delay {
    transition-delay: 0.3s;
}
.delay-2 {
    transition-delay: 0.6s;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--yellow);
   
}
.wp-block-table {
    margin: 40px 160px;
    font-size: 16px;
    box-shadow: 0 4px 15px rgba(45, 44, 42, 0.25);
}
.page-id-24 ul {
    margin-left: 160px;
}
.noworry .wp-block-image {
    padding-top: 30px;
}
.noworry .text-border {
    box-shadow: 0 4px 15px rgba(45, 44, 42, 0.25);
}
th {
    background-color: #F2B90F;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    color: var(--titledark);
}
tr:nth-child(odd){
background-color: var(--white);
}
tr:nth-child(even){
    background-color: #E5E2DB;
    }
td {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 5px!!important;
    padding-right: 10px!important;
}
.wp-block-table thead {
    border-bottom: 2px solid;
}
.backpic {
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.lak-back {
    background-image: url("img/lakossagi.webp");
}
.corp-back {
    background-image: url("img/kozuleti.webp");
}
.pack-back {
    background-image: url("img/szereles.webp");
}
.piano-back {
    background-image: url("img/zongora.webp");
}
.freight-back {
    background-image: url("img/teher.webp");
}
.inter-back {
    background-image: url("img/nemzetkozi.webp");
}
.junk-back {
    background-image: url("img/lomtalanitas.webp");
}
.stor-back {
    background-image: url("img/raktar.webp");
}
.cont-back {
    background-image: url("img/contact-3.webp");
}
.req-back {
    background-image: url("img/request-2.webp"); 
}


@media only screen and (max-width: 1280px) {
    .sub-menu li {
        text-align: center;
    }
    .sub-menu li a{
        font-size: 16px!important;
    }
    #main-menu ul li a {
        font-size: 1.5rem;
    }
    .home h1 {
        font-size: 5.5rem;
    }
    .hero a {
        font-size: 1.3rem;
    }
}
@media only screen and (max-width: 1200px) {
    
  .page-hero h1 {
    margin-top: 80px;
  }
  .text-border figure img {
    max-width: 100px;
  }
  .review .wp-block-columns ,  .footer-eng .wp-block-columns {
    flex-wrap: wrap!important;
    justify-content: center;
  }
  .review .wp-block-column, .footer-eng  .wp-block-column {
    flex-basis: 48%!important;

  }
  .footer-eng .wp-block-column {
    padding-left: 30px;
  }
  .footer-eng figure {
    padding-left: 0;
  }

}

@media only screen and (max-width: 1025px){
 
    
.hero {
    height: 70vh;
}

.contact {
    background-position: center;
}
.page-hero h1 {
    margin-top: 80px;
  }
  .page-hero .wp-block-column{
    flex-basis: 50%!important;
  }
.noworry {
    padding: 60px 30px;
}
.no-worry {
    font-size: 1.2rem;
}
.wp-block-table {
    margin: 40px 40px;
}
.page-id-24 ul {
    margin-left: 40px;
}
.wpcf7, .review {
    padding: 40px 40px;
}

.text-border-home {
    padding: 0 20px 30px 20px;
}

.rev {
    font-size: 14px;
}
.wp-block-table {
    margin: 40px 0;
}
h3 {
    font-size: 2rem;
}
.hero a{
    font-size: 1.7rem;
}
#hamburger {
    padding: 0;
}
.wpcf7-select, .wpcf7-date, .wpcf7-number {
    font-size: 16px;
}
.contact {
    height: 295px;
}
h1 {
    font-size: 4.5rem;
}
h2 {
font-size: 4rem;
}
#logo svg {
    width: 200px;
  }
  .home h1 {
    font-size: 6.5rem;
}
}



@media only screen and (max-width: 780px) {
    .swiper-button-prev, .swiper-button-next {
        transform: scale(0.7);;
    }
    .swiper-pagination {
        display: none;
    }
    .slide-content {
        margin: 0 5px;
    }
    .slider {
        padding: 20px 30px;
    }
    .hero a, .contact a,  .wpcf7-submit {
        font-size: 2.2rem!important;
    }
    .home h1 {
        font-size: 7.5rem;
    }
    h2 {
        font-size: 5.5rem;
    }
    .order-change {
        order: 2;
    }
    .wpcf7 {
        padding: 40px 40px;
    }
    .wpcf7-spinner {
        display: block;
    }

    .home .service .wp-block-column {
        flex-basis: 45%!important;
    }

  .page-hero  h1 {
    color: var(--white);
    text-align: center;
    font-size: 7.5rem;
  }
  .pagehero-text {
    position: relative;
    backdrop-filter: brightness(0.6);
    color: var(--beige);
    margin-left: 0 !important;
    padding: 0 0 80px 0;
  }
  .page-hero p {
    display: none;
  }

  .backpic {
    min-height: 100%;
    top: 0;
    width: 100vw;
    position: absolute;
    left: 0;
    z-index: -3;
  }
  .accent-who {
    font-size: 3.5rem;
  }
  .rev {
    font-size: 16px;
  }
  h3 {
    font-size: 3rem;
  }
  .noworry .text-border {
   margin: 0 120px;
  }
  .no-worry {
    font-size: 1.8rem;
  }
  th {
    font-size: 16px;
  }
  td {
    font-size: 13px;
  }
  .decor-line::after {
    border: 0px solid transparent;
  }
.page-id-35 h2, .page-id-35 p{
   text-align: center;
}
.page-id-35 h2 {
    margin-top: 20px;
}
.footer-eng .wp-block-column:nth-child(2),.footer-eng .wp-block-column:nth-child(3),.footer-eng .wp-block-column:nth-child(4){
    padding-left: 60px;
}

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

    th {
        font-size: 12px;
      }
      td {
        font-size: 10px;
        padding: 5px 3px!important;
      }
}
@media only screen and (max-width: 480px) {
  
    .page-hero h1 {
       font-size:2.5rem ; 
    }
    h2 {
        font-size: 1.8rem;
    }
   .home h1 {
    font-size: 3.5rem;
    }
   
    .hero a, .contact a,  .wpcf7-submit {
        font-size: 1.2rem!important;
    }
    .hero {
        height: 95vh;
    }
    .accent-who {
        font-size: 1.7rem;
    }
    .home .service .wp-block-column {
        flex-basis: 100%!important;
    }
    footer h3, .footer-eng h3 {
        font-size: 1.4rem;
    }
    .wpcf7, .review, .contact {
        padding: 40px 15px;
    }
    .contact {
        height: 240px;
    }
    .noworry .text-border {
        margin: 0 15px;
    }
    .no-worry {
        font-size: 1.1rem;
    }
    th {
        font-size: 9px;
      }
      td {
        font-size: 9px;
        padding: 5px 2px!important;
      }
      .wp-block-table {
        margin-left: -15px;
        margin-right: -15px;
      }
      .page-id-24 ul {
        padding-left: 15px;
      }
      .eng-bigger {
        flex-basis: 55%!important;
      }
      .service-card {
        margin: 0 auto;
      }
      :where(.wp-block-columns.is-layout-flex) {
        gap: 1em;
      }
      input[type=text], input[type=tel], input[type=email], textarea, select, input[type=date], input[type=number] {
        padding: 1rem;
        font-size: 20px;
      }
}
