:root {
    --primary: #101010;
    --secondary: #FF6922;
    --light: #fff;
    --dark: #0d2938;
}

*{
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

@font-face {
    font-family: "Geom";
    src: url("../fonts/geom.otf");
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/* ---------------------------------------------- */
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/* ---------------------------------------------- */
/*** Hero-Content ***/
.wrapper{
    width: 1170px;
    margin: auto;
}

header{
    background: url("../img/header1.png");
    height: 100vh;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.nav-area{
    float: right;
    list-style: none;
    margin-top: 30px;
}

.nav-area li{
    display: inline-block;
}

.nav-area li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 20px;
	font-family: "Geom";
	font-size: 15px;
	text-transform: uppercase;
	border-radius: none;
}

.nav-area li a:hover {
	color: #63d293;
}

.logo{
    float: left;
}

.logo img{
    width: 50%;
    padding: 15px 0;
}

.welcome-text {
    width: 100%;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.welcome-text h1 {
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 38px;
	font-family: "Geom";
}

.welcome-text a {
	border: none;
	padding: 10px 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 20px;
	display: inline-block;
	color: #FFFFFF;
	font-weight: 700;
}

.welcome-text a:hover {
	color: #FFFFFF;
}

/*resposive*/

@media (max-width:600px){
.wrapper {
width: 100%;
}

.logo {
float: none;
width: 20%;
text-align: center;
margin: auto;
}

.nav-area {
float: none;
margin-top: 0;
}

.nav-area li a {
padding: 5px;
font-size: 11px;
}

.nav-area {
text-align: center;
}
    
.welcome-text h1 {
font-size: 30px;
}
}


/* ---------------------------------------------- */
/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    border: none;
}

.btn.btn-primary:hover,
.btn.btn-secondary:hover {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    background-color:#3abc73;
    border: none !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 5px;
}

/* ---------------------------------------------- */


@media (max-width: 529px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

@media (min-width: 640) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;

    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/* Estilos para pantallas con ancho de 462px o menos */
@media screen and (max-width: 479px) {
    .navbar .nav-item .dropdown-menu {
        display: block; /* Hace que el n¨˛mero de tel¨¦fono ocupe un rengl¨®n completo */
        margin-top: 5px; /* Ajusta el espacio superior si es necesario */
    }
}

 


/* ---------------------------------------------- */
/*** Icon ***/
.icon {
    padding: px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
}


/* ---------------------------------------------- */
/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/* ---------------------------------------------- */
/*** Category ***/
.cat-item div {
    background: #FFFFFF;
    transition: .5s;
    height: 400px !important;
}

.cat-item:hover div {
    background: #0d2938;
    border-color: transparent;
}

.cat-item div * {
    transition: .5s;
}

.cat-item:hover div * {
    color: #FFFFFF !important;
}


/* ---------------------------------------------- */
/*** Property List ***/
.nav-pills .nav-item .btn {
    color: #fff;
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}




/* ---------------------------------------------- */
/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255, 255, 255, 0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.social {
    color: white;
    font-size: 18px;
    margin-right: 10px;
}

.social:hover {
    color: #0d2938;
}

.servicecard {
    height: 320px;
}

.searchbtn {
    border: none;
    background-color: #0d2938;
    height: 100%;
    width: 100%;
    color: white;
    font-weight: bold;
    border-radius: 05px;
}

.searchbtn:hover {
    background-color: #63d293;
}

#cat1 i {
    transition: all 0.5s;
}

#cat2 i {
    transition: all 0.5s;
}

#cat3 i {
    transition: all 0.5s;
}

#cat4 i {
    transition: all 0.5s;
}

#cat1:hover i {
    color: #0d2938 !important;
    transform: scale(1.1);
}

#cat2:hover i {
    color: #0d2938 !important;
    transform: scale(1.1);
}

#cat3:hover i {
    color: #0d2938 !important;
    transform: scale(1.1);
}

#cat4:hover i {
    color: #0d2938 !important;
    transform: scale(1.1);
}

.contactinput::placeholder {
    color: white;
    font-weight: bold;
}

.contactinput:focus {
    outline: none;
}


/* ---------------------------------------------- */
/*** Bottom Social Media ***/
.fabs {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.action {
    background:#0d2938;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 5px 7px 0px gray;
    transition: background-color 0.4s ease-in-out;
}

.action i {
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    cursor: pointer;
}

.action:hover {
    background-color:#3abc73;
}

.buttom {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.buttom i {
    position: absolute;
    font-size: 18px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.btns {
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
    transition: 0.3s ease-in-out;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.btns.open {
    bottom: 50px;
}


/* ---------------------------------------------- */
/*** Bottom Social Media ***/
.btn-fb {
    width: 50px;
    position: fixed;
    z-index: 999;
    bottom: 120px;
    right: 50px;
    padding: 5px;
    transition: ease 0.3s;
    animation: fb 1.2s infinite;
}

.btn-in {
    width: 40px;
    position: fixed;
    z-index: 999;
    border-radius: 35% 35% 35%;
    bottom: 180px;
    right: 55px;
    padding: 5px;
    transition: ease 0.3s;
    animation: fb 1.2s infinite;
}

.btn-wsp {
    width: 55px;
    background-color: #14923e;
    border: #70f09b;
    position: fixed;
    z-index: 999;
    border-radius: 50% 50% 50%;
    bottom: 50px;
    right: 50px;
    padding: 5px;
    transition: ease 0.3s;
    animation: wsp 1.2s infinite;
}

.btn-wsp:hover {
    transform: scale(1.2);
    transition: 0.3s;
}
@keyframes wsp {
    0%{
        box-shadow: 0 0 0 0 rgb(5, 7, 1, 0.85);
    }    
    100%{
        box-shadow: 0 0 0 20px rgb(136, 201, 79, 0);
    }
}

