@font-face {
    font-family: 'PlayfairDisplay';
    src: url('/public/fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.nav-link{
    font-size: 1.3rem!important;
}

.main-color{
    background-color: #f5f0eb;
}

body {
    font-family: 'PlayfairDisplay', sans-serif;
    background-color: #f5f0eb;
    color: black;
}

section {
    background-color: #f5f0eb;
}

.main-border{
    border: 1px solid #dcd3ce;
}

.main-border-rl{
    border-left: 1px solid #dcd3ce;
    border-right: 1px solid #dcd3ce;
}
.main-border-r{

    border-right: 1px solid #dcd3ce;
}

.btn-group .btn.active {
    border-bottom-color: #000 !important;
    font-weight: 600;
}
.btn-group .btn:hover:not(.active) {
    border-bottom-color: #adb5bd;
}

.half-circle-right {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.half-circle-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50% 0 0 50%;
    background: inherit;
    z-index: -1;
}

.half-circle-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 50% 100%;
    border-bottom-right-radius: 50% 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 1;
}


.navbar-nav .nav-link {
    transition: color 0.3s ease;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-item:hover {
    border-bottom: 2px solid #0d6efd;
}

.navbar-nav .nav-link:hover {
    color: #0d6efd !important;
}
