@font-face {
    font-family: FuturaMedium;
    src: url(futuram.ttf);
}

@font-face {
    font-family: FuturaNormal;
    src: url(futuran.ttf);
}

@font-face {
    font-family: FuturaLight;
    src: url(futural.ttf);
}

@font-face {
    font-family: FuturaBold;
    src: url(futurab.ttf);
}

body nav {
    font-family: FuturaNormal;
}

/* Download button styling */
.download-btn {
    transition: all 0.3s ease;
}

.download-icon {
    filter: brightness(0) saturate(100%) invert(100%);
    transition: filter 0.3s ease;
}

.download-btn:hover .download-icon,
.navbar-scrolled .download-icon {
    filter: brightness(0) saturate(100%) invert(0%);
}

.navbar-scrolled .download-btn {
    color: #1c1c1c !important;
    border-color: #1c1c1c !important;
}

/* Success popup styling */
.success-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.success-popup {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    animation: popupAppear 0.3s ease-out;
}

.success-popup-content {
    padding: 30px;
    text-align: center;
}

.success-popup h4 {
    color: #B68860;
    font-family: 'FuturaBold', sans-serif;
    margin-bottom: 20px;
}

.success-popup p {
    color: #1c1c1c;
    font-family: 'FuturaNormal', sans-serif;
    margin-bottom: 25px;
    line-height: 1.5;
}

@keyframes popupAppear {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

body {
    background-color: #ffffff;
    font-family: "FuturaNormal", sans-serif;
}

body,
html {
    overflow-x: hidden !important;
}

body h1 {
    font-family: FuturaNormal;
}

body h2 {
    font-family: FuturaBold;
}

footer {
    position: relative;
    padding: 2%;
    background-color: #1c1c1c;
    z-index: 1;
}

footer h3 {
    color: #eae7e2;
    font-size: 16px !important;
}

#footer-logo {
    width: 150px;
}

.card_footer_social {
    width: fit-content;
    height: fit-content;
    background-color: rgb(238, 238, 238);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 25px;
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

.img-fluid {
    width: 100vw;
}

/* for all social containers*/
.socialContainer {
    width: 52px;
    height: 52px;
    background-color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition-duration: .3s;
}

/* instagram*/
.containerOne:hover {
    background-color: #d62976;
    transition-duration: .3s;
}

option {
    color: white;
}

/* Facebook*/
.containerFour:hover {

    background-color: #006aff;
    transition-duration: .3s;
}

.socialContainer:active {
    transform: scale(0.9);
    transition-duration: .3s;
}

.socialSvg {
    width: 17px;
}

.socialSvg path {
    fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
    animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



.blurb h2 {
    color: #B68860;
    font-size: 3rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.blurb h1 {
    color: #B68860;
    font-size: 4rem;
}

.blurb h3 {
    color: #eae7e2;
    font-weight: 500;
    font-size: 1.5rem;
}

.blurb p {
    color: #000000ad;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2;
}

.logo-img {
    width:5rem;
}

#mainNavbar {
    font-size: 1.5rem;
    font-weight: 300;
    background: #B68860;
}


#mainNavbar .nav-link {
    color: #ffffffe4;
    position: relative;

}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    /* Adjust as needed */
    width: 0;
    height: 1px;
    /* Adjust as needed */
    background-color: #ffffffe4;
    /* Adjust color as needed */
    transition: width 0.3s ease-in-out;
    /* Smooth transition effect */
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-scrolled {
    background-color: white !important;
    transition: background 400ms;
}

.navbar-scrolled .nav-link {
    color: #1c1c1c !important;
    font-family: 'FuturaNormal';
}
.logo-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    max-width: 35vw;
    height: 100%;
}

/* For mobile devices */
@media (max-width: 768px) {
    .logo-overlay {
        max-width: 60vw;
        height: 100vh;
    }
}
.navbar-scrolled .burger span {
    background-color: #B68860;
}

.scrolled .navbar-nav .nav-link::after {
    background-color: #1c1c1c;
    /* Change to desired color */
}


@media(max-width: 2800px) {
    #headingGroup h1 {
        font-weight: 100;
        font-size: 2.7rem;
    }
}

