body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

a{
    color: white!important;
}

        .cookie-popup {
            position: fixed;
            top: 50%;
            width: 30%;
            background-color: #f8f8f8;
            padding: 20px;
            text-align: center;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            background-color: #050E2B;
            z-index: 1000;
            color: white;
            left: 50%;
            transform: translate(-50%, -50%);
            border-radius: 10px;
        }

        @media (max-width: 1000px) {
            .cookie-popup {
                width: 60%!important;
            }
        }
        
        @media (max-width: 500px) {
            .cookie-popup {
                width: 80%!important;
            }
        }

        .cookie-popup p {
            margin: 0;
            font-size: 1rem;
        }

        .cookie-popup .button-1 {
            background-color: #ffffff;
            color: #050E2B;
            border: none;
            padding: 0.625rem 1.25rem;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 1.2rem;
            cursor: pointer;
            border-radius: 10px;
        }

        .cookie-popup .button-2 {
            background-color: #050E2B;
            border: 1px solid #ffffff;
            padding: 0.625rem 1.25rem;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 1.2rem;
            cursor: pointer;
            border-radius: 10px;
        }

        .cookie-container{
            padding: 10px;
            border: 3px solid white;
            border-radius: 10px;
        }

.little-footer-logo {
    display: none;
}

.little-map {
    display: none;
    margin-bottom: 80px;
}

.little-contact {
    display: none;
}

/* .mobile-menu-icon {
    display: none;
}

.hamburger-menu {
    display: none;
}

.mobile-menu-icon:hover {
    cursor: pointer;
}

.mobile-menu a{
    display: none;
}

@media (min-width: 1000px) {

     */

@media (max-width:1400px){
    .facilities-right{
        margin-left: 0!important;
    }
}

@media (min-width:1700px){
    .facilities-right{
        margin-left: 0!important;
    }
}

@media (min-width: 1000px) {
    .mobile-menu-icon {
        display: none;
    }

    .hamburger-menu {
        display: none;
    }

    .mobile-menu a {
        display: none;
    }
}

@media (max-width:1000px){

    .footer .nav-links{
        display: flex!important;
    flex-direction: column;
    flex-wrap: wrap;
    font-weight: lighter;
    font-size: 16px;
    }

    .little-footer-logo{
        display: block!important;
        height: 33px!important;
        width: 91px!important;
        margin-bottom: 15px!important;
    }

    #footer-links{
        align-items: normal!important;
    }

    .footer-text{
        text-align: center!important;
        align-self: baseline!important;
    }

    .big-footer-logo{
        display: none!important;
    }

    .footer{
        flex-direction: column!important;
        padding-left: 15px!important;
        padding-top: 100px!important;
    }

    .footer a{
        display: block!important;
        margin: 10px 0;
    }

    .little-contact {
        display: flex;
        flex-direction: column;
        padding: 30px 5%;
        border-radius: 10px;
    }

    .despre-noi-title{
        margin:0;
    }

   .localizare{
       background-color: #050E2B;
       color: white!important;
       width: 100%!important;
       border-radius: 30px 30px 0 0!important;
    }


    .little-contact > * {
        margin: 0;
    }

    .topper{
        background: linear-gradient(#050E2B, transparent ),url("../images/background-1.jpg") no-repeat center center/cover!important; 
    }

    .localizare{
        margin-top: 30px!important;
    }

.topper-mid{
    width: 97%!important;
    left: 10px!important;
}

    .topper-mid-title{
        font-size: 32px!important;
        line-height: 40px!important
    }

    .nav-links{
        display: none!important;
    }
    .nav-icons{
        display: none;
    }

    .stadiu-button-div{
        display: none;
    }

    .apartments-div {
        flex-direction: column!important;
        margin-top: 50px!important;
        margin-bottom: 20px!important;
    }

    .apartment-top{
        margin: auto;
        margin-bottom: 30px;
        width: 110%!important;
        height: auto!important;
    }

    .apartment-image-top{
        width: 90%!important;
        margin:0 auto;
    }

    .facilities{
        display: none!important;
    }

    .despre-noi-right{
        display: none!important;
    }

    .contact{
        display: none!important;
    }

    .despre-noi{
        background-color: white!important;
    }

    .despre-noi-left{
        width: 100%!important;
        padding: 15px!important;
        background-color: white!important;
    }

    .despre-noi-paragraph{
        font-size: 18px!important;  
    }

    .despre-noi-lists{
        display: none!important;
    }

    .topper-mid-paragraph{
        color: #c6c3c3!important;
    }

    .topper-mid-button{
        display: none!important;
    }

    .map{
        display: none!important;
    }

    .little-map{
        display: block!important;
    }   
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    left: 0 !important;
}

.menu__btn {
    position: absolute;
    top: 55px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    z-index: 1;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #050E2B;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}


.topper {
    background-image: url("../images/background-1_1920x1137.jpg") ;
    width: 100%;
    height: 700px;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}

a {
    color: white;
    text-decoration: none;
}

.navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 5%;
    flex-direction: row;
}

.nav-links {
    display: flex;
    justify-content: space-evenly;
    width: calc(50% - 100px);
}

