@font-face {
  font-family: 'dielyadamecfont'; /* Choose a name for your font */
  src: url('./../fonts/DielyAdamec-Regular.otf') format('opentype'); /* Path to your font file */
  font-weight: normal; /* or bold */
  font-style: normal; /* or italic */
}

* {
  box-sizing: border-box;
}
:root {
  --primary: #2d59fa;
  --primary-hover: #0037ff;
  --bg: #F7F8F9;
  --secondary: #FEFFFF;
  --dropzone-bg: #fff;
  --gray: #D3D3D3;
  --border: #EDF1F3;
  --dropzone-border: #D4DCE6;
  --headline: #211E30;
  --text: #0a090c;
  --primary-text: #F2F7FE;
  --dropzone-over: #F2F7FE;
}

body {
    font-family: 'dielyadamecfont'; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1.1rem;
    color: #3A1B1B;
    background-color: #ffffff;  
    width: 100vw;
    /* For modern browsers */
    -webkit-font-smoothing: antialiased; /* Chrome, Safari */
    -moz-osx-font-smoothing: grayscale;  /* Firefox */
    /* For Windows (improves font rendering) */
    text-rendering: optimizeLegibility;   /* For better letter spacing and kerning */
  }
  
  
  .container {
    margin: 0 auto;
  }
  /* aside {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .16);
    color: #2c3b4c;
    font-family: Montserrat, sans-serif;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
    overflow: hidden;
    overscroll-behavior: contain;
    position: fixed;
    right: 0;
    transform: translateZ(0);
    transition: transform .5s, opacity .5s, visibility .5s;
    z-index: 1000;
    bottom: 25px;
    left: auto;
    max-height: calc(100% - 50px);
    max-width: 400px;
    right: 25px;
    border-radius: 30px;
  }
  aside h1 {
    padding: 30px;
    margin: 0;
  }
  aside p {
    margin: 0;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  aside p a {
    color: #8F1414;
  }
  aside p a:visited {
    color: #8F1414;
  }
  aside form {
    padding: 0;
  } */
.cookie-consent__tab-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cookie-consent__tab {
  align-items: stretch;
  display: flex;
}
.cookie-consent__option {
  align-items: center;
    display: flex;
    flex: 1 1 auto;
    font-size: 16px;
    line-height: 1.25;
    padding: 15px 25px 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-fancy {
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding-left: 35px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cookie-consent-input {
  cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
    left: -5px;
    top: -10px;
    z-index: 1001;
}
.checkbox-fancy__check {
  background-color: #da1e39;
}
.checkbox-fancy .checkbox-fancy__check:after{
  border: solid #fff;
    border-width: 0 3px 3px 0;
    height: 9px;
    left: 5px;
    top: 1px;
    transform: rotate(40deg);
    width: 4px;
}
.checkbox-fancy__check {
  border-radius: 2px;
    height: 17px;
    left: 0;
    position: absolute;
    top: 0;
    width: 17px;
}
.checkbox-fancy input:checked~.checkbox-fancy__check:after {
  display: block;
}
.checkbox-fancy__check:after {
  content: "";
    display: none;
    position: absolute;
}
aside input[type="checkbox"] {
  display:inline-block;
  width: 350px;
  height: 18px;
}
.cookie-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 400px;
}
.cookie-button {
  width: 250px;
  height: 20px;
  background-color: #8F1414;
  color: white;
  border-radius: 30px;
  padding: 15px 40px;
  display: inline-block;
  font-size: 0.9em;
  transition: transform 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: none;
  cursor: pointer;
}
.deny {
  background-color: #fff;
  color: #8F1414;
  border: 1px solid #8F1414;
}
.agree {
  border: 1px solid black;
}

.agree:hover {
  background-color:#8F8D14 ;
}
 
  .row {
    flex-direction: row;
  }
  .column {
    flex-direction: column;
  }
  ul li {
    list-style-type: none;
  }
  .contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .test {
    position: relative;
    height: 100px;
    top: 0.3px;
  }
  .contact-bckgrnd {
    position: absolute;
    background-color: #8F1414;
    width: 100vw;
    height: 78px;
    top: 0;
  }
 
  .contact .numbers {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin-left: 10vw;
    z-index: 6;
  }

  .contact .socials {
    justify-content: space-between;
    align-items: center;
    padding-inline-start: 0;
    margin-right: 5vw;
    z-index: 6;
  }

  .contact a,
  .contact span {
    color: white;
  }  
  .contact a,
  .contact ul > li > a > img{
    font-weight: bold;
    transition: transform 0.5s ease; 
  }
  .contact a:hover,
  .contact ul > li > a > img:hover {
    transform: scale(1.1);
  }

  .contact ul {
    display: flex;
  }
  .contact ul li {
    width: 40px;
  }

  .contact ul img {
    height: 25px;
  }

 
  .navbar {
    height: 185px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    position: fixed;
    z-index: 10;
  }

  #logo {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    transition: transform 0.3s ease-in-out,  margin-top 0.3s ease-in-out;
    object-fit: cover;
  }
  .nav  {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin-right: 10vw;
  }

  .navbar ul {
    padding: 0;
    
  }

  ul > li {
    list-style: none;
  }

 a {
    text-decoration: none;
  }

  .nav a {
    font-size: 1.1em;
    font-weight: 600;
    padding: 5px 0;
    color: #3A1B1B;
    padding: 15px;
    transition: background-color .4s, color .4s;
    border-radius: 30px;
  }
  .nav a:hover,
  label a:hover {
    background-color: #8F1414;
    color: white;
  }
  .navbar {
    transition: height 0.3s ease-in-out;
    width: 100vw;
  }
  