.img-container {
    height: 100vh;
    width: 100vw;
    background-image: url('imgs/enhanced-image (1).png');
    background-size: cover;
    background-attachment: fixed;
}

.img-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.65);
            z-index: 1;
            height: 100vh;
        }

.map-section {
    width: 100%;
    height: 50vh;
    overflow: hidden;
    position: relative;
 }
        
#map {
    height: 100%;
    width: 100%;
    position: absolute;
}

.grayscale-tiles {
            filter: grayscale(100%) contrast(120%) brightness(110%);
        }

       .custom-pin {
            width: 24px;
            height: 24px;
            background: #3b82f6;
            border-radius: 50%;
            border: 3px solid white;
            box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
            position: relative;
        }
        
        .custom-pin::after {
            content: '';
            position: absolute;
            width: 8px;
            height: 8px;
            background: white;
            border-radius: 50%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        /* Pin label always visible */
        .pin-label {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
            background: #b68860;
            backdrop-filter: blur(10px);
            padding: 8px 12px;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            color: #ffffffe4;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            white-space: nowrap;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .pin-label::after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #b68860;
        }

.img-container-header {
    padding-top: 93px;
    /* Adjust this value based on the height of your navbar */
    height: 68vh;
    /* Subtract the height of the navbar from the container height */
    background-size: contain;
    background-attachment: fixed;
    background-repeat: no-repeat;

}

#home {
    position: relative;
    z-index: 1;
    margin-top: 90px;
    /* Ensure content appears above the image */
}

.border-warning:nth-child(1) {
    border-color: #B68860 !important;
}

.border-warning:nth-child(2) {
    border-color: #B68860 !important;
}

.btn-outline-warning:nth-child(1) {
    outline: #cbb57b85;
}

.btn-outline-warning:nth-child(2) {
    outline-color: #cbb57b85;
}

.btn-outline-warning:nth-child(3) {
    button-color: #cbb57b85;
}

/* Additional styles for text inside the overlay */
.overlay p {
    margin: 0;
    font-size: 2rem;
}


#lux {
    max-width: 1250px;
    position: relative;
    /* Add position relative to enable z-index */
    z-index: 2;
}

#carouselImages {
    position: relative;
    z-index: 2;
}

.imgSquare {
    width: 100%;
}


.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0%;
    padding-right: 0%;
}

.carouselPadding {
    max-width: 1250px;
    padding-top: 0% !important;
    margin: 0 auto;

}

#mainImg {
    width: 100%;
    height: auto;
    transform: translateZ(0);
}

.icon {
    width: 2rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

html {
    scroll-behavior: smooth;
}

.custom-label {
    background-color: #ff0000;
    padding: 5px;
    border-radius: 5px;
    color: #ffffff;
}

.col-lg,
.col-md-6,
.col-lg-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.slider-container {

    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider_p {
    opacity: 50%;
}

.parent {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.child {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider {
    width: 100%;
}


.inpage {
    padding: 50px 0px 50px 0px;
    /* display: flex; */
    background-color: #ffffff;
}

.inpage p {
    color: #1c1c1c;
}

.back {
    background-color: #eae7e2;
}


.circle {
    display: inline-block;
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    background: #1c1c1c;
    box-shadow: 14px 14px 42px rgba(0, 0, 0, .6), -14px -14px 42px hsla(25, 26%, 70%, .1125);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    margin-top: 15%;

}

.circle img {
    max-width: 10rem;
    object-fit: cover;
    padding: 25%;
}

.btn-dark {
    font-size: x-large;
    width: 50px;
    height: auto;
    border-radius: 50%;

}

.navbar-dark .navbar-toggler-icon {
    filter: invert(100%);
}

#amenities .card-body {
    width: 10rem;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    background-color: #222222;
    color: #e8e8e8;
    border-radius: 0.5em;
}


/* Custom Slider */

input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 500px;
    background-color: transparent;

    &:focus {
        outline-color: #f8b195;
    }
}

input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    appearance: none;
    height: 3px;
    background: rgb(134, 134, 134);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    border: 0.3rem solid #cbb57b;
    border-radius: 50%;
    height: 1.7rem;
    width: 1.7rem;
    position: relative;
    bottom: 13px;
    background-size: 50%;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

#contactForm {
    background-image: url('imgs/map.png');
    background-size: cover;
    /* Adjust as needed */
    background-position: center;
    position: relative;
    z-index: 2;
}

#contactForm h2 {
    color: #eae7e2;
}

