body {
    font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 600px) {
	.slider .slider-container .container {
		position: absolute;
		z-index: 9;
		padding-left: 10px !important;
		padding-top: 230px !important;
	}
	.sales-team figure {
		flex-wrap: inherit !important;
	}
	.slider .slider-container .container h1 {
		font-size: 10vw;
		font-family: "Inter", sans-serif;
		color: #FFF;
		margin-bottom: 20px;
		padding-left: 7px !important;
	}		
	.slider .slider-container .container h2 {
		font-weight: 500;
		padding-left: 7px !important;		
		color: #FFF;
		font-size: x-large;
	}
	#nav-tabs-wrapper > li > a {
		margin-left: 20px;
		margin-right: 6px;
		font-size: smaller;
	}
	#nav-tabs-wrapper {
		padding-right: 0px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 0px;
        margin-left: 0px;		
	}
} 
@media only screen and (min-width: 601px) {
	.slider .slider-container .container {
		position: absolute;
		z-index: 9;
		padding-top: 230px;
	}
	.sales-team figure figcaption h4 {
		font-size: 21px !important;
		font-weight: bold !important;
	}
	.sales-team figure img {
		width: 27% !important;
	}
	.slider .slider-container .container h1 {
		font-size: 5vw;
		font-family: "Inter", sans-serif;
		color: #FFF;
		margin-bottom: 20px;
	}		
	.slider .slider-container .container h2 {
		font-weight: 500;
		color: #FFF;
		margin-bottom: 50px;
	}	
    #nav-tabs-wrapper > li > a {
        margin-left: 20px;
        margin-right: 20px;
    }
    #nav-tabs-wrapper {
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .side-navigation .menu ul li ul li a {
        font-weight: 200 !important;
    }
    .footer .col-12 .creation {
		display: contents;
        margin-top: 0px !important;
    }
}

h1, h2, h3, h4, h5 {
    font-family: "Inter", sans-serif;
}
h2 {
    font-weight: 600;
}
.about-content h2 {
    font-family: "Inter", sans-serif !important;	
}
.footer .contact-box h5 {
    font-family: "Inter", sans-serif !important;		
}
.page-header .container h1 {
    color: #FFF;
    font-family: "Inter", sans-serif !important;			
}
.footer-bar .inner h3 {
    font-family: "Inter", sans-serif !important;				
}
.slider .slider-container .container a {
    height: 60px;
    line-height: 56px;
    float: left;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    position: relative;
    border: 2px solid #b5b5b5;
    padding: 0 40px;
    box-shadow: 0 0 20px rgba(235, 207, 167, 0.4);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.footer-bar .inner {
    background: #88898b;
}
.get-consultation h4 span {
    color: #dedede;
}
.benefits h4 span {
    color: #b5b5b5;
}
.certificates h4 span {
    color: #b5b5b5;
}
.contact h4 span {
    color: #b5b5b5;
}
.property-customization h4 span {
    color: #b5b5b5;
}
.benefits figure:after {
    background: #b5b5b5;
}
.get-consultation .content-box {
    background: #b5b5b5;
}
.footer .footer-menu li a:hover {
    color: #b5b5b5;
}
.slider .slider-container .container a:hover {
    background: rgb(176 176 176 / 20%);
}
.navbar .container .menu {
	border-top: none;
}
.navbar .container .menu ul li a:hover {
    color: #b5b5b5;
    border-top: 1px solid #b5b5b5;
}
.navbar .container .upper-side .phone-email small a:hover {
    color: #b5b5b5;
}
.slider .slider-container .inner-elements .container .button-prev:hover {
    color: #aeaeae;
}
.slider .slider-container .inner-elements .container .button-next:hover {
    color: #aeaeae;
}
.contact .map {
    background: #e3e3e3 !important;
}
.contact .map:before {
    background: #e3e3e3 !important;
}
.footer .select-box span {
    font-weight: 400 !important;
}
.sales-team figure:hover {
    background: #f5f5f5;
}
.side-navigation {
    background: #023d98;
}
.side-navigation figure img {
    height: 88px;
}
.swiper-slide {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.swiper-slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Ensures the video covers the entire area without black borders */
    z-index: -1; /* Places the video behind any text or overlay content */
}
.slider {
    background: transparent !important;
}
.navbar .container .upper-side .logo img {
    height: 120px;	
}