.navbar.shrink {
    height: 80px;
  }
#logo.scale {
  transform: scale(.6);
}  
.hamburger-menu {
  display: none;
}

  /*Hero section*/
  .hero {
    display: flex;
    height: 50vh;
    margin: 0 auto;
    margin-top: 300px;
    position: relative;
    width: 100vw;
  }
  .hero-left-content {
    margin-left: 10vw;
    flex: 1;
    display: flex;
    z-index: 2;
}

  .hero-right-content {
    width: 60%;
    height: inherit;
    overflow: hidden;
  }

  .hero h2 {
    font-size: 4.5em;
    margin: 0;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .hero h1 {
    font-size: 1.5em;
    margin: 0;
  }
  .hero h3 {
    font-size: 2em;
    margin: 0;
  }
  .hero-left-content a,
  #loadMoreBtn {
    background-color: #8F1414;
    color: white;
    border-radius: 30px;
    padding: 15px 40px;
    margin-top: 20px;
    display: inline-block; 
    font-size: 1.1em;
    transition: transform 0.5s ease; 
  }
  .hero-left-content a:hover,
  #loadMoreBtn:hover {
    transform: scale(1.1);
  }
  #loadMoreBtn {
    cursor: pointer;
    border-style: none;
  }
  .load-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .diely,
  .napravy,
  .valce {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 33.3%;
    background: linear-gradient(to left, #8F1414, #ffffff); /* Gradient overlay */ 
    cursor: pointer;
    z-index: 2; 
}
.napravy {
  background: linear-gradient(to left, #145F8F, #ffffff); /* Gradient overlay */
}
.valce {
  background: linear-gradient(to left, #8F8D14, #ffffff); /* Gradient overlay */
}

.diely::before,
.napravy::before,
.valce::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("./../img/diely.webp") center/cover no-repeat;
    opacity: 0.7; 
    z-index: 1; 
    mix-blend-mode: overlay; 
}
.napravy::before {
  background: url("./../img/napravy.webp") center/cover no-repeat;
}
.valce::before {
  background: url("./../img/valce.webp") center/cover no-repeat;
}

  .diely h2,
  .napravy h2,
  .valce h2 {
    font-size: 4rem;
    color: white;
    z-index: 3;
    margin-right: 5vw;
    transition: transform 0.5s ease; 
  }
  .diely:hover h2,
  .napravy:hover h2,
  .valce:hover h2 {
    transform: scale(1.1);
  }
 
/*About section*/
.about {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 200px !important;
  margin-bottom: 15vh;
  
}
.about-counter {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.about-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.about-diely {
  color: #8F1414;
}
.about-napravy {
  color: #145F8F;
}
.about-valce {
  color: #8F8D14;
}
.about h2 {
  font-size: 40px;
  margin-bottom: 10vh;
}
.about-inner-content h2 {
  font-size: 70px;
  margin: 0;
  text-transform: uppercase;
}
.about-inner-content h3 {
  font-size: 20px;
  text-transform: uppercase;
}
.about-inner-content h3:first-child {
  font-weight: 300;
}

.about-bottom {
  display: flex;
  background-color: #8F1414;
  color: white;
  padding: 50px;
  border-radius: 60px;
  width: 78vw;
  justify-content: space-between;
  align-items: center;
  margin-top: 5vh;
  position: relative;
}
.about-bottom::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 52%;
  background-color: #ffffff;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  top: 50%;
  left: 35%;
}
.about-bottom::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 52%;
  background-color: #ffffff;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
  top: 0;
  left: 35%;
}
.why-us {
  width: 25vw;
  text-align: center;
}
.about-bottom img {
  width: auto;
  height: 50px;
}
.about-icons {
  display: flex;
  align-items: center;
  width: 44vw;
  justify-content: space-around;
}
.about-bottom h2 {
  margin: 0;
}
.about-bottom h2:first-child {
  text-transform: capitalize;
  font-size: 120px;
  
}
.about-bottom h2:last-child {
  font-size: 160px;
  margin-top: 20px;
}

.about-icons-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-icons-inner h3 {
  text-transform: uppercase;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
}
.about-icons-inner h4 {
  font-weight: 300;
  margin: 0;
  margin-bottom: 50px;
}

/*Service section*/

.service h2 {
  font-size: 2em;
  text-align: center;
  margin: 10vw;
}
.service-outer {
  display: flex;
  justify-content: space-between;
  margin: 0 10vw;
  margin-top: 10vh;
  gap: 5vw;
}
.service-outer-bckgrnd-diely,
.service-outer-bckgrnd-napravy,
.service-outer-bckgrnd-valce {
  content: '';
  position: relative;
  background-color: #8F1414;
  border-radius: 30px;
  padding-top: 50px;
  width: 33.33%;
  z-index: 1;

}
.service-outer-bckgrnd-diely:before,
.service-outer-bckgrnd-napravy:before,
.service-outer-bckgrnd-valce:before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  border-radius: 30px;
  height: 100%;
  width: 100%;
  top: 80px;
  z-index: -1;
}
.service-outer-bckgrnd-napravy {
  background-color: #145F8F;
}
.service-outer-bckgrnd-valce {
  background-color: #8F8D14;
}
.service-inner{
  padding-left: 2vw;
  padding-right: 2vw;
}
.service-inner:last-child a {
  margin-left: -2vw;
}
.service-inner h3 {
  font-weight: 600;
  font-size: 1.5rem;
}