#contactForm p {
    color: #eae7e2c4;
}

.formCard {
    /* background-color:#ffffff ; */
    height: auto;
    margin: 0 30px;
    padding: 1rem;
    /* border: none; */
    border-radius: 0;
    position: relative;
    transform: scale(1.1);
    z-index: 2;
    background-color: #B68860;
    /* Semi-transparent white */
    backdrop-filter: blur(1.5px);
    /* Apply blur effect */
}

.form-control {
    background-color: rgba(255, 255, 255, 0) !important;
    color: #c5c5c5;
    border-radius: 0%;
}

.form-select {
    background-color: #B68860;
    fill: white;
    border-radius: 0%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23c5c5c5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    color: #c5c5c5;

}

.form-control:focus {
    color: #c5c5c5 !important;
}


::-webkit-input-placeholder {
    color: #c5c5c5 !important;
}

.formCard label {
    padding-left: 10px;
    color: #ffffff;
}



.buttonsRound {
    padding: 0 1.5rem;
}

.img-full {
    display: block;
}

.img-mobile {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .buttonsRound {
        padding: 0px;
        transform: scale(0.8);
    }

    .blurb h1 {
        font-size: 3rem;
    }

    .img-container {
        height: 100vh;
        background-image: url('imgs/enhanced-image-iphone-crop.png');
        background-size: cover;
        background-attachment: scroll;
    }

    footer {
        padding: 15% 5%;
    }

    .blurb h2 {
        font-size: 2.5rem;
    }

    #home {
        /* Adjust image size for mobile */
        max-width: 100%;
        height: auto;
    }

    .img-full {
        display: none;
    }

    .img-mobile {
        display: block;
    }
}

#apartmentImage,
#apartmentDescription {
    transition: opacity 0.5s ease-in-out;
}

.wrapper{
    height: 100vh;
}
.img-full,
.img-mobile{
    width: 100%;
    height: auto;
}

footer ul,
#partners ul {
    list-style-type: none;
    padding: 0%;
    margin: 0%;
}

#partners {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

#partners h2 {
    padding-top: 5rem;
    padding-bottom: 0%;
    color: #B68860;
    margin: 0;
    font-size: 2.2rem;
}

.tag-list {
    margin: 0;
    padding-inline: 0;
    list-style: none;
}

.tag-list li {
    padding: 1rem;
    background: black;
    border-radius: 0.5rem;
    color: white;
}


.scroller {
    max-width: 70%;
}

.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.scroller[data-animated="true"] {
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg,
            transparent,
            white 20%,
            white 80%,
            transparent);
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}


.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

.partner-logo {
    width: 15rem;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.partners-list {
    padding-bottom: 3rem;
}

.partners-logo-wrapper ul.partners-list li {
    display: flex;
    align-items: center;
}

.partners-logo-wrapper img {
    filter: grayscale(100%) brightness(100%);
    transition: filter 0.2s ease-in-out;
}

.partners-logo-wrapper img:hover {
    filter: none;
}

.card {
    border: none;
    transition: transform 0.3s;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0 !important;
    overflow: hidden;
    background-color: #f3f3f3ab;
}

.card:hover {
    transform: scale(1.05);
}

#cards .card-body {
    width: auto;
}

.card h1 {
    font-size: 6rem;
}

#cards {
    position: relative;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    z-index: 2;
}

#cards .col-md-4 {
    width: 25rem;
}

.button-submit {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #18181a;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 18px 18px 17px;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-submit span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 10;
}

.button-submit span:last-child {
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(0.48, 0, 0.12, 1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    height: 14px;
    line-height: 13px;
}

.button-submit:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(0.48, 0, 0.12, 1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50;
}

.button-submit:focus:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2);
}

.button-submit:focus span:last-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 900ms cubic-bezier(0.48, 0, 0.12, 1);
}

input[type=text]:focus {
    outline: 2px solid orange;
}


