* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    background-color: #FCF4F4;
    font-size: 18px;
}

@font-face {
    font-family: clashDisplayRegular;
    src: url("../assets/fonts/ClashDisplay-Regular.woff");
}

@font-face {
    font-family: clashDisplayBold;
    src: url("../assets/fonts/ClashDisplay-Semibold.woff");
}

.text-brown {
    color: #780606;
}

.background-brown {
    background-color: #780606;
}

.text-grey {
    color: #4B4B4B;
}

.liv {
    font-family: clashDisplayBold, sans-serif;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #780606;
    font-weight: 600;
}

.nav-item {
    margin-left: 2.5rem;
}

.nav-link {
    color: #1E1E1E;
    font-weight: 500;
}

.nav-link:focus,
.nav-link:hover {
    color: #780606;
}

.main-button {
    padding: 7px 15px;
    text-align: center;
    border-radius: 5px;
}

section {
    padding: 50px 0px;
}

.head-text {
    font-size: 3rem;
}

.bd-brown {
    border: 1px solid #780606;
}
#inputAddress{
    background-color: #EDEDED;
    border-radius: 5px;
    color: #B3B0B0;
}
.form-control:focus {
    border-color: #232323;
    outline: 0;
    box-shadow: none;
}
.test-head-details{
    font-size: 14px;
}
.carousel-inner{
    padding-bottom: 100px;
}
.carousel-control-next, .carousel-control-prev{
    top: 230px;
    width: 90%;
    justify-content: left;
}
.carousel-control-prev-icon {
    background-image: url('/assets/icons/left.png');
}
.carousel-control-next-icon {
    background-image: url('/assets/icons/right.png');
}
.testimonies p{
    width: 90%;
}
.testimonials{
    margin-top: 5rem;
}
.bg-red{
    background-color: #780606;
}
.bd-white{
    border: 1px solid white;
    background-color: transparent;
}
.footer-text{
    color: #979494;
    font-size: 14px;
}
.copyright {
    font-size: 15px;
    color: #979494;
}