

@font-face {
    font-family: Changa;
    src: url('./font/Changa-Regular.ttf');
}

@font-face {
    font-family: Changa-light;
    src: url('./font/Changa-Light.ttf');
}

@font-face {
    font-family: Changa-extralight;
    src: url('./font/Changa-ExtraLight.ttf');
}

html, body {
    height: 100%;
}

html {
    font-size: 20px;
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {    
    margin: 0 !important;
    padding: 0 !important;
    font-family: Changa-extralight;
    background-color: rgb(231, 231, 231);
}

footer {
    min-height: 250px;
    background-color: black;
    color: white;
}


footer .footer-logo {
   height: 100px;
}

.btn-outline {
    background-color: transparent;
    padding: 5px;
    border: white solid 1px;
    font-size: 1rem;
    color: white;
    text-decoration: none !important;
    transition: 175ms;
}

.btn-outline:hover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 175ms;
}

.navbar {
    padding-left: 100px;
    z-index: 100;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 275ms;
}

.navbar--dark {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100px;
    transition: 275ms;
}

.navbar .menu {
    margin-right: 125px;
    display: flex;
}

.navbar .menu-btn {
    height: 40%;
}

.navbar .menu .menu-item {
    border-right: white 1px solid;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .menu .menu-item-last {
    padding-left: 20px;
    padding-right: 20px;
}

.navbar .menu .menu-item a, .navbar .menu .menu-item-last a { 
    color: white;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
}

.navbar .menu .navbar-dropdown {
    position: relative;
    display: inline-block;
}

.navbar-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 170px;
    transform: translate(-50%, 20px);
}
  
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.bg-img-light {
    background-image: url("/src/image/bg_light.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.h-1x {
    height: 3rem;
}

.h-2x {
    height: 6rem;
}

.show {display:block !important;}

.social {
    display: flex;
    margin-left: 50px;
}

.social .brand {
    margin-left: 10px;
}

.social .brand img {
    height: 20px;
}

.navbar .logo {
    margin-left: 50px;
    height: 80%;
}

.main-section {
    height: 100%;
    width: 100%;
    display: flex;
    overflow: hidden;
    align-content: center;
}

.main-section .background-dark {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.main-section .box {
    position: absolute;
    bottom: 50%;
    transform: translate(-50%, 50%);
    text-shadow: black 0 2px;
    left: 50%;
    line-height: 4rem;
    color: white;
    font-size: 4rem;
    z-index: 5;
}

.main-section .box br { 
    margin-top: 0px;
}

.main-section .main-section-background-img {
    object-fit: cover;
    position: absolute;
    z-index: 0;
    object-position: top;
    height: 100%;
    width: 100%;
}

.banner {
    height: 100vh;
    position: relative;
    overflow: hidden;
    align-content: center;
}

.banner .banner-background-img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    object-position: top;
    height: 100%;
    width: 100%;
}

.banner .image-center {
    object-position: center;
}

.banner .banner-title {
    font-size: 4rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    color: white;
}

.banner .banner-title-2 {
    font-size: 4rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    color: white;
}

.banner .banner-title--gray {
    font-size: 5rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    color:gray
}

.banner .banner-background-dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.banner .banner-branch {
    font-size: 4rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    color: white;
}

.banner .banner-branch img{
    width: 25%;
}

.banner .banner-branch hr{
    width: 25%;
    height: 3px;
}



.banner .banner-dropdown {
    position: absolute;
    z-index: 1;
    bottom: 10%;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    cursor: pointer;
}

.carousel-item {
    overflow: hidden !important;
}

.whatsapp-btn {
    background-color: #212121;
    position: fixed;
    display: flex;
    z-index: 10;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 20px;
    bottom: 0;
    right: 0%;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: none;
    text-decoration: none;
    text-decoration-color: none;
    cursor: pointer
}
.whatsapp-btn a {
    text-align: center;
    color: white;
    margin: 0;
    padding: 0;
    font-size: 2.3rem
}
.whatsapp-btn a > img {
    padding: 0;
    margin: 0;
    width: 50%;
}

.project {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: relative;
    cursor: pointer;
}

.project .project-img {
     position: absolute;
     object-fit: cover;
     height: 100%;
     width: 100%;
     transition: 750ms;
}

.project .project-img:hover {
    transform: scale(1.05);
    transition: 750ms;
}

.project .project-title {
    position: absolute;
    color: white;
    left: 5%;
    bottom: 5%;
    font-weight: bold;
    z-index: 2;
}

.cover-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    pointer-events: none;
}

.swiper {
    width: 100%;
    height: 60vh;
  }

.swiper-slide {
   overflow: hidden;
   position: relative;
}

.img-fill {
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
}

.amenity {
    width: 100px;
    margin-bottom: 10px;
}

.no-select {
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 1200px) {
    html {
      font-size: 14px;
    }
}

@media only screen and (max-width: 1050px) {
    html {
      font-size: 16px;
    }

    .navbar .logo {
        margin-left: 0px;
        height: 80%;
    }

    .navbar {
        height: 70px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .banner .banner-title {
        text-align: center;
        font-size: 3rem;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }


    .banner .banner-branch {
        text-align: center;
        font-size: 3rem;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    .banner .banner-branch img{
        width: 90%;
    }
    
    .banner .banner-branch hr{
        width: 100%;
        height: 3px;
    }

    .main-section .box {
    
        font-size: 3rem;

    }
    
}
