/* 
    Created on : 1. 3. 2024, 11:35:07
    Author     : jardasladek.cz
*/
        html,
        body {
          height: 100%;

          font-family: Anaheim, sans-serif;
        }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
      @media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px !important;
}
}

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
      .card-body{
              display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    text-align: center;
      }
      .card{
          border-radius: 20px;
    border: none;      
    background: linear-gradient(to top, rgba(255,255,255,1), 80% ,rgba(255,255,255,0.2));
    color: #000;
      }
     
      .btn{
          background-color: #fff;
          border: none;
          border-radius: 0;
      }
      .btn-sm{
          background-color: #3AA8DB;
          border: none;
          border-radius: 0;
      }
      .btn-white{
          background-color: #fff;
      }
     
      .card-header{
          display: flex;
    justify-content: space-between;
      }
      .btn-success{
              background-color: limegreen;
        border: none;
        color: #fff;
      }
            .btn-warning{
              background-color: orangered;
        border: none;
        color: #fff;
      }
      .modal-header{
          justify-content: space-between;
      }
      #modal-close-btn{
              background-color: transparent;
    border: none;
      }
      .modal-buttons-wrapper{
          display: flex;
    justify-content: space-between;
      }
           .feature-col{
              display: flex;
              align-content: center;
              justify-content: center;
      }
      
      .feature-icon{
          margin-top: -57px;
      }
      
      h2{
          text-align: center;
      }
      .card-text{
          font-size: 14px;
      }
    .card-title{
        margin-top: 15px;
          font-size: 19px;
          font-weight: 800;
      }
      .inquiry-input{
          width: 280px;
          height: 35px;
          border-radius: 20px;
          border: solid 1px #ffe3d5;
          background-color: transparent;
          color: #fff;
          padding: 15px;
              -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;  
      }
      
      .inquiry-input:focus{
      border-color: #fff;
      }
      
      .hidden{
          display: none;
      }
      
      .inquiry-button{
          border: solid 3px #fff;
        border-radius: 30px;
        height: 60px;
        background-color: #692300;
        color: #fff;
      }
      
      .inquiry-button:hover{
          background-color: #f50;
      }
      
      .service-wrapper{
          background-color: #fff;
          border-radius: 20px;
          width: 200px;
          height: 160px;
          color: #000;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          text-align: center;
      }
      
      
      
      
      
      .slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* range 3 */
.slider {
  -webkit-appearance: none;
  appearance: none; 
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 15px;
  height: 20px;
  height: 3px;
  background: #ccc;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none; 
  height: 30px;
  width: 30px;
  background: transparent;
  background-image: url('/img/parts/slider-handle.png');
  background-size: cover;
  border-radius: 50%;
}

/* Thumb: Firefox */
.slider::-moz-range-thumb {
  height: 30px;
  width: 30px;
  background: transparent;
  background-image: url('/img/parts/slider-handle.png');
  background-size: cover;
  border: none;
  border-radius: 50%;
}



/* range 3 */
.range-slider {
  flex: 1;
}

.sliderticks {
  display: flex;
  justify-content: space-between;
/*  padding: 0 10px;*/
}

.sliderticks span {
  display: flex;
  justify-content: space-between;
  height: 10px;
  line-height: 50px;
  flex-direction: row;
}


 .info-icon{
          padding-bottom: 35px;
    margin-top: -110px;
      }
      
      .nav-link{
          color:#fff;
          font-size: 0.9rem;
      }
            .nav-link:hover{
          color:#f50;
      }
      .active{
          color: #f50;
      }
      
      .info-wrapper{
          color:#fff;
          display: flex; 
          align-items: center;
          flex-direction: column; 
          align-content: center; 
          justify-content: center; 
          flex-wrap: wrap; 
          width: 387px; 
          height: 233px;
          background-image: url(/img/parts/info-background.png); 
          position: absolute; 
          margin-top: -115px;
          padding-inline: 40px;
      }
      ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
      
      
      
      .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.inquiry-form{
    display: flex; 
    flex-direction: column; 
    align-content: center; 
    justify-content: center; 
    flex-wrap: wrap; 
    background-image: url(/img/parts/inquiry-background.png);
    width: 382px; 
    height: 630px; 
    position: absolute; 
    margin-top: -75px;
}

