.header {
    background-color : #1c1c1c;
    color: white;
}

.header a {
    color: #757575;
    transition: ease-in-out .3s;
}

.navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
    color: #fff;
}

.content img {
    width: 100%;
    border-radius: 10px;
}

.boxes-background {
    background-color: #272727;
opacity: 1;
background-image:  linear-gradient(#333333 1px, transparent 1px), linear-gradient(to right, #333333 1px, #272727 1px);
background-size: 20px 20px;
}


.hero p {
    font-size: 1.3rem;
    text-align: center;
}

.hero .kdivider {
    border-bottom: 90px solid #fff;
}

.carousel-container span{
    font-size: 48px;
    font-weight: 700;
    animation: fadeInDown 1s both;
    text-align: center;
    margin-bottom: 30px;
}

.text-style {
    background-color: white;
    color: gray !important;
    padding: 10px;
    border-radius: 10px;
}

.k-img-hover figcaption img:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.k-img-hover figcaption h3{
    font-size: 30px;
}

.caption {
    display: flex;
    align-items: center;
}

.caption .description h3 {
    padding: 0;
    font-size: 30px; /* 30px */
}

.caption .description ul {
    padding-left: 18px;
    font-size: 16px; /* 16px */
}

.caption .icon i {
    font-size: 70px; /* 70px */
    display: flex;
    justify-content: center;
}

.dvd-line {
    border-left: 1px solid white;
    height: 50%;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .caption .icon i {
        font-size: 40px;
    }

    .dvd-line {
        display: none;
    }

    .caption .description ul {
        font-size: 12px;
    }

    .caption .description h3 {
        font-size: 18px;
    }

}

@media screen and (min-width:485px) and (max-width:768px) {
    .caption .icon i {
        font-size: 40px;
    }
 
    .caption .description ul {
        font-size: 12px;
    }

    .caption .description h3 {
        font-size: 20px;
    }

}

.features .nav-link.active{
    color: white;
    background-color: #1c1c1c;
    border-radius: 10px;
    padding: 20px;
    font-size: 18px;
}

.about-2 h3 {
    font-weight: 700;
}

.features .details h3 {
    font-weight: 700;
}

.contact a {
    color: #616161;
    font-weight: 500;
}

.contact a:hover {
    color: #acacac;
}

@media screen and (max-width: 1199px) {
    .mobile-nav-active .navmenu>ul {
        display: block;
        background-color: #121212;
    }
}

.results {
    margin-top: 20px;
    padding: 20px;
    background-color: #242424;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: white;
  }
  
  .results h3 {
    font-size: 28px;
    font-weight:600;
    padding-bottom: 20px;
    color: white;
  }
  .results p {
    margin: 8px 0;
  }

  .k-cal {
    display: flex;
    flex-direction: column;
  }

  .k-cal input,
  .k-cal select {
    margin: 10px 0;
    border: 1px solid #acacac;
    border-radius: 5px;
    padding: 5px;
  }