.main-header {
    position: fixed;
    width: 100%;
    top:0;
    left: 0;
}
.logo-main {
    filter: invert(1)brightness(200);
}
.highlight {
    width: 100%;
    height: 70vh;
}
.swiper {
    height:650px;
}
.swiper-wrapper {

}
.swiper-slide {
    border-radius: 0.5rem;
    height: 550px !important;
}
.canvas-container-responsive-menu {

    top: 0px;
    width: 100vw;
    transform:translateX(100%) ;
    position: absolute;
    height: 100vh;
    opacity: 1;
    display: block;
}
#menu-icon {
    width: 25px;
    height: 23px;
    position: relative;
    opacity: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#menu-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #ffffff;

    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-icon span:nth-child(1) {
    top: 0px;
}

#menu-icon span:nth-child(2), #menu-icon span:nth-child(3) {
    top: 8px;
}

#menu-icon span:nth-child(4) {
    top: 16px;
}

#menu-icon.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}

#menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#menu-icon.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}

#menu-icon-responsive {
    width: 25px;
    height: 23px;
    position: relative;
    z-index: 9998;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#menu-icon-responsive span {
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background: #ffffff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#menu-icon-responsive span:nth-child(1) {
    top: 0px;
}

#menu-icon-responsive span:nth-child(2), #menu-icon-responsive span:nth-child(3) {
    top: 8px;
}

#menu-icon-responsive span:nth-child(4) {
    top: 16px;
}

#menu-icon-responsive.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}

#menu-icon-responsive.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#menu-icon-responsive.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-main-responsive {

    display: flex;


}
#menu-icon-responsive.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}
.responsive-accordion-menu {
    display: block;
    position: absolute;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: hidden;
    height:100%;
    width: 100%;
    top:100px;
    padding-left: 16px;
}
.menu-icon {
    position: relative;
    cursor: pointer;
    list-style: none !important;


    opacity: 0;

    font-size: 40px;

    transform: translateX(150px);
}
.menu-item-clickable {
    opacity: 1 !important;
    transform: translateX(150px);
    cursor: pointer;
}


.menu {
    position: relative;




    height: 0vh;
    font-size: 1.5rem;

    list-style: none;

}

.menu li + li {

    list-style: none;
}

.menu-item {
    opacity: 0;
    transform: translateX(150px);
    cursor: pointer;
}
.menu-item a {
    font-size: 18px;
    font-size: 18px;
    text-decoration: none;
    color: #333333;
}
.menu-item:hover {
    color: black;
}
.menu-item a:hover {
    color: black;
}
@media screen and (max-width: 1024px) {
    .content-main {
        margin-top: 64px;
    }
}

@media screen and (min-width: 1024px) {
    .content-main {
        margin-top: 96px;
    }
}