.service-inner h4 {
  font-weight: 300;
  margin-bottom: 50px;
  height: 150px;
}
.service-outer a {
  font-weight: 600;
  transition: background-color .4s, color .4s;
  border-radius: 30px;
  padding: 15px;
}
.service-outer-bckgrnd-diely a {
  color: #8F1414;
  border: 1px solid #8F1414;
}
.service-outer-bckgrnd-diely a:hover {
  background-color: #8F1414;
  color: white;
}
.service-outer-bckgrnd-napravy a {
  color: #145F8F;
  border: 1px solid #145F8F;
}
.service-outer-bckgrnd-napravy a:hover {
  background-color: #145F8F;
  color: white;
}
.service-outer-bckgrnd-valce a {
  color: #8F8D14;
  border: 1px solid #8F8D14;
}
.service-outer-bckgrnd-valce a:hover {
  background-color: #8F8D14;
  color: white;
}

/*Slider*/
.slider {
  margin: 0 10vw;
  margin-top: 30px;
  overflow: hidden;
  width: 80vw;
  position: relative;
}

.slider h3 {
  font-size: 2em;
  text-align: center;
  margin: 10vw;
}

.slide-track {
  display: flex;
  gap: 8em;
  width: calc(200% + 8em); /* Ensure the width can accommodate all items twice */
  animation: scroll 30s linear infinite;
}

.slide-track img {
  width: 100px;
  height: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*Contact section*/
.contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  margin-top: 30vh;
  text-align: center;
}
.contact-section h3 {
  font-size: 8em;
}
.contact-section-content {
  background-color: #8F1414;
  clip-path: ellipse(closest-side farthest-side);
  padding: 2vh 7vh;
  animation: pulse 2s infinite;
}
.triangle {
  width: 10vw;
  height: 8vw;
  background: linear-gradient(to top left, #ffffff00 0%, #ffffff00 50%, #8F1414 50%, #8F1414 100%);
  position: relative;
  bottom: 90px;
  right: 130px;
  animation: pulse 2s infinite;
}
.contact-section a {
  color: white;
}


@keyframes pulse {
	0% {
		transform: scale(0.98);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.98);
	}
}

/*Footer*/
.footer {
  background-color: #8F1414;
  color: #ffffff;
  margin-top: 10vh;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
.footer-content {
  margin: 0 10vw;
  position: relative;
  padding-bottom: 3vh;
}
.logo-footer {
  width: 236.4px;
  height: 158.8px;
  margin-top: 5vh;
}

.footer input {
  border: 1px solid #ffffff;
  background-color: #8F1414;
  border-radius: 30px !important;
}
.footer input::placeholder {
  color: #ffffff;
}
.footer-mail-fields {
  position: relative;
}
#email-footer {
  width: 200px;
  height: 50px;
  position: relative;
  z-index: 3;
  color: #fff;
  padding-left: 20px;
}
#submit-footer {
  position: absolute;
  left: 190px;
  z-index: 2;
  width: 200px;
  height: 50px;
  background-color: #145F8F;
  color: #ffffff;
  cursor: pointer;
  left: 80px;
  border-radius: 30px !important; 
  text-align: right;
  padding-right: 20px;
}
.footer-info {
  display: flex;
  flex-direction: row;
  gap: 5em;
}
.footer-info img {
  height: 25px;
}
.footer-info h4 {
  font-weight: 300;
}

.footer-info a:visited{
  color: white;
}
.footer-info img {
  padding-right: 10px;
}