.slider-wrapper{
    width: 360px;
    padding-top: 130px;
}

.features-bottom-container{
    background-image: url(/img/background/4.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    min-height: 405px
}

.features-top-image{
    margin-top: -80px; 
    margin-bottom: 20px;
}

.title-text{
    margin-left: 50px;
    margin-top: 140px;
}
.title-button{
    color:#fff; 
    margin-left:-20px; 
    width: 322px; 
    height: 102px; 
    background-color: transparent; 
    border: none; 
    background-image: url(/img/parts/button-background.png); 
}
.navbar-dark{
    display: none;
}
.navbar{
    padding-top: 25px; 
    padding-left: 50px;
}
.claim-containter{
    min-height: 300px;
}

.footer-logo{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.partner-box{
    padding-inline: 100px;
    margin-top: 140px;
}
.partner-image{
    margin-top: 50px; 
    margin-bottom: 20px;
}
.aboutus-box{
    margin-left: 50px; 
    margin-top: 140px; 
    text-align: center;
}
.aboutus-container{
    color: #fff; 
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.75); 
    background-image: url(/img/background/2.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    min-height: 1080px
}
.service-block{
    margin-left: 50px; 
    margin-top: 140px;
}

.ourservices-container{
    color: #fff; 
    background-image: url(/img/background/services.jpg); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
    min-height: 2071px
}
.footer-menu{
    margin-left: 80px;
}


@media only screen and (max-width: 600px) {
    .info-wrapper{
          position: relative; 
          margin-top: 25px;
      }
      .info-wrapper-first{
          margin-top: -115px;
      }
      
      .inquiry-form{
        position: relative; 
        margin-top: 45px;
        margin-bottom: -75px;
    }
    
    .slider-wrapper{
        width: 310px;
        padding-top: 70px;
    }
    .slider-wrapper-first{
        width: 310px;
        padding-top: 30px;
    }
    
    .slider::-webkit-slider-thumb {
      height: 40px;
      width: 40px;
    }

    /* Thumb: Firefox */
    .slider::-moz-range-thumb {
      height: 40px;
      width: 40px;

    }
    
    .features-bottom-container{
        display: none;
    }
    
    .features-top-image{
       margin-top: 50px; 
    }
    .mb-80{
        margin-bottom: 80px;
    }
    .title-text{
        margin-left: 0px;
        margin-top: 100px;
        text-align: center;
    }
    .title-button{
        margin-left: 0px; 
    }
    .navbar-dark{
        display: block;
        border: none;
    }
    .nav{
        display: none;
    }
    .navbar{
        padding-left: 10px;
    }
    .text-bg-dark{
        position: absolute;
        top: 0;
        width: 80%;
        margin-left: -10px;
        left: 0;
        background-color: #000 !important;
        opacity: 0.9;
        }
    .nav-colapse{
        list-style-type: none;
      padding: 0;
      margin: 0; 
      margin-left: 25px;
    }
    .claim-containter{
        min-height: 250px;
            margin-top: 50px;
    }
    .partner-box{
        padding-inline: 40px;
        margin-top: 20px;
    }
    .partner-image{
        margin-top: 20px; 
    }
    .aboutus-box{
        margin-left: 0px; 
        margin-top: -110px; 
        text-align: center;
    }
    .aboutus-container{
        min-height: 680px
    }
    .service-box{
            display: flex;
    justify-content: center;
    }
    .service-block{
        padding-left: 30px; 
        padding-right: 30px; 
        margin-left: 0px; 
        margin-right: 0px; 
        margin-top: 25px;
    }
    .ourservices-container{
        background-image: url(/img/background/services-mobile.jpg); 
        min-height: 2071px
    }
    .footer-menu{
        margin-left: 35px;
    }
}

@media only screen and (max-width: 450px) {
 .info-wrapper{
          margin-left: -18px;
      }
       .inquiry-form{
           margin-left: -15px;
       }
}