@media only screen and (min-width: 1536px) 
       {
         
         .hero-title {
    font-family: 'Bodoni 72', serif;
    font-size: 6rem;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 2rem;
}
         
         .nav-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: white;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
         .btn {
    display: flex
;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 3px 8px;
    font-size: 15px !important;
    /* line-height: 1.5; */
    border-radius: 20px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    align-items: center;
}
         .logo {
    width: 160px;
    height: 77px;
    object-fit: contain;
}
         .nav {
/*     background: black; */
    border-radius: 100px;
    padding: 0 3rem;
    height: 31px;
}
         .contact-form-container {
    position: absolute;
    bottom: 0;
    left: 250px;
    right: 250px;
    background: url(./rectangle-14.svg);
    background-size: cover;
    padding: 21px;
    transition: all 0.3s ease;
    z-index: 999;
}
.location-label {
    font-family: 'Bodoni 72', serif;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 19px;
    /* transform: translateX(-50%); */
    padding-right: 33px;
}
    .container {
        max-width: 1350px !important;
    }
    .contact-form-container.sticky-form {
    position: fixed;
    /* top: 80px; */
    left: 50%;
    transform: translateX(-50%);
    width: 73%;
    /* max-width: 1200px; */
    /* background: rgba(0, 0, 0, 0.9); */
    /* border-radius: 10px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s ease;
}   

.slider-container {
    width: 100%;
    /* max-width: 1400px; */
    height:100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /*height: 62vw;*/
    /*max-height: 950px;*/
    /*min-height: 200px;*/
}
         
}