/*media*/ 
@media (max-width: 2300px) {
  .about-icons {
    width: 37vw;
  }
}

  @media (max-width: 1800px) {
    .hero h1{
      font-size: 1.3em;
    }
    .hero h2 {
      font-size: 3.5em;
    }
    .hero h3{
      font-size: 1.5em;
    }

    .about-icons-inner h3 {
      font-size: 1em;
    }
   
    .contact-section h3 {
      font-size: 5em;
    }
    .contact-section {
      margin-top: 10vh;
    }
    .why-us h2{
      font-size: 110px !important;
    }
    .about-bottom::before,
  .about-bottom::after {
    left: 37%;
    width: 100px;
  }
  }
  @media (max-width: 1700px) {
    .about-icons {
      width: 40vw;
    }
  }

  @media (max-width: 1571px) {
    .hero h1{
      font-size: 1.1em;
    }
    .hero h2 {
      font-size: 2.5em;
    }
    .hero h3{
      font-size: 1.2em;
    }
    .about-icons {
      width: 42vw;
    }
    .about-bottom::before,
    .about-bottom::after {
      width: 70px;
      left: 37%;
    }
    .hero {
      margin-top: 250px;
    }

    .hero-left-content {
      align-items: flex-start;
  }
  @media (max-width: 1537px) {
    .nav {
      margin-right: 5vw;
    }
    
    .nav a {
      font-size: .9em;
      padding: 10px;
    }
  }
  .footer-phone img {
    top: -60vw !important;
  }
 
  }

  @media (max-width: 1500px) {
    .about-bottom::before,
    .about-bottom::after {
      display: none;
    }
    .about-icons {
      width: 45vw;
    }
  }
  @media (max-width: 1450px) {
    .diely h2, .napravy h2, .valce h2 {
      font-size: 3rem;
    }
}
  @media (max-width: 1400px) {
    .about-icons {
        width: 50vw;
    }
}
  @media (max-width: 1300px) {
    .about-icons {
      width: 50vw;
    }
  }
 

  @media (max-width: 1300px) {
    .katalog img {
      width: 80% !important;
    }
    .footer-phone img {
      display: none;
    }
    .diely h1, .napravy h1, .valce h1 {
      font-size: 3rem;}
    label .menu {
      position: absolute;
      right: 0px;
      top: 25px;
      z-index: 100;
      width: 30px;
      height: 30px;
      background: #FFF;
      border-radius: 50% 50% 50% 50%;
      transition: .3s ease-in-out;
      box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
      cursor: pointer;
      margin-right: 5vw;
    }
    .nav {
      display: none;
    }
    .hamburger-menu {
      display: block;
    }
    .hamburger-menu >ul {
      display: block;
      animation: fadeInOut 0.5s ease-in-out;
    }
    @keyframes fadeInOut {
      0% {
          opacity: 0;
          display: none;
      }
  
      50% {
          opacity: 0.5;
          display: block;
      }
  
      100% {
          opacity: 1;
          display: block;
      }
  }
    .navbar  {
      width: 100vw;
    }
    label .hamburger {
      position: absolute;
      top: 15px;
      left: 0px;
      width: 30px;
      height: 2px;
      background: #8F1414;
      display: block;
      -webkit-transform-origin: center;
      transform-origin: center;
      transition: .3s ease-in-out;
    }
    
    label .hamburger:after, label .hamburger:before {
      transition: .3s ease-in-out;
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: #8F1414;
    }
    
    label .hamburger:before { top: -10px; }
    
    label .hamburger:after { bottom: -10px; }
    
    label input { display: none; }
    
    label input:checked + .menu {
      box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
      border-radius: 0;
      
    }

    label input:checked + .menu .hamburger {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      
    }
    
    label input:checked + .menu .hamburger:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      bottom: 0;
      
    }
    
    label input:checked + .menu .hamburger:before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      top: 0;
      
    }
    
    label input:checked + .menu + ul { opacity: 1; }
    
    label ul {
      z-index: 200;
      position: absolute;
      top: 255px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: .25s 0s ease-in-out;
    }
    
    label a {
      margin-bottom: 1em;
      display: block;
      color: #8F1414;
      text-decoration: none;
      text-align: center;
      padding: 10px;
      border-radius: 30px;
      transition: background-color .25s, color .4s;
    }
 
    #logo.scale {
      transform: scale(.45);
    } 

    .about  {
      margin-top: 25vh;
    }
    .about-header {
      margin: 0 10vw;
      text-align: center;
    }
    .about-bottom::before, .about-bottom::after {
      width: 80px;
      left: 34%;
  }
  .about-bottom::after {
    top: -1px;
  }
  .about-bottom h2:first-child {
    font-size: 90px;
}
.about-bottom h2:last-child {
  font-size: 125px;

}
    .service-outer-bckgrnd-diely:before,
.service-outer-bckgrnd-napravy:before,
.service-outer-bckgrnd-valce:before {
  width: 101%;
  right: -1px;
}
.service h1 {
  padding: 0 10vw;
}


.image-comparison {
  flex-direction: column;
  align-items: center;
}

.background-picture-container img {
  height: 450px !important;
}
.foreground-picture-container img {
  height: 450px !important; 
}

.socials {
  display: none !important;  
}
.contact .numbers {
  margin: auto;
}
.hamburger-menu img {
  width: 30px;
}
.socials-burger {
  display: flex;
  flex-direction: row;
}
.socials-burger a:nth-last-child(-n+4):hover {
  background-color: transparent !important;
}
  }

  @media (max-width: 1250px) {
    .diely h2, .napravy h2, .valce h2 {
      font-size: 2rem;
    }
}

  @media (max-width: 700px) {
    .hero {
      margin-top: 215px;
    }
    .hero h1 {
      font-size: 1em;
  }
    #logo.scale {
      transform: scale(.5);
    }
    .conditions{
      padding: 0 30px;
    }
    .conditions input {
      margin-bottom: 25px;
    }
    .interference-buttons {
      flex-direction: column;
    }
    .contact {
      font-size: .9rem;
      height: 100px;
    }
    .contact .numbers  {
      margin-left: 5vw;
      gap: 10px;
      flex-direction: column;
      text-align: justify;
    }
    .contact-bckgrnd {
      height: 100px;
    }
    .numbers span {
      display: none;
    }
    .numbers a {
      width: 100%;
    }
    .nav {
      display: none;
    }
    .navbar {
      align-items:flex-start;
      width: 100vw;
      height: 145px;
    }
    #logo {
      margin-top: 50px;
      position: fixed;
      top: 60px;
      left: 20px;
  }
  label .menu {
    margin-right: 5vw;
  }
 
  .hero h2 {
    font-size: 1em;
    margin-right: 5vw;
}
.hero h1 {
  font-size: 2.5em;
}
.hero-right-content {
  display: none;
} 

.about h2 {
  text-align: center;
}
.about-counter {
  flex-direction: column;
  gap: 60px;
}
.about-bottom {
  flex-direction: column;
  width: 90vw;
  overflow-x: hidden;
}
.why-us {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}


