/*
Theme Name: My Awesome Theme
Theme URI: https://www.myawesometheme.com
Author: Fem Studio
Author URI: https://femstudio.hu
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
*/

/* unbounded-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/unbounded-v11-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* unbounded-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/unbounded-v11-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/manrope-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/manrope-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

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

:root {
  --light-text: #c6d7e1;
  --dark-text: #383a3c;
  --titledark: #324248;
  --yellow: #f69f27;
  --white: #fcfeff;
  --blue: #00afe2;
  --dark: #222222;
}
html {
  font-size: 1vw;
  color: var(--text);
  margin-top: 0 !important;
}

html, body {
  height: auto !important;
  overflow-y: auto;
  overflow-x: clip;
}
.single-post {
  overflow-y: hidden;
}
/* Felső wrapper elemek ne görgessenek külön */
.site, .wrapper, .page, .content, .wp-site-blocks,
.scroll-container, .lenis, .locomotive, .app, main {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}
@media only screen and (max-width: 1025px) {
  html {
    font-size: 1.2vw;
  }
}

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

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

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: var(--background);
 
}

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

a {
  text-decoration: none;
  color: var(--yellow);
}
.wpcf7-form a {
  text-decoration: none;
  color: var(--text);
}
.wpcf7-form a:hover {
  text-decoration: none;
  color: var(--yellow);
}

p {
  line-height: 145%;
  font-size: 18px;
  columns: var(--dark-text);
}
li {
  font-size: 18px;
}

/* címsorok, szövegek */

h1 {
  font-size: 2.25rem;
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
}

.home h1 {
  margin: 0;
  padding-top: 100px;
  z-index: 10;
}
.pagehero h1 {
  margin-left: calc(60px + 5vw);
  margin-top: 100px;
}
.page-template-base-page h1 {
  color: var(--dark);
}
#changing-title {
  white-space: pre-line!important; /* a \n-t törésnek veszi */
}
#changing-title, #changing-subtext {
  transition: opacity 0.5s ease-in-out;
}

#changing-title.hidden,
#changing-subtext.hidden-sub { opacity: 0; }

#changing-subtext span {
  padding-right: 20px;
  border-right: 1px solid var(--blue);
  padding-left: 20px;
  text-transform: uppercase;

}
#changing-subtext span:first-of-type {
  padding-left: 0;
}
#changing-subtext span:last-of-type {
  border-right: none;
}
h2 {
  font-size: 2.5rem;
  position: relative;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  color: var(--dark);
  text-transform: uppercase;
}

.thin {
  font-weight: 400;
  font-size: 1.8rem;
}
h3 {
  font-size: 1.44rem;
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  font-weight: 400;
  margin: 30px 0 20px 0;
  color: var(--dark);
}

/* hero szekciók */

.pagehero-left {
  background: url("img/pageleft.webp") no-repeat left center;
  background-size: cover;
  position: relative;
  width: 58vw;
  height: 100%;
  z-index: 2;
  margin-left: -5vw;
}

.pagehero-left::after {
  content: url('img/pageline.svg');
  display: inline-block;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: -19px;
  z-index: 1;
  width: 40vw!important;
}
.pagehero::after {
  content: url('img/pageright.svg');
  display: inline-block;
  background-size: contain;
  height: 35px;
  position: absolute;
  right: 0;
  width: 50vw;
  bottom: -34px;
  overflow: clip;
}

.pagehero {
  position: relative;
  display: flex;
    color: var(--white);
    height: 273px;
    margin-top: 101px;
    background-color: var(--dark);
  }
  .pagehero-right {
    background: url("img/szolg-2.webp") no-repeat right top;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  z-index: 1;
  opacity: 1;
  }

  .page-id-18 .pagehero-right {
    background: url("img/us-2.webp") no-repeat right top;
    background-size: cover;
  }
.hero {
position: relative;
display: flex;
  color: var(--white);
  height: 390px;
  margin-top: 101px;
  background-color: var(--dark);

}
.hero-left {
  width: 58vw; /* bigger than 35vw so the diagonal can extend */
height: 100%;
  background: url("img/heroleft-2.webp") no-repeat left center;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-right: calc(35vw  - 58vw); 
}
.hero-right {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 65vw;
  height: 100%;
  z-index: 1;
  opacity: 1;
}
.hero-right.fade {
  transition: opacity 0.5s ease-in-out;
}