.stadiu-button {
    color: #050E2B!important;
    background-color: white!important;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.topper-mid {
    position: relative;
    top: 11%;
    left: 100px;
    width: 450px;
    height: 350px;
}

.topper-mid-title {
    font-size: 43px;
    font-weight: 700;
    line-height: 62px;
    margin-bottom: 20px;
}

.topper-mid-paragraph {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 35px;
    font-weight: 400;
    width: 85%;
    letter-spacing: 0.2px;
}

.topper-mid-button {
    color: #050E2B!important;
    background-color: white;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.apartments-div {
    width: 70%;
    margin: 150px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.apartment-top {
    height: 580px;
    width: 450px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 20px 0 rgba(70, 149, 183, 0.6);
}

.apartment-image-top {
    width: 100%;
    overflow: hidden;
}

.apartment-title-top {
    text-align: center;
    color: #050E2B;
    font-size: 26px;
    font-weight: 700;
    line-height: 62.4px;
}

.apartment-info-top {
    color: #768590;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 1%;
    text-align: center;
    padding: 0 40px;
}

.apartment-arrow-top {
    margin: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.facilities {
    margin-left: 7%;
    display: flex;
    flex-direction: row;

}

.facilities-left {
    display: flex;
    flex-direction: column;
    width: 40%;
}

.facilities-left-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    margin-bottom: 15px;
    color: #050E2B;
}

.facilities-left-paragraph {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1%;
    width: 77%;
    color: #768590;
    margin-bottom: 30px;
}

.facilities-left-button {
    background-color: #050E2B;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.facilities-right {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -5%;
}

.moving-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    overflow: hidden;
    justify-content: space-between;
}

@keyframes moveRight {
    0% {
        transform: translateX(-70%);
    }

    100% {
        transform: translateX(0%);
    }
}

.moving-row-1, .moving-row-2 {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    animation: moveRight 40s linear infinite;
}

.moving-button {
    background-color: #5ea5f158;
    padding: 7px 32px 7px 24px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    margin-left: 30px;
    letter-spacing: 1%;
    display: inline-flex;
    align-items: center;
    width: max-content;
    text-wrap: nowrap;
    position: relative;
}

.moving-button-paragraph {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1%;
    margin-left: 7px;
}

.sounds-good {
    height: 550px;
    width: 326px;
    color: white;
    background-image: url("../images/sounds-good-image.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 25px;
}

.sounds-good-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36.4px;
    font-family: 'Roboto', sans-serif;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sounds-good-paragraph {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1%;
}

.sounds-good-button-div {
    position: relative;
    top: 56%;
}

.sounds-good-button {
    padding: 10px 32px 10px 32px;
    border-radius: 100px;
    border: 1px solid white;
    position: relative;
    bottom: 0;
}

.rudder-img {
    margin: auto;
    display: block;
    margin-top: 150px;
    margin-bottom: 0;
}

.other-info-title {
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46.8px;
    margin-bottom: 40px;
    text-align: center;
    color: #050E2B;
}

.other-info-carousel {
    margin-bottom: 100px;
    padding-left: 60px;
    padding-right: 80px;
    display: flex;
    flex-direction: row;
}

.other-info-carousel-button {
    background-color: white;
    border-color: white;
    border-style: none;
}

.carousel-items {
    justify-content: space-between;
    width: 85%;
    margin: auto;
    margin-right: 0;
}

.carousel-item {
    width: 300px;
}


.carousel-item-paragraph {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1%;
    color: #49B4F0;
    margin-bottom: 30px;
    border-bottom: 1px solid #49B4F0;
    display: inline-block;
    margin-bottom: 0;
}

.carousel-item-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: 1%;
    color: #050E2B;
    margin-top: 15px;
}

.carousel-item-paragraph-2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1%;
    color: #768590;
    margin-bottom: 30px;
    margin-top: 15px;
    width: 75%;
}

.carousel-item-button-div {
    color: #050E2B;
    background-color: white;
    padding: 8px 16px 8px 16px;
    border-radius: 100px;
    border: 1px solid #050E2B;
    display: inline-block;
}

.carousel-item-button {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1%;
    color: #050E2B;
}

.despre-noi {
    display: flex;
    flex-direction: row;

}

.despre-noi-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 30px;
    margin: auto;
    background-color: #E2F4FE;
    color: #050E2B;
    padding-bottom: 50px;
    flex: 1;
}

.despre-noi-title {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 46.8px;
    margin-bottom: 40px;
    color: #050E2B;
}

.despre-noi-right {
    width: 50%;
    background: url("../images/exterior-1.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    flex: 1;
}

.localizare {
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 75px;
    width: 80%;
}

.map {
    margin: auto;
}


.contact {
    background-color: #96B9CD;
    margin: 100px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 0px;
    overflow-y: visible;
    height: 370px;
    margin-top: 150px;

}

.contact-left-img {
    height: 442px;
    width: 424px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    bottom: 71px;
}

.contact-right {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: auto;
    padding: 0 0px;
}

.contact-title {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 41.6px;
    margin-bottom: 15px;
    color: white;
    width: 115%;
}

.contact-paragraph {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1;
    color: white;
    margin-bottom: 30px;
    width: 60%;
}

.contact-button-div {
    color: #A6B5BF;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
}

.contact-input {
    border: none;
    border-radius: 100px;
    padding: 8px 40px 8px 30px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.contact-input:focus {
    outline: none;
}

.contact-button {
    background-color: #050E2B;
    padding: 10px;
    border-radius: 10px;
    margin-right: -5px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 60px;
    background-color: #050E2B;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer-links {
    justify-content: space-between;
    align-items: center;
}

.footer-text {
    color: #FFFFFF99;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    align-items: center;
    text-align: center;
    display: flex;
}