.slider {
  margin: 10vh 0;
  width: 100vw;
}
.slide-track {
  gap: 3em;
}
.slide-track img {
  height: 75px;
  width: 75px;
}
.contact-section {
  margin-top: 15vh;
}
.contact-section h3 {
  font-size: 2em;
}
.triangle {
  bottom: 35px;
  right: 12%;
}
footer a{
  color: #ffffff;
}
.footer {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.footer-content {
  text-align: left;
}

.logo-footer {
  width: 118.2px;
  height: 79.4px;
  margin-top: 15px;
  
}
.footer-content h3,
.footer-content h4 {
  margin: 5px;
}
#email-footer {
  z-index: 6;
  margin: 5vh 0;
  
}
#submit-footer{
  width: 200px;
  left: 40%;
  margin: 5vh 0;
  
}
.footer-info {
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  align-items: center;
  text-align: center;
}

  }


  /*Opravy section*/
  .image-comparison {
    width: 100vw;
    display: flex;
    justify-content: center;
    gap: 10vw;
    position: relative;
    z-index: 2;
    }
    .image-comparison h2 {
      color: #145F8F;
      font-size: 2.5em;
    }
    
  .picture-curtain {
    position: relative;
    width: 500px;
    height: 700px;
    overflow: hidden;
    cursor: grab;
    border: 1px solid black;
    
  
    div {
      position: absolute;
    }
  
    .foreground-picture-container {
      width: 50%;
      overflow: hidden;
    }
    .foreground-picture-container img {
      height: 700px;
    }
    .background-picture-container img {
      height: 700px;
    }
  
    
  }


  /* Loader Styles start here */
.loader-wrapper {
  --line-width: 5px;
  --curtain-color: #f1faee;
  --outer-line-color: #8F1414;
  --middle-line-color: #8F8D14;
  --inner-line-color: #145F8F;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1000;
}

.loader {
  display:block;
  position: relative;
  top:50%;
  left:50%;
/*   transform: translate(-50%, -50%); */
  width:150px;
  height:150px;
  margin:-75px 0 0 -75px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--outer-line-color);
  border-radius:100%;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index:1001;
}

.loader:before {
  content:"";
  position: absolute;
  top:4px;
  left:4px;
  right:4px;
  bottom:4px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--inner-line-color);
  border-radius:100%;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

.loader:after {
  content:"";
  position: absolute;
  top:14px;
  left:14px;
  right:14px;
  bottom:14px;
  border:var(--line-width) solid transparent;
  border-top-color: var(--middle-line-color);
  border-radius:100%;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg); 
      -ms-transform: rotate(0deg); 
          transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(360deg); 
      -ms-transform: rotate(360deg); 
          transform: rotate(360deg);
  }
}

.loader-wrapper .loader-section {
  position:fixed;
  top:0;
  background:var(--curtain-color);
  width:51%;
  height:100%;
  z-index:1000;
}

.loader-wrapper .loader-section.section-left {
  left:0
}
.loader-wrapper .loader-section.section-right {
  right:0;
}

/* Loaded Styles */ 
.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
}
.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded .loader-wrapper {
  visibility: hidden;
  transform:translateY(-100%);
  transition: all .3s 1s ease-out;
}

/*file upload*/
*::selection {
  background: var(--primary);
  color: var(--primary-text);
}

.dropzone-box {
  border-radius: 1rem;
  min-width: 25rem;
  padding: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 36rem;
  border: 1px solid var(--border);
  width: 100%;
  background: var(--dropzone-bg);
}

.dropzone-box h2 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  color: var(--headline);
}

.dropzone-box p {
  font-size: 1.15rem;
  color: var(--gray);
}

.dropzone-area {
  padding: 1rem;
  position: relative;
  min-height: 50px;
  width: 250px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid black;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  overflow: hidden;
}

.dropzone-description {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
}

.dropzone-area .file-info {
  font-size: 1.1rem;
}

.dropzone-area [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dropzone-area .file-upload-icon svg {
  height: 20px;
  max-width: 6rem;
  width: 100%;
  /*stroke: var(--headline);*/
}

.dropzone-area:hover {
  background: var(--dropzone-over);
}

.dropzone--over {
  border: 2px solid var(--primary);
  background: var(--dropzone-over);
}

.dropzone-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  gap: 1rem;
}

.dropzone-actions button {
  flex-grow: 1;
  min-height: 3rem;
  font-size: 1.2rem;
  border: none;
  transition: background 0.3s ease;
}