.hero-left::after {
  content: url('img/line-left.svg');
  display: inline-block;
  width: 529.5px;
  height: 18.5px;
  position: absolute;
  left: 0;
  bottom: -17.5px;
}
.hero::after, .bloghero::after {
  content: url('img/doubleright.svg');
  display: inline-block;
  background-size: contain;
  height: 35px;
  position: absolute;
  right: 0;
  bottom: -35px;
  width: 45vw;
  overflow-x: clip;
}

#changing-title, #changing-subtext, .hero .button, .full-gap2 {
  margin-left: 60px!important;
}

/* gombok */


.hero-switch-button {
  position: absolute;
  bottom: 20px;
  left: 22vw;
  padding: 14px 30px;
  background-color: var(--yellow);
  color: var(--dark); /* black text */
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%);
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 10;
  font-size: 1.4rem;
  font-family: "Unbounded", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  text-transform: uppercase;
}
.hero-switch-button:hover {
  background-color: var(--blue);
 
}
.hero-left .button {
  position: absolute;
  bottom: 20px;
}

.button,
input[type="submit"],
.wp-block-button__link,
.wp-block-post-excerpt__more-text {
  display: inline-block;
  padding: 14px 18px;
  color: var(--dark);
  background-color: var(--yellow);
  border-radius: 0;
  border: none;
  font-size: 1.4rem;
  font-family: "Unbounded", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.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);
}


/***/
.why-us h2::before, .quote h2::before, .hirlevel h2::before, .services h2::before, .slide-holder h2::before, .review h2::before, .contact h2::before, .page-id-16 h2::before , .page-id-18 h2::before, .single h1::before, .single h2::before, .tudastar h2::before{
content: "";
height: 1px;
width: 150px;
display: block;
border: 1px solid var(--blue);
color: #00afe2;
position: absolute;
bottom: -10px;
}
.tudastar h2::before {
  width: 70%;
}
.img-wrap {
  position: relative;
  margin-bottom: 50px;
}
.services h2, .slide-holder h2, .review h2, .contact h2, .single h1, .tudastar h2{
  display: inline-block;
  margin-bottom: 50px;
}

.tudastar h3::after {
content: "";
height: 1px;
width: 70px;
display: block;
border: 1px solid var(--blue);
}

.full-wide {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-bottom: 0;
}
.center {
  text-align: center;
}
.slider {
  height: 90px;
  margin: auto;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.slide-track {
  display: flex;
  gap: 0;                 /* keep spacing via .slide padding if you need it */
  will-change: transform;
  animation: scroll linear infinite;
  /* animation-play-state: paused;  <-- remove this line */
  --halfWidth: 1000px;  /* harmless fallback so it still moves if JS fails */
  --pxPerSec: 60;      /* speed control: pixels per second */
}

.slide {
  flex: 0 0 auto;
  padding: 0 20px; 
  display: flex;
  align-items: center;
  contain: content;
  
}
.slide svg, .slide img {
  height: 35px;
  width: auto;
}
.aux, .pana {
  height: 30px!important;
}
.syen, .fuji {
  height: 55px!important;
  width: auto;
}

.review .slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: fit-content;
}

.review .slide {
  flex: 0 0 calc(90vw / 3);  /* egyszerre kb. 3 kártya látszik */
  box-sizing: border-box;
  padding: 0 16px;           /* spacing - benne legyen a mérésben */
  flex-direction: column;
  align-items: baseline;
  border-right: 1px solid var(--yellow) ;
}
.review .slide-track {
  display: flex;
  will-change: transform;
  animation: scrolling linear infinite;
  /* JS beállítja a ténylelyes értéket */
  --halfWidth: 1000px;   /* fallback, hogy mobilon is mozogjon akkor is, ha JS késik */
  --pxPerSec: 40;        /* sebesség: px/másodperc */
}

