:root,
:root.black {
    --primary-color: #040404;
    --second-main-color:rgba(255, 255, 255, 0.8);
    --third-main-color:#0f2f57;
    --bg-nav-color:rgba(25, 28, 31, 0.8);
    --basic-color: #fff;
    --section-bg:#f5f5f5;
    --shadow-bg:rgba(68, 88, 144, 0.14);

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Lato', sans-serif;
    background-color: var(--primary-color);
    color: var(--primary-color);
    position: relative;
    background: transparent;
}
body::before {
    content: "";
    position: fixed;
    background: var(--basic-color);
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: -1;
}
button[type=submit] {
    background: var(--primary-color);
    border: 0;
    padding: 10px 24px;
    color: var(--basic-color);
    transition: 0.4s;
}
@media (min-width: 1024px) {
    body::before {
        background-attachment: fixed;
    }
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--basic-color);
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
}
.btn-menu{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: var(--basic-color);
    border: 2px solid var(--basic-color);
}
.btn-menu:hover{
    background-color: var(--basic-color);
    color: var(--primary-color);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: ease-in-out 0.3s;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 997;
    overflow-y: hidden;
}
#header * {
    transition: ease-in-out 0.3s;

}
#header .navbar a{
    text-transform: capitalize;
    color:var(--basic-color);
}

#header h2 {
    border-top: 1px solid var(--second-main-color);
    font-family: 'Oswald', sans-serif;
    font-size: 92px;
    margin-top: 20px;
    color: var(--second-main-color);
}
#header p {
    padding-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
    color: var(--second-main-color);
    border-bottom: 1px solid var(--second-main-color);

}
#header h5{
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: var(--basic-color);
}
#header img {
    padding: 0;
    margin: 0;
}

@media (max-width: 992px) {

    #header h2 {
        font-size: 60px;
        line-height: 30px;
    }
    #header p {
        font-family: 'Oswald', sans-serif;
        font-size: 42px;
        color: var(--second-main-color);
    }
    #header .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) {

    #header h2 {
        font-size: 32px;
        line-height: 30px;
    }
    #header p {
        font-family: 'Oswald', sans-serif;
        font-size: 22px;
        color: var(--second-main-color);
    }
}
/* Header Top */
#header.header-top {
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #0f2f57;
}

#header.header-top h2, #header.header-top p, #header.header-top h5 {
    display: none;
}
#header.header-top .room-features{
    display: none;
}
#header.header-top .container-fuild {
    height:80px;
    width: 100%;
    background-color: var(--basic-color);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
#header.header-top .navbar {
    margin: 0 auto;
}
.header-top .navbar a,.header-top .navbar a:focus,.header-top .navbar a:hover{
    font-weight: 500;
    color: var(--primary-color)!important;
}
.header-top .navbar .active{
    color: var(--primary-color);
}
.header-top .mobile-nav-toggle{
    color: var(--primary-color);
}
.header-top .icofont-close:before{
    color:var(--basic-color);
}
@media (max-width: 991.98px) {
    #header.header-top .navbar a{
        color: var(--basic-color) !important;
    }
}
.img-wrap .slide {
    height: 100vh;
    position: relative;
}
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    position: relative;
}
.overlay {
    z-index: 22;
    background: url(https://www.houssmax.ca/images/background-pattern.png) repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .4;
}
.site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh);
}
.site-blocks-cover h1 {
    font-size: 70px;
    font-weight: 300;
    line-height: 1;
}

.site-blocks-cover .sub-text {
    font-size: 25px;
    color: var(--basic-color);
    font-weight: 300;
    padding-left: 50px;
}
.site-blocks-cover .sub-text p {
    color: var(--basic-color);
}

@media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 4rem;
    }	
    .site-blocks-cover .sub-text {
        color: var(--primary-color);
    }
    .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0;
    }
    .site-blocks-cover .img-wrap .slider-wrap:before {
        position: absolute;
        content: "";
        /*background: var(--basic-color);*/
        opacity: .5;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .site-blocks-cover .intro .text {
        padding-left: 0;
    }
}
.site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
    z-index: 2;
    overflow: hidden;
}