.dropzone-help {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.dropzone-actions button[type='reset'] {
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: var(--text);
  background: var(--secondary);
  cursor: pointer;
  border: 1px solid var(--dropzone-border);
  transition: all 0.3s ease;
}

.dropzone-actions button[type='reset']:hover {
  border: 1px solid var(--primary);
  color: var(--primary);
}

.dropzone-actions button[type='submit'] {
  background: var(--primary);
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  color: var(--primary-text);
  border: none;
  cursor: pointer;
}

.dropzone-actions button[type='submit']:hover {
  background: var(--primary-hover);
}

.action-buttons {
  display: flex;
  gap: 0.5rem;
  max-width: 12rem;
}


/*form*/
form {
  padding-top: 20vh;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  /* width: 100vw; */
  gap: 30px;
  flex-direction: column;
}
.form-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.form-example {
  display: flex;
  flex-direction: column;
  align-items: center;
}
form input,
form select {
  background-color: #ffffff;
  border: 1px solid black;
  color: black;
  width: 250px;
  height: 50px;
  padding: 10px;
  border-radius: 30px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.form-button {
  cursor: pointer;
}
.form-button:hover {
  border: 2px solid black;
}


input[type="checkbox"] {
  display: none;
}
/* Style the label to look like a button */
.checkbox-button label {
  width: 250px;
  background-color: #ffffff;
  color: black;
  padding: 20px 20px;
  border-radius: 30px;
  border: 1px solid black;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  transition: background-color 0.3s ease;
  height: 55px;
}
.checkbox-button label:hover {
  border: 2px solid black;
}

/* Change the color when the checkbox is checked */
.first-checkbox input[type="checkbox"]:checked + label {
  background-color: #8F1414;
  color: #fff;
}
.second-checkbox input[type="checkbox"]:checked + label {
  background-color: #145F8F;
  color: #fff;
}
.third-checkbox input[type="checkbox"]:checked + label {
  background-color: #8F8D14;
  color: #fff;
}

  /* Custom Styling */
  .select2-container--default .select2-selection--single {
    border-radius: 30px;
    height: 40px;
    width: 250px;
  }

  .select2-container--default .select2-selection--multiple {
    border-radius: 30px;
  }
  .select2-container--default.select2-container .select2-selection--multiple,
  .select2-container--default.select2-container .select2-selection--multiple{
border: 1px solid black;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple,
   .select2-container--default.select2-container .select2-selection--multiple{
    border-radius: 30px !important;
    min-height: 50px !important;
    width: 250px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .form-content-select {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .form-outer-container-select{
    display: flex;
    margin-top: 5vh;
    justify-content: center;
    gap: 50px;
  }
  .form-inner-container-select{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .select2-results__options {
    width: 250px;
    overflow-y: auto;  /* Add a scrollbar if the content exceeds the height */
}
.select2-dropdown {
  border-radius: 30px; /* Adjust the border-radius of the dropdown */
}

.select2-container--default .select2-selection--single {
  border-radius: 30px; /* Adjust the border-radius of the selection box */
}
.select2-container {
  width: 250px !important;
}
.select2-search__field {
  text-align: center;
}
.form-content-select label {
  margin-bottom: 10px;
}

form p {
  margin: 0;
}

.dropzone-area .file-info {
  font-size: .8em;
}

#reset-button {
  border: 1px solid black;
  border-radius: 30px;
  padding: 10px;
  cursor: pointer;
  width: 250px;
  margin-top: 25px;
  height: 50px;
  color: white;
  background-color: #8F1414;
}
#reset-button:hover {
  border: 2px solid black;
}

textarea {
  border-radius: 30px;
  border: 1px solid black;
  width: 550px;
  height: 20vh;
  margin-top: 10px;
  resize: none;
  padding: 15px;
  font-size: 1.1em;
}
.form-textarea-container {
  margin-top: 5vh;
}

.form-content-textarea {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 50px;
}
form label {
  font-weight: 600;
}
form h1 {
  font-size: 4em;
}
form h2 {
  font-size: 2em;
}
#submit-button {
  border: 1px solid black;
  border-radius: 30px;
  height: 50px;
  margin-top: 10px;
  color: white;
  background-color: #145F8F;
  cursor: pointer;
  width: 250px;
}

#submit-button:hover {
  border: 2px solid black;
}

#checkbox5,
#checkbox6 {
  display: block !important;
}
.conditions {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.conditions input {
  width: 20px;
  height: 20px;
}

.hero-valce,
.about-us {
  padding-top: 20vh;
  padding-bottom: 10vh;
  width: 80vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.hero-valce ul,
.about-us ul {
  padding: 0;
}

.hero-valce h1 {
  color: #8F8D14;
  font-size: 5em;
}
.hero-valce-outer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
  max-width: 1200px;
  padding: 0 3vw;
}
.hero-valce-inner-content {
  width: 50%;
  text-align: justify;
}
.hero-valce-outer-content-p {
  color: #8F8D14;
  text-align: justify;
  font-weight: bold;
  margin-top: 50px;
}
.hero-valce h2 {
  color: #8F8D14;
  text-align: center;
}
.hero-valce-inner-content ul > li:nth-child(odd),
.about-us-inner-content ul > li:nth-child(odd) {
  text-align: center;
  margin-bottom: 10px;
}
.hero-valce-inner-content ul > li:nth-child(even),
.about-us-inner-content ul > li:nth-child(even) {
  margin-bottom: 30px;
}

.katalog {
  width: 100vw;
  display: flex;
  justify-content: center;
}
.katalog img {
  width: 50%;
}


.about-us-outer-content {
display: flex;
flex-direction: row;
align-items: center;
gap: 5vw;
max-width: 1200px;
}
.about-us-inner-content {
width: 100%;
}
.about-us h1 {
  color: #8F1414;
  font-size: 5em;
}
.footer-phone {
  position: relative;
  width: 100vw;
}
.footer-phone img {
  position: absolute;
  top: -50vw;
  left: 60vw;
  width: 30%;
  height: auto;
}



@media (max-width: 700px) {
.katalog img {
  width: 90%;
}
.hero-valce {
  padding-top: 25px !important;
  width: 90% !important;
}
.hero-valce-outer-content {
flex-direction: column;
}
.hero-valce-inner-content {
  width: 100%;
}
.hero-valce h1 {
  font-size: 2em;
}
.hero-valce h2 {
  font-size: 1.2em;
}
.hero-valce::before {
  width: 102% !important;
}
}
@media (max-width: 700px) {
  .picture-curtain {
    width: 340px !important;
  }
}

/*gallery*/
figure {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  justify-items: stretch; 
  align-items: stretch; 
  gap: 2svmin;
}

figure img {
 width:100%;
 aspect-ratio: 16 / 9;
 object-fit: cover;
 cursor:pointer;
}

@media (min-width:500px) {
 figure {
 grid-template-columns: repeat(2, 1fr);
 }  
 figure img:nth-of-type(11) {
 grid-row: span 2 / auto;
}
}

@media (min-width:1000px) {
 figure {
 grid-template-columns: repeat(4, 1fr);
 gap: 1svmin;
 }  

 figure img:where(:nth-of-type(3), :nth-of-type(12)) {
 grid-row: span 2 / auto;
 grid-column: span 2 / auto;
 }

 figure img:nth-of-type(5) {
 grid-column: span 2 / auto;
 }

 figure img:nth-of-type(15) {
 grid-column: span 2 / auto;
 }
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #e0e0e0 !important; /* Light grey */
  cursor: not-allowed;       /* Show a disabled cursor */
}
.label-disabled {
  color: #a0a0a0; /* Light grey color for the disabled label */
}

/* Ensures that selected options break onto a new line */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;  /* Allows multiple lines for selected options */
  align-items: flex-start;
  overflow-y: hidden; /* Prevent vertical scroll inside the container */
}

/* Truncate long option text with ellipsis */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: inline-block;
  max-width: 100%; /* Full width but truncate long text */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* Prevent line break within the same option */
  margin: 2px 5px 2px 0;
}


