body {
    background: #f0f0f0;
}

.mainbody{
   position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    background: #ffffff; 
}



.carousel-control-prev{
    justify-content: left;
    z-index: 100;
}

.carousel-control-next {
    justify-content: right;
    z-index: 100;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}


.carousel .carousel-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
}

.carousel .carousel-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    z-index: 1;
}

.carousel .carousel-caption-d{
     background:#1e1e1e;
     padding: 3.46667rem;
}

.carousel .carousel-caption {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left:0;

}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel-caption .h1title {
 color:#fff;
 font-size:2.13333rem;
 font-weight:500;
 line-height:1.3125;
 padding-right:1.5625em;
 position:relative;
 padding:.625em 0
}

.carousel-caption .h1title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.25em;
    height: .09375em;
    background: #5b5a59;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.carousel .carousel-caption .btn {
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
    margin-top: 8px;
}

.carousel .carousel-caption .btn:hover {
    color: #030f27;
    background: #fdbe33;
    border-color: #fdbe33;
}
.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 230px;
}

.card-title {
    font-size: 2rem;
}
.card-body {
    justify-content: space-between;
  flex-direction: column;

  display: flex;
}
.card-body p {
    text-align: left;
}

.card-body .btn-holder {
  justify-content: flex-end;
  display: flex;
}

.featurette-heading{
    margin-top: 0rem;
    font-size: 40px;
}

.footer {

    padding-top: 90px;
    padding-bottom: 20px;
    background: #343a40;
    color: #ffffff;
} 

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}
.dziubek li{
    margin-top:10px;
}
.dziubek li::before{
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px; 
    
    color: crimson;
}
.ribbon {
    background-color: #343a40;
    color: #fff;
    font-size: 2rem;
    padding: 13px;
    text-align: center;
}
.ribbon a[href^="tel:"] {
    position: relative;
    font-size: 1.2rem;
    background-color: #fff;
    color: #333;
    padding: 1rem 2.66667rem;
    top: -5px;
    margin-left: 2.33333rem;
    margin-right: 1.53333rem;
}
.ribbon a[href^="mailto:"] {
    position: relative;
    top: -5px;
    font-size: 1.2rem;
    background-color: #fff;
    color: #333;
    padding: 1rem 2.66667rem;
}
@media (max-width: 1023px) {
     .carousel .carousel-caption-d{
        padding: 1.46667rem;
    }
    .featurette-heading{
        font-size: 25px;
    }
}
@media (max-width: 767.98px) {
     .carousel .carousel-caption-d{
        padding: 1.46667rem;
    }
    .carousel .carousel-caption h1 {
        font-weight: 700;
    }
    .carousel .carousel-caption p {
        font-size: 20px;
    }
.ribbon a {
    display: inline-block;
    text-align: center;
    width: 80%;
    margin: 1rem 0 !important;
    padding: 1rem 0 !important;
}
}

@media (max-width: 575.98px) {
    .carousel .carousel-caption h1 {
        font-size: 1.5rem;
        font-weight: 500;
    }
    
    .carousel .carousel-caption p {
        font-size: 16px;
    }
}

