@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}
header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
   font-family: "Roboto", serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
  
}

html,
body {
  font-family: 'Roboto', sans-serif;
}

::selection {
  background: #7a6ad8;
  color: #fff;
}

::-moz-selection {
  background: #7a6ad8;
  color: #fff;
}

.section {
  margin-top: 50px;
}

.section-heading {
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
  color: white;
  line-height: 44px;
}

.section-heading h2 em {
  color: #7a6ad8;
  font-style: normal;
}

.section-heading h6 {
  color: #1435c8;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.section-heading p {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.row.position-relative {
    display: flex!important;
    align-items: stretch!important;
}

.about-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-image {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important; /* Ensures the image scales properly */
}

.background-header {
  display: none;
}

.heading-content h2,
.heading-content h3,
.heading-content h4 {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: "Prompt", serif;
  margin-top: 20px;
  width: 100%;
}

.heading-content2 h2,
.heading-content2 h3,
.heading-content2 h4  {
  font-size: 38px;
  font-weight: 700;
  color: white;
  margin-top: 20px;
  font-family: "Prompt", serif;
  width: 100%;
}

.header-icon{
  color: white; 
  background:#e20c1e; 
  padding: 8px 10px; 
  font-size: 15px; 
  margin-left: 10px; 
  border-radius: 15px;
}

.footer-icon{
  color: white; 
  background:#e20c1e; 
  padding: 8px 10px; 
  font-size: 15px; 
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 15px;
}

#footer-icon{
  color: white; 
  background:#e20c1e; 
  padding: 8px 10px; 
  font-size: 14px; 
  margin-bottom: 10px;
  border-radius: 15px;
}

.header-text-small{
  background: #1a1a1a; 
  padding: 15px; 
  margin-bottom: 10px; 
  text-align: center; 
  color: white;
}

.header-text-small-mobile{
  background: #1a1a1a;
  display: none; 
  padding: 15px; 
  margin-bottom: 10px; 
  text-align: center; 
  color: white;
}

.header-area {
  position: absolute;
  background-color: #f5f5f5;
  top: 0px;
  display: block;
  left: 0;
  right: 0;
  z-index: 100;
}

.header-area .main-nav {
  background: transparent;
  display: flex
}

.header-area .main-nav .logo {
  display: inline-block;
}

.header-area .main-nav .logo img{
  width: 80px;
  margin-right: 20px;
  padding: 10px;
  margin-top: -10px;
}

.zlava{
  color: #1a1a1a;
  padding: 8px;
  text-align: center;
  font-weight: bold;
}

.main-text{
  width: 30%;
  margin-bottom: 50px;
}

.header-area .main-nav ul.nav {
  border-radius: 0px 0px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: right;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 5px;
  padding-right: 5px;
  height: 40px;
  line-height: 40px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  
  font-weight: 500;
  font-size: 14px;
  height: 50px;
  padding-top: 2px;
  line-height: 65px;
  color: #1a1a1a;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent;
  letter-spacing: .25px;
}

