@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Montserrat:wght@300;400;600;700&display=swap');

@font-face {
    font-family: 'Golden Plains';
    src: url('./fonts/golden-plains.woff2') format('woff2'),
         url('./fonts/golden-plains.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #fff;
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #fff;
}
label {
    color: #fff !important;
}
input, .form-control {
    margin-bottom: 15px !important;
}
.h3d {
    color: var(--dark);
}
.hw {
    font-family: 'Golden Plains';
}
h4 {
    font-family: 'Montserrat', sans-serif;  
    color: var(--dark);
}

h5 {
    font-family: 'Montserrat', sans-serif;  
    font-weight: 300 !important;
    color: var(--primary);
}

body {
    font-family: 'Montserrat', sans-serif;
}

.logo {
    padding-top: 10px;
}

.btn {
    font-weight: 400 !important;
}
.btn:hover {
    color: var(--dark);
}


.section-1-bg {
    background: url('../img/section-1-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.mid-section {
    background: url('../img/bedroom.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.mid-section-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    margin-top: 135px;
}

.feature-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txt-center {
    
}

.vendors {
    background-color: #EFEEEC;
}

.bg-white {
    background-color: transparent !important;
}
.service-item-icon {
    transform: rotate(45deg); /* Equal to rotateZ(45deg) */
    color: #fff;
}

.section-2-bg {
    background: url('../img/sketch-to-life-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.section-3-bg {
    background: url('../img/testimonials-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-light {
    background-color: rgba(255,255,255,0.75) !important;
}
.bg-dark {
    background-color: #7a6868 !important;
}

.btn-primary {
    background-color: #ac9898 !important;
    border-color: #ac9898 !important;
}
.btn-dark {
    color: #fff;
    background-color: #7a6868 !important;
    border-color: #7a6868 !important;
}

.btn-outline-dark {
    color: #fff;
    background-color: #ac9898 !important;
    border-color: #ac9898 !important;
}
.text-primary {
    font-weight: 600 !important;
    color: var(--primary) !important;
}

.contact-form-bg {
    background: url('../img/contact-form-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.p-5r {
    padding: 5rem;
}

.contact-items {
    display: flex;
    align-items: center;
    padding-bottom: 40px
}
.contact-item {
    max-width: 50%;
    font-weight: 600;
}

.footer-bg {
    background-color: #353333 !important;
}

.about-me-bg {
    background: url('../img/about-me-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.kjd-item-1 {
    background: url('../img/floorplan.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.section-title-kw::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 0px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.testimonial-item {
    height: 450px;
}
.bg-darker {
    background-color: var(--dark);
}