.slide-holder::before, .review::before, .tudastar::before, .slogan::before {
  content: url('img/decorright.svg');
  display: inline-block;
  height: 19px;
  position: absolute;
  right: 0;
  top: -19px;
  max-width: 100%;
  overflow-x: clip;
}
.slide-holder::after, .review::after, .tudastar::after, .slogan::after {
  content: url('img/decorleft.svg');
  display: inline-block;
  height: 19px;
  position: absolute;
  left: 0;
  bottom: -18px;
  z-index: 1;
}
.quote p:last-of-type, .why-us-text p:last-of-type {
  font-weight: 600;
}
.why-us-pic {
  position: relative;
}
.why-us-text {
  padding-right: 60px;
}
.unbound {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

}
.rectangle-decor{
  background-color: #C6D7E1;
  position: absolute;
  bottom: -90px;
  left: 120px;
  padding: 10px 10px 0;
}
.services {
 position: relative;
  background-image: url("img/serviceback-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
  padding: 120px 60px;

}
.service-text {
  background-color: var(--blue);
  padding: 20px 10px;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: -60px;
  height: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-text p {
  font-family: "Unbounded", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
.services a {
  color: var(--dark);
}
.services a:hover {
  color: var(--yellow);
}

.services .wp-block-button {
  margin-top: 90px;
}
.review {
  margin-top: 120px;
  margin-bottom: 90px;
  padding: 90px 60px;
  background-image: url("img/lamella-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: var(--light-text);
}
.review h2, .tudastar h2, .tudastar h3, .tudastar p, .wpcf7-list-item-label{
  color: var(--white);
}
.tudastar p {
  font-size: 16px;
}

.review p {
  padding: 0 30px 0 30px;
  color: var(--light-text);
  text-align: center;
}
.review span {
  padding: 0 30px 0 30px;
  margin: 0 auto;
}
.tudastar {
  margin-top: 120px;
  margin-bottom: 120px;
  background-color: #222222;
  padding: 60px;
  height: 700px;
}

#lines {
  border-left: 2px solid var(--blue);
  
}
#lines div {
  text-align: left;
  display: inline-block;
}
#lines #loc {
  margin-left: 40px;
  display: flex;
  margin-bottom: 100px;
  margin-top: 30px;
}
#loc svg {
  flex-basis: 30%;
}
#lines p {
  margin-top: 0;
  font-family: 'Manrope';
}
.con {
    display: flex!important;
    align-items: center;
    gap: 5px;
    margin-bottom: 50px;
}
.contact::after {
  content: "" ;
  position: absolute;
display: block;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 400px;
  border: 1px solid var(--blue);
}

/* seamless loop: move exactly one set’s width */
@keyframes scroll {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(calc(-1 * var(--halfWidth)), 0, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .slide-track { animation: none !important; transform: none !important; }
}

@keyframes scrolling {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(calc(-1 * var(--halfWidth)), 0, 0); }
}

