.text-red {
    color:#FF143B;
}

.navbar {
    background: #00141F;
}

nav a {
    color:white;
    padding: 8px 20px;
}

nav a:hover {
    background-color: #FF143B;
    border-radius: 22px;
    padding: 8px 20px;
}

#baner {
    background: url('../images/baner_bg.png');
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 679px;
    background-size: cover;
}

#carousel {
    height: 300px;
    overflow: hidden;
}

.termo-link {
    color: #FF143B;
    text-decoration: none;
}

.termo-link:hover {
    color: #FF143B;
    text-decoration: underline;
}

.termo-link2 {
    color: white;
    text-decoration: none;
    border-radius:20px;
    border:1px solid #FF143B;
}

.termo-link2:hover {
    color: #FF143B;
    border:1px solid white;
}

.termo-btn {
    background-color: #FF143B;
    color: white;
    border-radius: 22px;
    padding: 8px 20px;
    text-decoration: none;
}

.termo-btn:hover {
    background-color: white;
    color: #FF143B;
    border: 1px solid #FF143B;
}

.form-btn {
    background-position: 0 0;
    width: 240px;
    height: 123px;
    overflow: hidden;
    border: none;
}

.form-btn.active{
    background-position: 0px 123px;
}

#form1 {
    background-image: url('../images/form-thumb-btn.jpg');
}

#form2 {
    background-image: url('../images/form-house-btn.jpg');
}

/* #flip-box #cover-item-6 {
    display: block;
    position: relative;
}
#flip-box #cover-item-1 {
display: block;
position: relative;

}
#flip-box #cover-item-2 {
display: block;
position: relative;

}
#flip-box #cover-item-6::after {
content:"opis 6";
display: block;
color: red;
width: 100%;
position: absolute;
top: 6rem;
left: 50%;
right: 50%;
z-index: 9999;
}
#flip-box #cover-item-1::after {
content:"opis1";
display: block;
    color: red;
    width: 100%;
    position: absolute;
    top: 6rem;
    left: 50%;
    right: 50%;
    z-index: 9999;
}
#flip-box #cover-item-2::after {
content:"opis2";
display: block;
    color: red;
    width: 100%;
    position: absolute;
    top: 6rem;
    left: 50%;
    right: 50%;
    z-index: 9999;
} */

.carousel-desc-item{
    display: none;
}

.carousel-desc-item.active{
    display: block;
}

.carousel-desc-item b{
    display: inline-block;
    padding-bottom: 20px;
}

#faq-box {
    color: white;
}

#faq-box .accordion-item{
    border: none;
    margin-bottom: 10px;
}
#faq-box .accordion-item h2{
    background: #00141F
}
#faq-box .accordion-item h2 button{
    border: 1px solid white;
    border-radius: 10px;
}
#faq-box .accordion-item .accordion-button{
    background: linear-gradient(90deg, rgba(0,20,31,1) 95%, rgba(255,0,0,1) 95%);
}
#faq-box .accordion-item .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  }
#faq-box .accordion-item .accordion-button,
#faq-box .accordion-item .accordion-collapse{
    color: white;
    background-color: #00141F;
}

form .error {
    color: red;
    font-size:11px;
    display: block;
}

.text-img {
    pointer-events:none;
}

.form-check-label {
    text-align: justify!important;
}

.timer {
    position: relative; top: -25px;
}

#contact_chck-error
{
    position: absolute;
    bottom: -20px;
    left: 37px;
}

.js-cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: #eee;
    padding: 15px;
    z-index: 9999;
    width: 100%;
 }

 .cookie-consent__message {
     font-size: 14px;
     color: #333;
     display: block;
     margin-bottom: 1rem;
 }

 .js-cookie-consent-button {
     text-transform: uppercase;
     background-color: #d43129;
     color: #fff;
    //  border: 0;
     padding: 10px 30px 11px;
     display: block;
 }

 .js-cookie-consent-white {
     text-transform: uppercase;
     float: right;
     background-color: white;
     color: #333;
    //  border: 0;
     padding: 10px 30px 11px;
     display: block;

     &.active {
         background-color: #d43129!important;
         color: #fff!important;
     }
 }

 .js-cookie-details {
     position: fixed;
     width: 1100px;
     max-width: 100%;
     top: 10%;
     left: 50%;
     margin-left: -550px;
     background-color: #EFEFEF;
     box-shadow: 1px 1px 5px gray;
     z-index: 9999;
     padding: 20px;
     display: none;
}

.js-cookie-details i {
    position: absolute;
    right: 20px;
}

 .cookie-consent__show_more_block {
     display: none;
 }

.form-check-input:checked:checked+.slider {
    background-color: #F9CA0A;
}

@media (width <= 1250px) {
    #baner {
        background:#F0F0F0;
    }

    .timer {
        position: static;
        margin-top: 20px;
    }

    #txt_img_2{
        top: 50%!important;
        left: 3vw!important;
    }
    #movable {
        overflow: hidden;
    }
  }

  @media (width <= 1024px) {
    #faq-box .accordion-item .accordion-button {
        background: linear-gradient(90deg, rgba(0, 20, 31, 1) 93%, rgba(255, 0, 0, 1) 93%);
    }
  }

@media (width <= 992px) {
    #faq-box .accordion-item .accordion-button {
        background: linear-gradient(90deg, rgba(0, 20, 31, 1) 90%, rgba(255, 0, 0, 1) 90%);
    }
  }

@media (width <= 425px) {
    nav{
        overflow: hidden;
    }
    nav a:last-child{
        margin-right: 0px!important
    }

    .accordion-button{
        padding-right: 10px;
    }

    #movable {
        padding-bottom: 21px;
    }
  }
