body {
    margin: 0 auto;
    padding: 0;

}
.carousel-item img {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 30%;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 88%);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.938);
}

ul{
   /* font-weight: 600;8*/
    letter-spacing: 0.5px;
    line-height: 30px;
}



/* .choosing-area {
    padding-top: 70px;
    padding-bottom: 40px;
}
.sec-title {
    margin-top: -3px;
    padding-bottom: 27px;
    position: relative;
}
.choosing-area .single-item {
    border: 1px dashed #e1e1e1;
    display: block;
    padding: 18px 30px 12px;
    margin-bottom: 30px;
    transition: all 900ms ease;
}
.choosing-area .single-item:hover {
    border: 1px dashed #2acb35;
}
.choosing-area .single-item {
    border: 1px dashed #e1e1e1;
    display: block;
    padding: 18px 30px 12px;
    margin-bottom: 30px;
    transition: all 900ms ease;
}
.choosing-area .single-item .title {
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 17px;
}
.choosing-area .single-item .title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    border-bottom: 1px dashed #e1e1e1;
}
.choosing-area .single-item:hover .title:after {
    width: 100%;
}


.choosing-area .single-item .title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    content: "";
    border-bottom: 1px dashed #2acb35;
    transition: all 500ms ease;
}

.choosing-area .single-item .text-holder .iocn span:before {
    color: #2acb35;
    font-size: 45px;
    line-height: 45px;
}

.choosing-area .single-item .text-holder {
    overflow: hidden;
    padding-top: 24px;
}
.choosing-area .single-item .text-holder .iocn, .choosing-area .single-item .text-holder .text {
    display: table-cell;
    vertical-align: middle;
}
.choosing-area .single-item .text-holder .iocn {
    width: 45px;
}
.choosing-area .single-item .text-holder .text {
    padding-left: 20px;
}
.choosing-area .single-item .text-holder .iocn, .choosing-area .single-item .text-holder .text {
    display: table-cell;
    vertical-align: middle;
}
.flaticon-food:before {
    content: "\f11b";
} */