/* Akadálymentesség: ha a felhasználó csökkentett animációt kér, állítsuk le */
@media (prefers-reduced-motion: reduce) {
  .review .slide-track { animation: none !important; transform: none !important; }
}
.slide-holder{
  background: #222222;
background: -webkit-linear-gradient(360deg, rgba(34, 34, 34, 1) 50%, rgba(50, 58, 63, 1) 100%);
background: -moz-linear-gradient(360deg, rgba(34, 34, 34, 1) 50%, rgba(50, 58, 63, 1) 100%);
background: linear-gradient(360deg, rgba(34, 34, 34, 1) 50%, rgba(50, 58, 63, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#222222", endColorstr="#323A3F", GradientType=0);
padding: 60px 60px 90px;
}
.slide-holder h2, .hirlevel h2{
  font-size: 1.9rem;
}
.slide-png {
  min-height: 46px;
  min-width: 156px;
}

.contact {
  position: relative;
  padding: 0 60px 10px 60px;
margin-bottom: 120px;
}
.hirlevel p {
  margin: 50px 0 40px;
}
#cardpic {
  display: flex;
  justify-content: center;
}

.card-text {
  padding: 0 10px 20px;
  background-color: #3E4040;
  width: 90%;
  position: absolute;
  top: 80%;
  text-align: left;
}
.tudastar h3 {
  text-align: left!important;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.slider-2 {
  height: 400px;
}
.slogan {
  background-image: url("img/lamella-3.webp")  ;
  background-color: #222222;
  padding: 40px 0;
  color: var(--white);
  text-transform: uppercase;
  position: relative;
  margin-top: 120px;
  font-family: 'Unbounded';
}
.bloghero {
  background-image: url("img/lamella-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 101px;
  padding: 60px 60px 40px 60px;
}
.bloghero p {
  color: var(--yellow);
  text-transform: uppercase;
  font-size: 2rem;
  margin-top: 0;margin-bottom: 40px;
}
.blogpic {
  background-image: url("img/blogback.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 90px 50px 60px 15px;
}
.blogpic img {
  width: 80%;
}
.postid-137 .blogpic {
  padding: 30px 50px 50px 15px;
}
textarea {
  height: 100px;
  resize: none;
}
.contact-form {
  border: 0;
  border-radius: 45px;
  margin-bottom: 120px;
}

#wpcf7-f78-o1 {
  max-width: 800px;
  padding: 40px 100px;
  align-content: center;
  text-align: center;
  margin: 0 auto;
  background-image: url("img/lamella-3.webp");
  background-repeat: no-repeat;
  background-size: cover;
}


input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  background-color: #2D2D2D;              /* ne legyen transparent */
  color: #fff;                         /* kontrasztos szöveg */
  border: 1px solid var(--light-text, #c6d7e1); /* fallback, ha nincs definiálva */
  border-radius: 4px;
  font-size: inherit;
  padding: 0.5rem;
  font-family: inherit;
  margin-bottom: 1rem;
  width: 100%;
  outline: none;
}

/* A lenyíló lista Windows-on gyakran fehér: ezt külön stilizáld */
select option {
  background-color: #2D2D2D;
  color: #fff;
}

/* fókusz állapot, hogy billentyűvel is jól látszódjon */
select:focus,
input:focus,
textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

/* High Contrast/Forced Colors támogatás */
@media (forced-colors: active) {
  select, input, textarea {
    forced-color-adjust: none;
    background: Canvas;
    color: CanvasText;
    border: 1px solid CanvasText;
  }
}
/* Segít egységesíteni a natív kontrollok megjelenését */
form, select, input, textarea {
  color-scheme: dark;
}


::placeholder {
  color: var(--text);
  font-family: inherit !important;
  font-size: 18px;
}
.wpcf7-list-item-label a {
  color: var(--blue);
}
.wpcf7-spinner {
  display: block;
  height: 0;
}

.full-gap {
  margin-right: 60px!important;
}

.mailpoet_paragraph {
  border-radius: 0!important;
  margin-right: 30px;
}
.mailpoet_text {
  color: var(--dark)!important;
  width: 280px!important;
}
.mailpoet_form .mailpoet_submit{

}
.mailpoet_form {
  display: flex;
}

footer {
  background-image: url("img/footer2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 371px;
  padding: 0 0 30px 30px;
  position: relative;
  margin-top: 90px;
}
footer::before {
  content: url("img/doubleright.svg");
  height: 35px;
  transform: scale(-1);
  position: absolute;
  left: 0;
  top: -34px;
  width: 39vw;
}

footer::after {
  content: url("img/line-left.svg");
  transform: scale(-1);
  height: 18.5px;
  position: absolute;
  top: -17.5px;
  right: 0;

}
footer li {
  list-style-type: none;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 122% !important;
}
footer ul {
  padding-left: 0;
}
footer figure {
  width: 380px;
  margin-top: 60px;
}
footer li a
{
  color: #ffffffb1;
}

footer h3 a {
  color: var(--white);
}

footer h3, .slide-holder h2 {
  color: var(--white);
}
footer h3 a:hover,
footer li a:hover {
  color: var(--yellow);
}
.footer-third {
  margin-left: 60px;
}
footer .widget:last-of-type {
  width: 100%;
}
.copyr {
  color: #ffffffb1;
  text-transform: uppercase;
  margin-top: -10px;
}

.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);
}
.delay {
  transition-delay: 0.5s;
}
.cookie {
  font-size: 0.8rem;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: var(--white);
  border-radius: 0;
  background-color: transparent;
  color: white;
}
footer .container {
  padding-left: 30px;
}

@media only screen and (min-width: 1650px) {
.pagehero-left::after {
  bottom: -15px;
}
.menu li:first-of-type svg {
  width: 12vw;
}
.hero::after, .pagehero::after, .bloghero::after, footer::before{
  width: auto!important;
}
.tudastar {
  height: 900px!important;
}
}

@media only screen and (min-width: 1281px) {
  html {
    font-size: 0.8vw;
  }

  .tudastar {
    height: 750px;
  }

  .why-us-text, .full-gap{
    padding-right: 120px;
  }
  .full-gap2 {
    padding-left: 120px;
  }
  .services, .tudastar, .container, .contact {
    padding-left:120px;
    padding-right: 120px;
  }

  footer .container {
    padding-left: 30px;
  }

footer::after {
  top: -18.5px;
}
.pagehero h1 {
  margin-left: calc(120px + 5vw);
}
.review {
  margin-top: 220px;
}
.services .wp-block-button {
  margin-top: 100px;
}
.hero::after {
width: 45vw;
}
}
@media only screen and (max-width: 1240px) {
  .hero{
    height: 360px;
  }
  .review {
    margin-top: 70px;
  }
  .footer-third {
    margin-left: 0;
  }
  .pagehero {
    height: 250px;
  }
  .serv-im {
    flex-basis: 35%!important;
  }
  .serv-text {
    flex-basis: 65%!important;
  }
  .pagehero-left::after {
    margin-left: -90px;
  }
  .service-text, .card-text{
    width: 95%;
  }
  .slider {
    width: 100%;
}
}

@media only screen and (max-width: 1200px) {
  .tudastar h3 {
    font-size: 14px;
  }
  .hero {
    height: 300px;
  }
  .pagehero {
    height: 200px;
  }
  .home h1 {
    padding-top: 60px;
  }
  #changing-subtext {
    font-size: 16px;
  }
  .review {
    padding: 60px 30px;
}
.pagehero::after {
  width: 45vw;
}
.pagehero h1 {
  margin-top: 70px;
}
}

@media only screen and (max-width: 1025px) {
  #changing-subtext {
    font-size: 14px;
  }
.review {
  padding: 30px;
}
.hero{
  margin-top: 63px;
  height: 240px;
}
.pagehero {
  margin-top: 63px;
  height: 180px;
}
.bloghero {
  margin-top: 63px;
}
.hero-left::after, .why-us-pic,  footer::after {
  display: none;
}
.pagehero-left::after {
  margin-left: -300px!important;
}
#changing-title, #changing-subtext, .hero .button,   .why-us-text  {
  margin-left: 15px!important;
}
.changing-subtext span {
  padding-right: 10px!important;
  padding-left: 10px!important;
}
#changing-subtext {
  font-size: 12px;
}
.why-us-text {
  margin-top: 60px!important;
  flex-basis: 100%!important;
}

