/*
Template Name: Archtcture | Architecture & Interior Design Template
Author: Pillarix
Author URI: https://wrapbootstrap.com/user/pillarix
Version: 0.1
*/

/*
- Body
- Custom Bootstrap
- Navbar
- Homepage
- About
- Mobile Media
*/

/* Body */
@import url('../../../css2');

body {
    font-family: 'Poppins', sans-serif;
}
a {
    text-decoration: none;
    color: #1b1b1b;
}
a:hover {
    color: #a8977b;
}

/* Custom Bootstrap */
.architecture-nav a.nav-link {
    padding-top: 29px !important;
    padding-bottom: 29px !important;
    color: #ffffff !important;
}
.bg-background {
    background-image: url(../img/hero2.jpeg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-background-about {
    background-image: url(../img/hero3.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	height:600px !important;
}

.bg-background-commercial {
    background-image: url(../img/hero4.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	height:600px !important;
}

.bg-background-education {
    background-image: url(../img/hero5.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	height:600px !important;
}

.bg-background-industrial {
    background-image: url(../img/hero6.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	height:600px !important;
}

.bg-background-leisure {
    background-image: url(../img/hero7.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	height:600px !important;
}

.bg-background-listed {
    background-image: url(../img/hero8.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	height:600px !important;
}

.bg-background-refurbishment {
    background-image: url(../img/hero9.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
	height:600px !important;
}


.h-4 {
    height: 1rem;
}
.w-4 {
    width: 1rem;
}
.btn {
    border-radius: 0;
}
.btn-secondary {
    background-color: #a8977b !important;
    border-color: #a8977b !important;
}
.btn-secondary:hover {
    background-color: #7f715c !important;
    border-color: #7f715c !important;
}
.text-bg-secondary {
    background-color: #a8977b !important;
}
.text-secondary {
    color: #a8977b !important;
}
.bg-secondary {
    background-color: #a8977b !important;
}
.client-logo .img-fluid {
    width: 150px;
}

/* Navbar */
.architecture-nav .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 27px 0;
    font-size: 14px;
    margin: 0px 12px;
    letter-spacing: 0.06rem;
}
.architecture-nav .navbar-nav .nav-link:hover {
    color: #a8977b;
}
.architecture-nav .navbar-nav .nav-link.active {
    color: #a8977b;
}
.architecture-nav.fixed-top {
    background-color: #a9977c !important;
}

/* Homepage */
.bg-homepage {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/bg-homepage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.qualities {
    margin-top: -5rem;
}
.dropdown-cart-img {
    width: 100px;
}

/* About */
.terminal-profile {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.footer-top
{
display:none !important;}

/* Mobile Media  */
@media (max-width: 576px) {}

@media (max-width: 768px) {}

@media (max-width: 992px) {
    .m-none {
        display: none;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}


.footer-top border-bottom
{
display:none !important;}