.button-offer {
    position: relative;
    overflow: hidden;
    border: 1px solid #18181a;
    color: #4c4c4c;
    display: inline-block;
    font-size: 24px;
    line-height: 20px;
    padding: 18px;
    background: white;
    transition: background-color 0.3s, color 0.3s;
}

.button-offer:hover {
    background-color: #B68860;
    color: #e8e8e8;
}

.ag-courses-item_bg {
    height: 150px;
    width: 150px;
    background-color: #B68860;

    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;

    border-radius: 50%;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.cardContent {
    z-index: 2;
    position: relative;
}

#cards a:hover .ag-courses-item_bg {
    -webkit-transform: scale(11);
    -ms-transform: scale(11);
    transform: scale(11);
}

#cards a:hover p,
#cards a:hover h1,
#cards a:hover h2 {
    color: #ffffffd9;
}

input:focus {
    color: red;
    outline: 2px solid orange;
}

#apHeader img {
    width: 100%;
}

#apHeader h3 {
    color: #1313137e;
    padding-top: 2rem;
}


.apText p {
    color: #a3a3a3;
}

#apartmentsList .card {
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s, backdrop-filter 0.3s;
}

#apartmentsList .card:hover {
    transform: scale(1.06);
    backdrop-filter: blur(30px);
}

#apartmentsList p {
    color: #000000ad;
}

#apartmentsList h2 {
    font-size: 4rem;
}

#apartmentsList {
    position: relative;
    z-index: 1;
}

.text-title {
    font-size: 2.2rem;
    font-weight: 500;
    font-family: FuturaLight;
    align-items: center;
    color: #eae7e2;
    text-align: center;
}

.text-body-amenities {
    font-size: 1rem;
    line-height: 130%;
    text-align: center;
    color: #a3a3a3;
}


/* Hover states */
.amenitiesCard:hover .card-description {
    transform: translateY(100%);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.burger {
    position: relative;
    width: 40px;
    height: 30px;
    background: transparent;
    cursor: pointer;
    display: block;
}

.burger input {
    display: none;
}

.burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ffffffe4;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
    top: 0px;
    transform-origin: left center;
}

.burger span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
}

.burger span:nth-of-type(3) {
    top: 100%;
    transform-origin: left center;
    transform: translateY(-100%);
}

.burger input:checked~span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 0px;
    left: 5px;
}

.burger input:checked~span:nth-of-type(2) {
    width: 0%;
    opacity: 0;
}

.burger input:checked~span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 28px;
    left: 5px;
}

.termsLink {
    color: #6e482b;
    text-decoration: none;
}

#terms {
    margin-top: 120px;
}

#terms h1,
#terms h3 {
    font-family: futuraNormal;

}

#terms p {
    line-height: 2;
}

.termWidth {
    max-width: 1250px;
}

@media screen and (min-width: 949px) {

    #hide-desktop {
        display: none;
        pointer-events: none;
    }
}

@media screen and (max-width: 949px) {
    #hide-mobile {
        display: none;
        pointer-events: none;
    }
}

@media screen and (max-width: 380px) {
    #apartmentsList h2 {
        font-size: 3rem;
    }
}

/* Define the initial state of the columns */
.left {
    opacity: 0;
    /* Hide the columns initially */
    transform: translateX(-300px);
    /* Move the columns to the left */
    transition: opacity 0.5s ease, transform 1s ease;
    /* Smooth transition */
}

/* Define the animation when the columns come into view */
.left.active {
    opacity: 1;
    /* Make the columns visible */
    transform: translateX(0);
    /* Move the columns to their original position */
}

.right {
    opacity: 0;
    /* Hide the columns initially */
    transform: translateX(300px);
    /* Move the columns to the left */
    transition: opacity 0.5s ease, transform 1s ease;
    /* Smooth transition */
}

/* Define the animation when the columns come into view */
.right.active {
    opacity: 1;
    /* Make the columns visible */
    transform: translateX(0);
    /* Move the columns to their original position */
}

.center {
    opacity: 0;
    /* Hide the columns initially */
    transition: opacity 1s;
}

/* Define the animation when the columns come into view */
.center.active {
    opacity: 1;
    /* Make the columns visible */
}