:root {
    --font-main: "Montserrat", sans-serif;
    --font-secondary: "Montserrat", sans-serif;
    --color-main: #c5a47e;
}

body {
    background-image: url("/static/images/bg.webp");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.header .caption h1 {
    font-size: 50px;
}

.navbar .dropdown-menu .dropdown-item {
    font-family: var(--font-secondary);
    font-size: 16px;
}

.social-icons i {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
}

.social-icons li:hover i {
    color: #000;
}

.contact-box .item {
    height: 250px;
}

.portfolio-details .sidebar-car .item .features {
    grid-template-columns: 50% 50%;
    font-size: 15px;
}

.portfolio-details .features p {
    font-size: 15px;
}

.portfolio .img img {
    height: 350px;
}

button[type="submit"] {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: var(--color-main);
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    border-radius: 30px;
}

.message-box {
    padding: 1rem;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(255, 255, 255, .5);
    color: #000;
}

.accordion-box .block .acc-btn {
    text-transform: unset;
}

.working-steps strong {
    font-weight: 600;
}

.acc-content ul {
    margin-bottom: 1rem;
}

.acc-content ul li {
    list-style: disc;
}

.modal-title {
    color: #ffffff;
}

.modal-box {
    background: #ffffff;
}

.modal-btn, .mapida-btn {
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    background-color: var(--color-main);
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 17px;
    border-radius: 30px;
    font-weight: 500;
}

.modal-btn {
    margin-left: 30px;
}

.navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.modal-box select {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px !important;
    height: auto;
    background-color: #f9f6f3 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    color: #797370;
    background-image: none;
    border: none !important;
    border-radius: 30px !important;
}

.section-title {
    font-size: 35px;
}