.header-area .main-nav .nav li:hover a {
  opacity: 0.8;
}
.header-area .main-nav .nav li a.active {
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.background-header .main-nav .nav li:hover a {
  opacity: 0.8;
}
.background-header .main-nav .nav li a.active {
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 20px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky .nav li a.active {
  color: #1a1a1a;
}

.visible{
  display:inline !important;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 2px;
    padding-right: 2px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media (max-width: 767px) {
  .background-header .main-nav .nav,
  .header-area .main-nav .nav {
    background-color: #f1f0fe;
  }

  .main-text{
    width: 100%;
  }

  .header-text-small-mobile{
    display: block;
  }
  .header-text-small{
    display: none;
  }
  .background-header .main-nav .nav li a,
  .header-area .main-nav .nav li a {
    line-height: 50px;
    height: 50px;
    font-weight: 400;
    color: #1e1e1e;
    background-color: #f1f0fe;
  }
  .background-header .main-nav .nav li,
  .header-area .main-nav .nav li {
    border-top: 1px solid #ddd;
    background-color: #f1f0fe;
    height: 50px;
    border-radius: 0px 0px;
  }
  .background-header .main-nav .nav li:last-child,
  .header-area .main-nav .nav li:last-child {
    border-radius: 0px 0px;
  }
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }
  .header-area .main-nav .logo {
    position: absolute;
    left: 30px;
    top: 0px;
  }
  .background-header .main-nav .logo {
    top: 0px;
  }
  .background-header .main-nav .border-button {
    top: 0px !important;
  }
  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #7a6ad8!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: transparent;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
    margin-top: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    display: none;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .background-header.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

.map-container {
  max-width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .map-container iframe {
  height: 250px;
  }
}
@media (max-width: 480px) {
  .map-container iframe {
  height: 200px;
  }
}

.form-bg{
  background: #1a1a1a;
  border-radius: 15px;
  border: 2px solid white;
}

.btn-step{
  margin-left: 10px;
}

.profil-img{
  width: 40px; 
  height: 40px; 
  object-fit: cover; 
  border-radius: 50%;
  margin-bottom: 10px;
}

.main-banner {
  background-image: linear-gradient( rgba(16, 16, 16, 0.8), rgba(16, 16, 16, 0.8) ), url(../images/banner-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px 150px 0px;
}

.main-banner .item-1,
.full .item-1,
.full2 .item-1 {
  margin-top: 100px;
}

.full .item,
.full2 .item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 90px 50px 90px;
}

.main-banner .item{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;  
  padding: 50px 50px 50px;
}

.main-banner .item h2,
.full .item h2,
.full2 .item h2 {
  font-size: 55px;
  font-weight: 400;
  text-align: center;
  font-weight: 700;
  width: 100%;
  letter-spacing: 5px;
  margin-bottom: 10px;
  font-family: "Prompt", serif;
  color: white;
}

.main-banner span,
.full .item span,
.full2 .item span{
  -webkit-text-stroke: 1px white;
  color: transparent;
  font-family: sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  text-stroke: 1px white;
}

.main-banner .item p,
.full .item p,
.full2 .item p{
  color: #fff;
  text-align: center;
  font-size: 23px;
  margin-top: -20px;
  width: 100%;
}

.main-banner .item h1,
.full .item h1,
.full2 .item h1{
  color: #fff;
  text-align: center;
  font-size: 23px;
  margin-top: -20px;
  width: 100%;
}

.main-banner .item .buttons,
.full .item .buttons,
.full2 .item .buttons{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.main-banner .item .buttons .main-button, 
.full .item .buttons .main-button,
.full2 .item .buttons .main-button{
  margin-right: 10px;
}


.heading-content{
  margin-top: 50px;
}

.heading-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1a1a1a;
  font-family: "Prompt", serif;
  margin-top: 20px;
  width: 100%;
}

.heading-content2 h2 {
  font-size: 38px;
  font-weight: 700;
  color: white;
  margin-top: 20px;
  font-family: "Prompt", serif;
  width: 100%;
}

.heading-content span{
  font-family: "Roboto", serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background: #e20c1e;
  font-size: 15px;
  padding: 10px;
  border-radius: 15px;
}

.heading-content2 span{
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 2px;
  color: white;
  background: #e20c1e;
  padding: 10px;
  border-radius: 15px;
}

.medzi-text{
  color: white!important;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  width: 100%;
}

.preklik{
  display: inline-block; 
  background: #4bb24b; 
  padding: 10px 15px; 
  border-radius: 15px; 
  text-align: center; 
  color: white; 
  text-decoration: none; 
  width: fit-content;
}

.preklik:hover{
  color: white;
  background-color: #3c903c;
}

.language-dropdown {
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 5px;
    margin-right: 20px;
  }

  .dropdown-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 80px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .dropdown-content a:hover {
    background-color: #f1f1f1;
  }

  .language-dropdown:hover .dropdown-content {
    display: block;
  }

.podnadpis{
  font-family: "Roboto", serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  background: #e20c1e;
  padding: 10px;
  font-size: 15px;
  border-radius: 15px;
}

.heading-content p {
  color: #1a1a1a;
  font-size: 15px;
  width: 100%;
}

.main-button a {
  font-size: 20px;
  color: white;
  background-color: #e20c1e;
  border: 2px solid white;
  display: inline-block;
  height: 50px;
  border-radius: 15px;
  line-height: 47px;
  padding: 0px 25px;
  font-weight: 600;
}

.main-button a:hover{
  background-color: #1a1a1a;
  border-color: #e20c1e;
}

.portfolio{
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  border-radius: 15px;
  object-fit: cover;
}

.image-slider {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 500px;
    margin: auto;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.slider-image.active {
    opacity: 1;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding: 0px;
    border: none;
    font-size: 15px;
    outline: none;
    border-radius: 50%;
    padding: 7px 14px;
    color: white;
    cursor: pointer;
    background-color: rgba(26, 26, 26, 0.21);
    box-shadow: none;
    transition: background 0.3s;
}

.prev:hover, 
.next:hover{
  background-color: #1a1a1a;
}

.prev { left: 10px; }
.next { right: 10px; }

.odkaz-profi{
  width: 150px; 
  margin-bottom: 20px;
}

.posunute{
  padding: 20px 0px;
}

.posunute2{
  margin-top: 30px;
}

.posunute3{
  padding: 20px;
}

.posunute4{
  padding-right: 20px;
  padding-top: 15px;
}

.posunute5{
  margin-top: -40px;
}

.image-over{
  position: absolute; 
  background: #f5f5f5; 
  right: 5%; 
  top: -9%; 
  color: white; 
  border: 10px solid #f5f5f5;
  border-radius: 15px; 
  font-size: 15px; 
  font-weight: 500; 
  text-align: center;
}

.more-image{
  width: 100%; 
  border-radius: 15px;
  object-fit: cover;
}

.ikonka{
  margin-bottom: 20px; 
  text-align: center; 
  font-size: 40px; 
  color: #16ada8
}

.services{
  background: linear-gradient( rgba(16, 16, 16, 0.8), rgba(16, 16, 16, 0.8) ), url('../images/banner-bg3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px 160px;
}

.recenzie{
  background: linear-gradient( rgba(16, 16, 16, 0.8), rgba(16, 16, 16, 0.8) ), url('../images/banner-bg3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px 120px;
}

.stena{
  background: url('../images/stena-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0px 50px;
  margin-top: 0px;
}

.stena2{
  padding: 100px 0px 0px;
  margin-top: 0px;
}

.service-image{
  width: 100%; 
  height: 200px; 
  object-fit: cover; 
  border-radius: 15px; 
  margin-bottom: -20px; 
  z-index: 1; 
  position: relative;
}

.service-text{
  z-index: 2; 
  position: relative;
}

.services .service-item:hover{
   transform: translateY(-10px);
   cursor: pointer;
}

.services .service-item {
  position: relative;
  margin-top: 50px;
  transition: transform 0.3s ease;

}
.services .service-item .main-content {
  padding: 30px 30px 30px 30px;
  border: 2px solid white;
  text-align: center;
  border-radius: 15px;
  background: #1a1a1a;
  transition: all .4s;
}

.text-left{
  text-align: left;
}

.dot {
  height: 15px;
  width: 15px;
  margin-left: 10px;
  border: 3px solid white;
  margin-right: 5px;
  background-color: #1a1a1a;
  margin-top: 5px;
  display: inline-block;
}


.services .service-item h2 {
  font-size: 25px;
  font-weight: 700;
  color: white;
  background-color: #e20c1e;
  border-radius: 15px;
  padding: 10px;
  font-family: "Prompt", serif;
  margin-bottom: 20px;
  transition: all .4s;
}

.services .service-item p {
  color: white;
  font-size: 18px;
}

.about-us {
  position: relative;
  padding: 20px 0px;
  margin-top: 0px;
  margin-bottom: 60px;
}

.about-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 84%;
  height: 100%;
  background-color: red;
  content: '';
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}

.about-us .section-heading {
  margin-bottom: 0px;
}

.about-us .section-heading .main-button {
  margin-top: 30px;
}

.contact-us {
  position: relative;
  padding: 50px 0px 80px;
  background-image: url('../images/stena-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-us:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 65%;
  height: 100%;
  background-color: #f1f0fe;
  content: '';
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}


.contact-us  .section-heading {
  margin-right: 110px;
  margin-bottom: 0px;
}

.contact-us  .section-heading p {
}

.contact-us .contact-us-content {
  border-radius: 25px;
  padding: 80px;
  background-color: #7a6ad8;
  position: relative;
  z-index: 1;
}

#contact-form{
  width: 80%;
  margin: 0 auto; 
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}

#contact-form input {
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.3px);
  -webkit-backdrop-filter: blur(5.3px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  outline: none;
  font-weight: 300;
  border-radius: 15px;
  padding: 0px 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form input::placeholder {
  color: #fff;
}

#contact-form textarea {
  width: 100%;
  height: 120px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.3px);
  -webkit-backdrop-filter: blur(5.3px);
  border: 1px solid rgba(255, 255, 255, 0.10);
  outline: none;
  font-weight: 300;
  padding: 20px;
  border-radius: 15px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

#contact-form textarea::placeholder {
  color: #fff;
}

#contact-form button {
  font-size: 20px;
  color: white;
  background-color: #e20c1e;
  display: inline-block;
  border: 2px solid white;
  height: 50px;
  border-radius: 15px;
  line-height: 47px;
  padding: 0px 25px; 
  font-weight: 600;
  outline: none;
  box-shadow: none;
}

#contact-form button:hover {
  background-color: #1a1a1a;
  border-color: #e20c1e;
}

.contact-us-content .more-info {
  text-align: center;
  background: rgb(85,0,227);
  background: linear-gradient(90deg, rgba(85,0,227,1) 0%, rgba(198,61,255,1) 100%);
  border-radius: 0px 0px 23px 23px;
  padding: 45px 30px 15px 30px;
}

.contact-us-content .more-info .info-item {
  text-align: center;
  margin-bottom: 30px;
}

.contact-us-content .more-info i {
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-us-content .more-info h4 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

footer {
  position: relative;
  background-color: white;
  vertical-align: middle;
  padding: 30px;
  background-color: #f5f5f5;
}

footer p {
  text-align: left;
  color: #1e1e1e;
  font-weight: 400;
  font-size: 16px;
}

footer h2{
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}

footer a {
  color: #1a1a1a;
  transition: all .3s;
  position: relative;
  z-index: 3;
  font-weight: 500;
}

footer a:hover {
  color: #e20c1e;
}

body {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-area {
    top: 0px;
  }
  .header-area .main-nav .logo h1 {
    border-right: none;
  }
  .main-banner .item {
    padding: 80px 30px 120px 30px !important;
  }
  .posunute5{
    margin-top: 0px;
  }
  .main-banner .owl-nav {
    left: 30px !important;
  }

}

@media (max-width: 992px) {
  .header-area .main-nav #search input,
  .header-area .main-nav #search i {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    font-size: 34px;
  }
  .header-area .main-nav .logo {
    border-right: none;
  }
  .main-banner {
    padding-top: 100px;
  }
  .main-banner .item {
    padding: 100px 60px 140px 60px;
    margin-left: 0px;
    text-align: center;
  }
  .main-banner .item h2,
  .main-banner .item p {
    width: 100%;
  }
  .main-banner .item h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .main-banner .item .buttons {
    display: inline-block;
    text-align: center;
  }
  .main-banner .item .buttons .main-button {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .main-banner .owl-nav {
    left: 50% !important;
    transform: translateX(-60px) !important;
    bottom: 60px;
  }
  .main-banner .owl-nav .owl-prev i {
    bottom: 0px;
  }
  .main-banner .owl-nav .owl-next i {
    bottom: 0px;
    position: absolute;
    left: 65px;
  }
  .stena{
    padding: 60px 20px 60px;
  }
  .stena2{
    padding: 60px 20px 60px;
  }
  .services {
    margin-top: 80px;
    padding: 60px 20px 120px;
  }
  .image-over{
    top: unset;
  }
  .about-us {
    padding: 0px 20px;
  }
  .accordion {
    padding: 40px 25px 10px 25px;
  }
  .services .service-item .icon {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }
  .about-us .section-heading {
    margin-left: 0px;
    margin-top: 120px;
  }
  .about-us::before,
  .testimonials::before,
  .contact-us::before {
    display: none;
  }
  .about-us .section-heading p,
  .testimonials .section-heading p,
  .contact-us .section-heading p {
    margin-top: 30px;
  }
  .about-us .section-heading .main-button {
    margin-top: 30px;
  }
  #contact-form{
    width: 100%;
  }
  .about-us .main-button a {
    background-color: #7a6ad8;
    color: #fff;
  }
  .contact-us {
    padding: 60px 20px 60px;
  }
  .contact-us .section-heading {
    margin-right: 0px;
  }
  .contact-us .special-offer h4 {
    font-size: 17px;
  }
  .contact-us .special-offer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: 15px;
  }
  .contact-us .contact-us-content {
    padding: 30px;
  }
  footer {
    margin-top: 30px;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav #search input {
    width: 200px;
  }
  .header-area .main-nav .nav li.has-sub:after {
    right: 15px;
  }
}