.site-blocks-cover .img-wrap .slide {
    height: 100vh;
    position: relative;
}
.site-blocks-cover .img-wrap .slide img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.site-blocks-cover .intro {
    z-index: 222;
    position: relative;
}
@media (max-width: 768px) {
    #header.header-top {
        height: 60px;
    }
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    margin-top: 35px;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar li + li {
    margin-left: 30px;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: var(--basic-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
    visibility: visible;
    width: 25px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: var(--basic-color);
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: var(--basic-color);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 30px;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    transition: 0.3s;
    z-index: 999;
    margin-top: 0;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 30px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 45px;
    left: 15px;
    padding: 10px 0;
    overflow-y: auto;
    transition: 0.3s;
    border: 2px solid var(--second-main-color);
}
.navbar-mobile li {
    padding: 12px 20px;
}
.navbar-mobile li + li {
    margin: 0;
}
.navbar-mobile a, .navbar-mobile a:focus {
    font-size: 16px;
    position: relative;
}
/*--------------------------------------------------------------
# Topbanner
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .room-features{
        padding: 0;
        margin: 0;
    }
    .room-features li{
        margin-right: 0!important;
        padding: 0 5px;
    }
}

.room-features li {
    text-align: center;
    list-style: none;
    display: inline-block;
    margin-right: 65px;
}
.room-features li:last-child {
    margin-right: 0;
}
.room-features li i {
    font-size: 24px;
    color: var(--basic-color);
}
.room-features li p {
    font-family: 'Lato', sans-serif!important;
    font-weight: 300;
    border-bottom: 0px!important;
    font-size: 16px!important;
    color: var(--basic-color);
    margin-bottom: 0;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .room-features li p {
        font-size: 12px!important;
    }
    #header h2{
        border-top: 0;
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 140px;
    bottom: 100%;
    opacity: 0;
    transition: ease-in-out 0.4s;
    z-index: 2;
    background:var(--basic-color);
}
section.section-show {
    top: 80px;
    bottom: auto;
    opacity: 1;
    padding-bottom: 45px;
}
@media (max-width: 768px) {
    section {
        top: 120px;
    }
    section.section-show {
        top: 60px;
    }
    .Fplan .nav-tabs .nav-item, .dtour .nav-tabs .nav-item { width: 100% !important; }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
}

.section-bg {
    background-color: var(--section-bg);
}

.section-title {
    padding-bottom: 40px;
}
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    line-height: 1px;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--third-main-color);
    font-family: 'Oswald', sans-serif;
}

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: var(--third-main-color);
}
.section-title p::after {
    background-color: var(--third-main-color);
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    margin: 4px 10px;
}
/*--------------------------------------------------------------
# Property
--------------------------------------------------------------*/
.property {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    padding: 60px 0;
}
.practice-area.border-b {
    border-right: 1px solid var(--second-main-color)
}
.property h4 {
    font-weight: 500;
}
.property ul {
    list-style: none;
    padding: 0;
}
.property ul li {
    padding-bottom: 10px;
}
.property ul i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--primary-color);
}
.list-a li {
    font-weight: 400;
    position: relative;
    width: 50%;
    float: left;

    padding-right: 5px;
}
.team {
    box-sizing: content-box;
    min-height: 320px;
}
.team .testimonial-img {
    width: 200px;
    border-radius: 50%;
    //margin: -120px 0 0 0;
    //position: relative;
    z-index: 2;
    border: 6px solid var(--basic-color);
}
.team h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: var(--primary-color);
}
.team h4 {
    font-size: 14px;
    color: #999;
    margin:0;
}
.team a {
    color: var(--primary-color);
}
.team .wrap {
    margin: 0 15px 0 15px;
    padding: 20px 20px 25px 20px;
    border: 1px solid var(--section-bg);
    text-align: center;
    position: relative;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery .gallery-item {
    background-color: var(--primary-color);
    overflow: hidden;
    border-right: 3px solid var(--basic-color);
    border-bottom: 3px solid var(--basic-color);
}
.gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
    transform: scale(1.1);
    opacity: 0.5;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 20px;
}
.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: var(--basic-color);
    box-shadow: 0 5px 26px 0 var(--shadow-bg);
    transition: all 0.3s ease-in-out;
    text-align: center;
    border: 1px solid var(--basic-color);
}
.services .icon {
    margin: 0 auto 20px auto;
    padding-top: 17px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}
.services a:hover {
    color: var(--third-main-color);
}
.services .icon i {
    font-size: 36px;
    line-height: 1;
}

.services .icon-box .icon {
    background: var(--second-main-color);
}
.services .icon-box .icon i {
    color: var(--primary-color);
}
.services .icon-box:hover {
    border-color: var(--second-main-color);
}
@media (max-width: 768px) {
    .services .icon-box h4 {
        font-size: 12px;
        margin-bottom: 0;
    }
    .services .icon-box {
        padding: 10px;
    }
    .services .icon-box .icon {
        margin-top: 10px;
        width: 54px;
        height: 54px;
    }
    .services .icon-box p {
        line-height: 24px;
        font-size: 12px;
        margin-bottom: 0;
    }
    .services .icon-box .icon i {
        line-height: 0.5;
    }
}
/*--------------------------------------------------------------
# Fplan
--------------------------------------------------------------*/
.Fplan .nav-tabs .nav-item.show .nav-link, .Fplan .nav-tabs .nav-link.active, .dtour .nav-tabs .nav-item.show .nav-link, .dtour .nav-tabs .nav-link.active {
    border-radius: 0;
    color: var(--basic-color);
    background-color: var(--primary-color);
    border-color: var(--basic-color);
}

.Fplan .nav-tabs .nav-link:focus, .Fplan .nav-tabs .nav-link:hover, .dtour .nav-tabs .nav-link:focus, .dtour .nav-tabs .nav-link:hover {
    border-radius: 0;
    background:var(--third-main-color);

}
.Fplan .nav-tabs .nav-item, .dtour .nav-tabs .nav-item {
    margin-bottom: -1px;
    width: 25%;
    text-align: center;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
	color: var(--primary-color);
	font-size: 14px;
	position: relative;
}
footer::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background:var(--section-bg);
	z-index: 1;
}
footer .socials-media {
	width: 100%;
}
footer .socials-media ul {
	display: inline-block;
	float: none;
	margin: 0 0 20px 0;
}
footer .socials-media ul li {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
#footer .socials-media ul li a {
	font-size: 24px;
	color: var(--primary-color);
	letter-spacing: 0.1em;
	font-weight: 500;
	background: transparent;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out 0s;
}
footer .socials-media ul li a:hover {
	transition: all 0.5s ease-in-out 0s;
}
footer .footer-bottom {
	z-index: 2;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer .copyright {
	text-align: center;
}