.header-oceana {
    background: none !important;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.black-layout{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 50%) 0%, rgba(0,212,255,0) 70%);
    display: none;
    z-index: 2;
}
.sliderHero{
    display: none;
}
.videoBackground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 60px;
}
.topHeaderPhone {
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
    height: 60px;
}
.logoHeader {
    width: 100%;
    padding-left: 6%;
}
.mobileMenuBtn {
    max-width: 80px;
}
.mobileMenu {
    background-color: #4B5257 !important;
}
.header-navigation--header-default .header-navigation__nav nav>ul>li>a {
    color: #fff !important;
}
.mobileMenuBtn nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}
#hamburger-menu > img {
    width: 20px;
    margin-bottom: 4px;
    z-index: 2;
    position: relative;
}
.closeOption{
    filter: invert(1);
}
.topHeaderDesktop {
    background-color: #4B5257;
    position: relative;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerList{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Fakt Pro';
    font-size: 15px;
    font-weight: 350;
    line-height: 18px;
    gap: 53px;
}
.logoDesktop {
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    margin: 0 13%;
}
.logoImgDesktop {
    width: 261.29px;
    height: 40px;
    display: flex;
    align-items: center;
}
.menuDesktop {
    min-width: 220px;
    order: 4;
}
.menuDesktop ul li:first-child {
    margin-left: 0;
}
.menuDesktop ul li:last-child {
    margin-right: 0;
}
.headerLink {
    font-size: 15px;
    line-height: 12px;
    color: #ffffff;
    font-weight: 350;
}
.headerLink:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.addressHeader {
    display: none;
    order: 2;
    margin-top: 7px;
}
.contactBtn {
    padding-top: 3px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 109px;
    border: none;
    background-color: #9A6545;
    transition: all 0.6s ease 0s;
    color: white;
    border-radius: 0px;
    font-family: 'Fakt Pro';
    font-size: 15px;
    font-weight: 350;
    letter-spacing: 0px;
}
.contactBtn:hover {
    color: white;
}
.addressHeader p {
    color: #fff;
    font-family: 'Fakt Pro';
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
}
.imgLogo, .menuLogo{
    width: 330px;
}
.firstLiMobile {
    height: 60px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.header-navigation__nav nav ul li:last-child{
    padding-bottom: 10px !important;
}
.firstLiMobile:hover {
    background-color: inherit;
}
.logoOceanaMobile {
    height: 65px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    width: auto !important;
}
.header-title {
    height: auto;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 11.5rem;
}
.liveEnjoyContent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    width: 30%;
}
.titleSlider {
    width: 450px;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #fff;
    font-family: 'Fakt Pro';
    font-size: 80px;
    font-weight: 350;
    text-transform: none;
    font-style: normal;
    line-height: 80px;
}
.units-button{
    width: 180px;
}
.units-button:hover {
    color: inherit;
}
.headerMoreButton {
    margin-top: 2rem;
    padding: 10px 12px;
    height: 42px;
    color: #fff;
    background-color: #4B5257;
    border: 1px solid #4B5257;
    transition: 0.5s;
    font-family: 'Fakt Pro';
    font-size: 18px;
    font-weight: 350;
    line-height: 22px;
}
.headerMoreButton:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.logosDivInner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}
.logosDiv {
    padding: 1rem 7%;
    margin: -50px auto 0;
    position: relative;
}
.logosDiv p,
.logosDiv h2 {
    margin: 0;
}
.logosDiv h2 {
    font-family: 'Fakt Pro';
    font-weight: 900;
    font-size: 28px;
    line-height: 36px;
}
.logosDiv p {
    font-family: 'Fakt Pro';
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.whiteLine {
    background-color: #fff;
    height: 55px;
    width: 1px;
}

.headerSticky {
    display: none;
    height: 80px;
}
.fixed {
    background-color: rgba(255, 255, 255, 0.64);
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    padding: 0 5%;
    z-index: 10;
    transition: top 0.3s;
}
.menuDesktopSticky {
    min-width: 220px;
    width: 30%;
    font-family: 'Fakt Pro', sans-serif;
}
.menuStickyUl {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.stickyHeaderLink {
    font-size: 15px;
    line-height: 12px;
    color: #000;
}
.stickyHeaderLink1:hover,
.stickyHeaderLink2:hover,
.stickyHeaderLink3:hover {
    border-bottom: 1px solid #000;
    color: #000;
    padding: 5px 0;
}
.stickyLiUnderlined {
    border-bottom: 1px solid #000;
    padding: 5px 0;
}
.subtitleHeader{
    width: 70%;
    color: #FFFFFF;
    font-family: 'Fakt Pro';
    font-size: 35px;
    font-weight: 350;
    line-height: 40px;
    letter-spacing: 0px;
}

@media only screen and (max-width: 1148px) {
    .menuDesktop ul li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 900px) {
    .logosDivInner {
        max-width: 500px;
        margin: 0 auto;
    }
    .titleSlider{
        font-size: 41px;
        line-height: 50px;
        width: 230px;
    }
    .subtitleHeader{
        font-size: 25px;
    }
}

@media only screen and (max-width: 1200px) {
    .imgLogo{
        position: absolute;
        top: 10px;
    }
}
    

@media only screen and (max-width: 750px) {
    .logosDiv {
        width: 100%;
        padding: 1rem 30px;
        height: 100px;
    }
    .menuDesktop ul li {
        margin: 0 5px;
    }
}

@media only screen and (max-width: 390px) {
    .logosDiv {
        padding: 1rem 15px;
    }
    .logosDiv h2 {
        font-size: 23px;
    }
    .logosDiv p {
        font-size: 10px;
    }
    .titleSlider{
        width: 218px;
        font-size: 40px;
        font-weight: 350;
        line-height: 40px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1350px) {
    .headerList {
        gap: 20px;
    }
}

@media (max-width: 760px) and (min-width: 480px) {
    .menuDesktop ul li {
        margin: 0 7px;
    }
}

@media (min-width: 480px) {

    .topHeaderPhone {
        background-color: #4B5257;
    }
}

@media only screen and (max-width: 479px) {
    .sliderHero, .black-layout{
        display: block;
    }
    .heroImage {
        height: 100%;
    }
    .titleSlider{
        margin-bottom: 10px;
    }
    .videoBackground {
        display: none;
    }
    .header-title {
        left: 30px;
    }
    .subtitleHeader{
        color: #FFFFFF;
        font-family: 'Fakt Pro';
        width: 100%;
        font-size: 22px;
        font-weight: 350;
        line-height: 26px;
        letter-spacing: 0px;
    }
    .liveEnjoyContent{
        justify-content: flex-end;
        height: 100%;
        width: 80%;
        left: 25px;
        margin-bottom: 0;
    }
    .imgLogo, .menuLogo{
        width: 265px;
        margin-top: 10px;
    }
    .topHeaderPhone{
        position: absolute;
        top: 0;
        width: 100%;
    }
    .headerBackground{
        height: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .mobileMenu {
        display: none !important;
    }
}

@media only screen and (max-width: 1200px) {
    .topHeaderDesktop {
        display: none !important;
    }

    .topHeaderPhone {
        display: flex !important;
        justify-content: space-between;
        height: 550px;
    }

    .mobileMenu {
        padding-top: 15px !important;
        padding-right: 0px !important;
        z-index: 1 !important;
        top: 0 !important;
        position: absolute !important;
    }
    .header-navigation {
        justify-content: space-between !important;
    }

    .header-navigation__nav.position-static nav ul {
        flex-direction: column;
    }

}

@media only screen and (min-width: 900px) {
    .headerBackground {
        height: 750px;
        position: relative;
    }

    .subtitleHeader{
        width: 75%;
    }
    .fixed {
        display: flex;
    }
    .logosDiv {
        padding: 2.3rem 80px;
        position: relative;
        display: flex;
        align-items: center;
    }
    .logosDiv h2 {
        font-size: 76px;
        line-height: 65px;
    }
    .logosDiv p {
        font-family: 'Fakt Pro';
        font-weight: 400;
        font-size: 20px;
        line-height: 40px;
    }
    .whiteLine {
        height: 100px;
    }
}

@media only screen and (min-width: 1070px) {
    .logosDiv {
        margin: -90px auto 0;
    }
}

@media only screen and (min-width: 1345px) {
    .addressHeader {
        display: block;
    }
    .contactHeaderButton {
        display: block;
    }
    .logosDiv {
        max-width: 80%;
    }
}