.hero-left {
  width: 62vw;
 }
 .hero-switch-button {
  padding: 14px 25px;
  left: 24vw;
  font-size: 1.2rem;
 }
 .slide-holder {
  padding: 60px 30px 60px;
 }
 .slide {
  padding: 20px;
 }
 .services {
  padding: 60px 15px;
  height: 100%;
 }
.services h2 {
  margin-bottom: 0;
}
.services img {
  margin-top: 70px;
}
 .column-4 {
  justify-content: center;
}
.wp-block-spacer {
  height: 40px!important;
}
.review .slide {
 flex: 0 0 calc(120vw / 3);;
}
.review p {
  font-size: 16px;
  padding: 0 10px 0 10px;
}
.quote .col-1-3 {
  text-align: center;
}
.quote .col-1-3 img, .page-id-18 figure {
  width: 130px;
  height: auto;
}
.tudastar {
  height: 100%;
  padding: 60px 15px 140px;
  margin-bottom: 70px;
}
.tudastar img{
margin-top: 70px;
}
.tudastar h2 {
  margin-bottom: -60px;
}
.contact {
  padding: 0 15px 10px 15px;
}
.contact::after {
  width: 200px;
}
#wpcf7-f78-o1 {
  padding: 30px!important;
}
footer {
  height: 680px;
}
footer figure {
  width: 280px;
}
.quote .row {
  align-items: center;
}
.button, input[type="submit"], .wp-block-button__link, .wp-block-post-excerpt__more-text {
  font-size: 1.6rem;
}
.serv-text {
margin-top: 40px !important;
}
.page-template-base-page .wp-block-spacer:first-of-type{
height: 120px!important;
}

footer {
  background-image: url("img/footeripad-2.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  height: 631px;
  padding: 0 0 30px 30px;
  position: relative;
  margin-top: 90px;
}
footer::before {
  display: none;
}
footer .container {
  padding-left: 15px;
}
}

