.carousel-item {
    transition: 2s;
}

.overlay {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
}

.overlay-1 {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
}

.page-title-bckg {
    background-image: url("/assets/img/about-company-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 580px;
}

.event-title-bckg {
    background-image: url("/assets/img/event-images/event-img-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 580px;
}

.hospitality-bckg {
    background-image: url("/assets/img/hospitality/home-1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    background-attachment: fixed;
    height: 580px;
}

#hospitality-packages {
    background-image: url("/assets/img/hospitality/home-2.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left top;
    background-attachment: fixed;
}

#coliving-section {
    background-image: url("/assets/img/coliving-1.webp");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top left;
    /* filter: brightness(0.6); */
    background-attachment: fixed;
    height: 450px;
    z-index: 0;
    color: rgb(255, 255, 255);
}

#invest-title {
    background-image: url("/assets/img/future-2.jpg");
    background-repeat: repeat-y;
    background-size: 100% 100%;
    padding: 12px;
    height: 450px;
    color: white;
}

input[type="text"],
input[type="email"] {
    font-size: 0.8rem;
    color: rgba(143, 140, 143, 0.6);
}

#registeration_call {
    width: 100px;
    height: 100px;
    top: 70%;
    right: 70px;
}
#registeration_call img {
    width: 130%;
    height: 130%;
    border-radius: 10px;
    filter: brightness(1);
    /* animation-name: bounce;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate; */
}

@keyframes bounce {
    from {
        translate: 0 0;
    }
    to {
        translate: 0 -20px;
    }
}

@keyframes translatex {
    from {
        translate: 0 0;
    }
    to {
        translate: -1200px 0px;
    }
}

@keyframes rotatez {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes rotatey {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

#registrationForm {
    height: 800px;
    background-image: url("assets/img/greenfields/greenfield-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

table {
    margin: 10px auto;
    border: 1px solid grey;
}

table th {
    padding: 10px;
    text-align: center;
    color: rgb(248, 246, 246);
    border: 1px solid grey;
}

table td {
    padding: 10px;
    color: black;
}

table tr:nth-child(2) {
    background-color: #f0eded;
}

.real-estate .card {
    width: 80%;
    min-height: 900px;
    margin: 0 auto;
}

.text-orange {
    color: #ffae00e7;
}

.text-ash {
    color: rgba(185, 185, 180, 0.867);
}

.line-ht-1 {
    line-height: 1px;
}

.line-ht-1-5 {
    line-height: 1.5px;
}

.line-ht-2 {
    line-height: 2px;
}

.line-ht-2-5 {
    line-height: 2.5px;
}

.line-ht-3 {
    line-height: 3px;
}