@media (max-width: 700px) {


 textarea {
  width: 100%;
 }
 form h1 {
  font-size: 2em;
  padding-top: 10vh;
 }
}
@media (max-width: 2000px) {
  .hero-valce::before {
    height: 90% !important;
  }
}
@media (max-width: 1500px) {
  
  .footer-info {
    gap: 3em;
  }
  .footer-content {
    margin: 0 5vw;
  }
}
@media (max-width: 500px) {
  .hero-valce::before {
    height: 95% !important;
  }
}
@media (max-width: 1150px) {
 .footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .footer-mail-fields {
  left: -35px;
  margin-bottom: 50px;
 }
 .footer-info {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1em;
 }
 .footer-content h4 {
  margin-top: 0;
 }
}
@media (max-width: 1360px) {
.about-icons {
  flex-direction: column;
  margin-top: 70px;
  text-align: center;
  width: 100%;
}
}

@media (max-width:1025px) {
  .hero h1 {
    font-size: 1em;
  }
  .hero h2 {
    font-size: 2.5em;
  }
  .hero h3 {
    font-size: 0.8em;
  }

}
@media (max-width: 1000px) {
  .hero-valce h1 {
    font-size: 3em;
    margin-bottom: 85px;
  }

  .sort-buttons {
    flex-direction: column;
  }
  .form-content {
    flex-direction: column;
    margin: 0 auto;
   }
   .form-outer-container-select {
    flex-direction: column;
   }
  .hero-left-content {
    width: 40%;
    align-items: center;
  }
  .hero h2 {
    font-size: 2.2em;
  }
  .hero h1 {
    font-size: 1.2em;
  }
  .hero h3 {
    font-size: 1.2em;
  }
  .diely h1, .napravy h1, .valce h1 {
    margin-right: 4vw;
  }
  .about {
    margin-top: 15vh;
}
.about {
  margin-top: 15vh;
}
.about-header{
  margin-bottom: 5vh;
}
.about-bottom {
  flex-direction: column;
}
.about-bottom h2 {
  font-size: 3.5em !important;
  margin-top: 0 !important;
}

.about-bottom::before,
.about-bottom::after {
  transform: rotate(-90deg);
  height: 21%;
  width: 60px;
}
.about-bottom::after {
  top: 4%;
  left: 13%;
}
.about-bottom::before {
  top: 4%;
  left: 77%;
}

.about-bottom::before,
.about-bottom::after {
  display: none;
}
.about-us-outer-content {
  flex-direction: column;
 }
.contact .numbers {
  gap: 5px;
}
.service-outer {
  flex-direction: column;
}
.service-outer-bckgrnd-diely, .service-outer-bckgrnd-napravy, .service-outer-bckgrnd-valce {
  width: 100%;
}
.service-inner {
  margin-bottom: 50px;
}
.service h1 {
  font-size: 1.2em;
  padding: 0 10vw;
}
.service-inner h4{
  padding-right: 10px;
}
.contact-section {
  margin-top: 15vh;
}
}

@media (max-width: 700px) {
  .service-inner h4{
  text-align: justify;
}
  .numbers {
    display: none !important;
  }
  .number-small-device {
    display: flex !important;
    z-index: 6;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
  }
  .contact {
    height: 50px;
  }
  .tel-small-device {
    display: flex;
    gap: 10px;
    padding-top: 10px;
  }
  #logo {
    margin-top: 47px !important;
    top: -30px;
    margin-left: 0;
    width: 30%;
  }
}
.number-small-device {
  display: none;
}

@media (max-width: 1300px) {
  .picture-curtain {
    width: 448px;
    height: 452px;
  }
}
footer a {
  color: #fff;
}
.sell-conditions a{
  display: block;
  margin-bottom: 24px;
}