@media only screen and (max-width: 780px) {
  .order-change {
    order: 2;
  }
 
  .wpcf7 {
    padding: 40px 40px;
  }
  .wpcf7-spinner {
    display: block;
  }
  #lines #loc {
    margin-left: 20px;
    margin-bottom: 60px;
  }
   #loc svg {
    flex-basis: 50%;
  }
  .pagehero {
    display: none;
  }
  .page-id-18 h2:first-of-type, .page-id-20 h2:first-of-type {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 700px) {
  .hero-left {
    width: 100%;
    background: var(--dark)!important;
  }
  
  .hero-right {
    width: 100%;
    top: 240px;
    background-color: var(--dark);
    display: block;
    background-size: 130%;
    background-position: right;
    height: 120%;
  }
  .why-us-text{
    margin-top: 360px!important;
  }
  .hero-switch-button {
    clip-path: none;
    left: 3vw;
  }
  .hero::after {
    display: none;
  }
  .hero-right::after {
    content: url("img/decorleft.svg");
      display: inline-block;
      height: 19px;
      position: absolute;
      bottom: -18px;
      margin-left: -40vw;
  }
  .img-1, .tudastar img {
    margin-top: 0;
  }
  .img-1 img{
    margin-top: 40px;
  }
  .tudastar .column-4 {
    row-gap: 140px;
  }
  .img-wrap.img-2 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-outside > .wp-block-group__inner-container,
  .footer-flex > .wp-block-group__inner-container {
    flex-direction: column;
  }
  .footer-flex > .wp-block-group__inner-container {
    gap: 20px;
  }
  .wpcf7 {
    padding: 40px 20px;
  }

  footer {
    background-image: url("img/phonefooter-2.webp");
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 811px;
    padding: 0 0 30px 30px;
    position: relative;
    margin-top: 90px;
  }
  h1 {
    font-size: 1.2rem!important;
  }
 h2, .hirlevel h2, .has-medium-font-size, .page-template-base-page h3, .contact h3{
  font-size: 1.1rem!important;
}
.slide-holder h2 {
  font-size: 0.9rem!important;
}
.contact h2 {
  font-size: 1.4rem!important;
}
#main-menu {
  border-bottom: 1px solid var(--blue);
  padding: 10px 0;
}

.why-us-text h2 {
  margin-bottom: 30px;
}

#wpadminbar, .contact::after, .slide-holder h2::before{
  display: none !important;
}

.button, input[type="submit"], .wp-block-button__link, .wp-block-post-excerpt__more-text, .hero-switch-button, .bloghero p  {
  font-size: 0.8rem;
}
.slide-holder {
  margin-top: 40px;
    padding: 30px;
}
.slide-holder h2 {
  margin-bottom: 0;
}
.slide-holder::before, .review::before, .tudastar::before, .slogan::before {
  width: 30vw;
}
.slide-holder::after, .review::after, .tudastar::after, .slogan::after  {
  margin-left: -100vw;
}
.slide-holder svg, .slide-holder .slide-png {
  height: 25px;
  width: auto;
}
.slide-png{
  height: 25px!important;
  width: auto;
  min-height: 20px!important;
min-width: 68px!important;
}
.aux, .pana  {
  height: 15px!important;
  width: auto;
}
.syen {
  height: 50px!important;
  width: auto;
}
.fuji {
height: 30px!important;
width: auto;
}
.slide-holder .slide{
 padding: 10px;
}

#lines {
  border-left: none;
  margin-left: 30px 15px;
}
.contact {
  margin-bottom: 20px;
}

.mailpoet_form {
  flex-direction: column;
  font-size: 0.8rem;
}
.mailpoet_text {
  width: 100%!important;
}
.review .slide {
  flex: 0 0 80vw;;
}

footer figure img {
  width: 240px!important;
  margin-left: -15px;
}
.serv-text {
  margin: 0 15px!important;
}

.slogan {
  padding:40px 15px;
}
.full-gap {
  margin-right: 0!important;
}
.bloghero {
padding: 60px 15px 10px 15px;
}
.cookie {
  font-size: 0.6rem;
}
#changing-subtext {
  margin-top: 25px;
  font-size: 14px;
}
#changing-subtext span{
  padding: 0 10px 0 10px;
}
.hero-right::after {

    margin-left: -80vw;
}
.img-wrap {
  width: 45%!important;
}
.home h1 {
  font-size: 1.4rem!important;
}
.service-text p {
  font-size: 12px;
}
.services img, .services .wp-block-button {
  margin-top: 30px;
}
.service-text {
  height: 85px;
}
.tudastar {
  padding: 60px 5px 140px;
}
.card-text h3 {
  font-size: 12px;
}
.tudastar p {
  font-size: 14px;
}

#more-p {
  padding-bottom: 20px;
}
.card-text {
  z-index: 10;
}
.single-post .full-gap {
  margin-left: 15px;
  margin-right: 15px!important;
}
#lines #loc{
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 40px;
}

}

