
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  min-height: 100%;
}
@media screen and (min-width:576px) {
    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 33%;
    }
}

.carousel-inner {
    padding: 1em;
}
.blur {
    filter: blur(3.5px);
}

.carousel-control-prev, .carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
body {
    
    font-weight: 500;

}
.heading {
    color: #00BF63;
}
.subheading{
    color: #545454;
}
.icon {
    color:#00BF63;
}
textarea {
    padding: 10px;
    max-width: 100%;
    line-height: 1.5;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px #999;
}
.nav-link {
    color: #545454 !important
}
.fixedElement {
    position: fixed;
}