figure img {
  animation: imgLoad .5s linear;
}


@keyframes imgLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.contact-section-content h2 {
  padding-top: 30px;
}
#submit {
  font-weight: 600;
}
#submit:hover {
  background-color: #145F8F;
  border: 2px solid black;
 color: white;
}

.gallery_header {

  text-align: center;
  padding-top: 20vh;
}
.gallery_header h1 {
  font-size: 4em;
}
.sort-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 100px;
  align-items: center;
}
.sort-buttons label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  border-radius: 30px;
  border: 1px solid black;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
.sort-buttons label:first-of-type:hover,
#sortGroup1:checked {
  border: 2px solid black;
  background-color: #8F1414;
  color: #fff;
}
.sort-buttons label:nth-of-type(2):hover  {
  border: 2px solid black;
  background-color: #145F8F;
  color: #fff;
}
.sort-buttons label:nth-of-type(3):hover {
  border: 2px solid black;
  background-color: #8F8D14;
  color: #fff;
}

.nahradne-diely-gallery {
  background-color: #8F1414;
  color: white;
}
.opravy-naprav-gallery {
  border: 2px solid black;
  background-color: #145F8F;
  color: #fff;
}

.hydraulicke-valce-gallery {
  border: 2px solid black;
  background-color: #8F8D14;
  color: #fff;
}

.interference-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  height: 55px;
  text-align: center;
}
.interference-buttons a {
  padding: 15px;
  border-radius: 30px;
  color: #fff;
  background-color: #8F1414;
  width: 250px;
}

.interference-buttons a:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}
.opravy-button a:first-child{
  background-color: #145F8F !important;
}

.valce-button a:first-child {
  background-color: #8F8D14;
}

.hero-valce {
  content: '';
    position: relative;
    background-color: #8F1414;
    border-radius: 30px;
    padding-top: 50px;
    z-index: 1;
    margin-top: 30vh;
    width: 70%;
    padding-bottom: 0;
}
.hero-valce::before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  border-radius: 30px;
  height: 95%;
  width: 100%;
  top: 190px;
  z-index: -1;
}
.hero-valce h1 {
  color: #fff !important;
  margin-top: 0;
}
.katalog {
  position: relative;
  z-index: 2;
}
.opravy-bckgrnd {
  background-color: #145F8F !important;
}
.valce-bckgrnd {
  background-color: #8F8D14 !important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  z-index: 10;
}

.modal-content {
  background-color: #fefefe;
  margin: 25vh 25vw;
  padding: 20px;
  border: 1px solid #888;
  width: 50vw;
  color: #8F1414;
  border-radius: 30px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.close {
  position: fixed;
  top: 10px;
  right: 25px;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 700px) {
.modal-content {
  margin: 25vh 5vw;
  padding: 5px;
  width: 90vw;
}
.hero h1 {
  padding-right: 50px;
}
.hero h2 {
  padding-right: 50px;
}
.hero h3 {
  padding-right: 50px;
}
}
.seo-schema {
  display: none;
}
.socials-bazos {
  width: 125px !important;
}
.socials-bazos-icon {
  height: 35px !important;
}
.burger-bazos-icon {
  height: 40px !important;
  position: relative;
  top: -6px;
  left: -7px;
  margin-right: -5px;
  width: 140px !important;  
}

#footer-form {
  padding-top: 0 !important;
}
.burger-bazos-icon-footer {
height: 40px !important;
    position: relative;
    top: 8px;
    left: -5px;
    margin-right: -5px;

}
.services-icons {
  width: 100px;
  object-fit: cover;
}

.email-obsfucation img{
  width: 180px;
  padding-top: 5px;
  max-height: 25px;
}
.slide-track img {
  object-fit: cover;
}
.adjust-icon-slider {
  width: 180px !important;
}
@media (max-width: 2000px) {
  .footer-phone img {
    top: -60vw;
  }
}
@media (max-width: 500px) {
#logo {
  padding-top: 20px;
}
}
.about-icon-1 {
  background: url(./../img/about-icons-left.webp) center / cover no-repeat;
  width: 300px;
  height: 55px;
  zoom: 1.1;
  background-position: top;
}
.about-icon-2 {
  background: url(./../img/about-icons-left.webp) center / cover no-repeat;
  width: 300px;
  height: 55px;
  zoom: 1.1;
}
.about-icon-3 {
  background: url(./../img/about-icons-left.webp) center / cover no-repeat;
  width: 300px;
  height: 55px;
  zoom: 1.1;
  background-position: bottom;
}

.about-icon-4 {
  background: url(./../img/about-icons-right.webp) center / cover no-repeat;
  width: 300px;
  height: 55px;
  zoom: 1.1;
  background-position: top;
}
.about-icon-5 {
  background: url(./../img/about-icons-right.webp) center / cover no-repeat;
  width: 300px;
  height: 55px;
  zoom: 1.4;
}
.about-icon-6 {
  background: url(./../img/about-icons-right.webp) center / cover no-repeat;
  width: 300px;
  height: 55px;
  zoom: 1.1;
  background-position: bottom;
}

@media (max-width: 850px) {
  .hero h2 {
      font-size: 2em;
  }
}

@media (max-width: 1000px) {
  .hero-valce::before {
      height: 95% !important;
  }
}

.google-profile {
  margin-top: 25px;
}

.logo {
  width: 160px;
  height: auto;
  margin-left: 10vw;
}