header {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid rgb(0 0 0 / 21%);
    transition: all 0.4s ease;
}

.home header,
.page-template-template-about header {
    border-bottom: 1px solid rgb(255 255 255 / 21%);
    transition: all 0.4s ease;
}

.solid .home header,
.solid .page-template-template-about header,
.solid header{
    border: none;
    transition: all 0.4s ease;
}

.mainHeader {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.solid .mainHeader {
    min-height: 50px;
    transition: all 0.4s ease;
}

header::before {
    content: "";
    background: transparent;
    backdrop-filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}

.solid header::before {
    background: rgba(31, 25, 20, 0.5);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
}

.menu-hover header::before,
.menu-hover .solid header::before {
    background: #fff;
}

.logo-text {
    display: block;
    opacity: 1;
    transition: all 0.4s ease;
}

.solid .logo-text {
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

.home .menu-item a,
.page-template-template-about .menu-item a{
    color: #fff;
}

.menu-item a {
    font-size: 0.875rem;
    font-family: "Poppins-Bold";
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    line-height: initial;
    transition: all 0.5s ease;
}

.menu-hover header .menu-item a,
.menu-hover .solid menuitem a{
   color: #000;
   transition: all 0.5s ease;
}

.solid .menu-item a {
    font-size: 0.75rem;
    transition: all 0.5s ease;
    color: #fff;
}

.menu-item.has-dropdown {
    position: relative;
}

.dropdown-content {
    position: absolute;
    z-index: 100;
    top: 110%;
    left: 50%;
    width: max-content;
    height: auto;
    background-color: #000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    transform: translateX(-50%);
    padding: 20px 50px;
}

.dropdown-content ul {
    column-count: 3;
    column-fill: balance;
    grid-column-gap: 30px;
    text-align: left;
    border-bottom: 1px solid rgb(255 255 255 / 33%);
    padding-bottom: 20px;
}

.menu-item.has-dropdown:hover>.dropdown-content {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.solid .menu-hover .menu-item.has-dropdown:hover>.dropdown-content{
    top: 34px;
}

.menu-item.has-dropdown:hover>.dropdown-toggle img {
    rotate: 180deg;
    transition: 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(54%) sepia(87%) saturate(1257%) hue-rotate(138deg) brightness(95%) contrast(101%);
}

.dropdown-menu-item:hover a {
    transition: 0.3s ease-in-out;
    text-decoration: underline;
    color: #fff;
}


.dropdown-menu-item a {
    font-size: 0.75rem;
    font-family: "Poppins-Light";
    text-align: left;
    letter-spacing: 0px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    text-align: left;
    /* width: 100%; */
    display: inline-block;
    line-height: 24px;
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.dropdown-content:hover .dropdown-menu-item a,
.dropdown-content:hover a.view-all {
    color: #fff;
    opacity: 0.5;
    transition: all 0.5s ease;
}

.dropdown-content:hover .dropdown-menu-item a:hover,
.dropdown-content:hover a.view-all:hover {
    opacity: 1;
    text-decoration: none;
    transition: all 0.5s ease;
}

.solid .dropdown-menu-item a,
header:hover .dropdown-menu-item a,
.solid a.view-all,
header:hover a.view-all {
    color: #fff;
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dropdown-toggle img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(9%) saturate(7500%) hue-rotate(265deg) brightness(93%) contrast(93%);
    width: 10px;
    height: 10px;
    rotate: 0deg;
    transition: all 0.3s ease-in-out;
}
.solid .dropdown-toggle img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(17deg) brightness(104%) contrast(99%);
}

.home .dropdown-toggle img,
.page-template-template-about .dropdown-toggle img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7464%) hue-rotate(17deg) brightness(104%) contrast(99%);
    transition: all 0.3s ease-in-out;
}

.menu-hover .dropdown-toggle img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7500%) hue-rotate(275deg) brightness(90%) contrast(113%);
    transition: all 0.3s ease-in-out;
}

.linksWrapDiv {
    display: flex;
    gap: 30px;
}

.linksUl {
    gap: 40px;
    display: flex;
    align-items: center;
}

.linksWrap {
    gap: 40px;
}

.mainHeader .row {
    padding: 0px 20px;
    width: 100%;
    z-index: 1;
}

.brandLogoDiv {
    width: 225px;
    transition: all 0.4s ease;
}

.brandLogo {
    display: inline-block;
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
}

.solid .brandLogo {
    width: 70%;
    transition: all 0.4s ease;
}

/* hamburger and mobile menu */
.hamburger-menu {
    display: inline-block;
    height: auto;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
}

.hamburger-menu:hover {
    cursor: pointer;
}

.hamburger-menu .menu-item {
    background: #000;
    display: block;
    height: 2px;
    /* margin: 0 0 7px; */
    transition: all 0.3s ease-in-out;
    width: 27px;
    padding: 0;
    border: none;
}

.solid .hamburger-menu .menu-item {
    background: #000;
}

.home .hamburger-menu .menu-item,
.page-template-template-about .hamburger-menu .menu-item {
    background: #fff;
}

.solid .home .hamburger-menu .menu-item,
.solid .page-template-template-about .hamburger-menu .menu-item {
    background: #fff;
}


.hamburger-menu .menu-item:first-child,
.hamburger-menu .menu-item:nth-child(3) {
    width: 27px;
}

.closemegamenu {
    display: none;
}

.linksUl .sub-menu-wrapper {
    transform: translateY(-100%);
}

.menu-item a.view-all {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-family: "Poppins-Light";
    font-size: 0.75rem;
    justify-content: flex-end;
    width: fit-content;
    margin: 15px 0 0 auto;
}

.view-all img {
    width: 8px;
    height: 8px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(54deg) brightness(109%) contrast(107%);
    rotate: 270deg;
}


.solid header .btn {
    font-size: 0.75rem;
    padding: 10px 18px;
    transition: all 0.5s ease;
}

.animateUnderline {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.animateUnderline::after {
    content: '';
    color: #000;
    position: absolute;
    width: 100%;
    height: 0px;
    top: -20px;
    left: 0;
    background: currentcolor;
    transition: all 0.5s ease;
}

.animateUnderline:hover::after {
    height: 5px;
    transition: all 0.5s ease;
}

.st2{
    fill: #000 !important;
}

.home .st2,
.page-template-template-about .st2{
    fill: #fff !important;
}


@media (max-width: 767px) {
    header {
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        min-height: 50px;
        z-index: 999;
    }

    .mainHeader {
        padding: 0.8rem 1.25rem;
        min-height: 50px;
    }

    .linksWrap {
        display: block;
        position: fixed;
        width: 100%;
        max-width: 90%;
        height: 100%;
        top: auto;
        bottom: 0;
        right: 0;
        align-items: flex-start !important;
        padding: 20px 0px;
        flex-direction: column;
        z-index: 999;
    }

    .openMegamenu .linksWrap {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }

    html.openMegamenu {
        overflow: hidden;
    }

    .closemegamenu {
        position: absolute;
        right: 0;
        top: 10px;
        right: 20px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        display: block;
    }

    .closemegamenu img {
        width: 100%;
        height: 100%;
        filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(26%) hue-rotate(220deg) brightness(103%) contrast(106%);
    }

    .brandLogoDiv {
        margin: 0;
        width: 140px;
    }

    .logoDiv {
        display: flex;
        z-index: 999;
        align-items: center;
        width: fit-content;
        margin: 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .solid .brandLogo{
        width: 100%;
    }

    .linksUl {
        gap: 15px;
        display: block;
        height: 100%;
        width: 100%;
        margin: 75px 0 0 0;
    }

    .linksDiv {
        height: 100%;
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .linksWrapDiv {
        flex-direction: row-reverse;
    }

    .menu-item {
        width: 100%;
        padding: 10px 20px;
        flex-wrap: wrap;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 27%);
    }

    .menu-item a {
        font-weight: 800;
        color: #000;
        font-size: 1rem;
        line-height: 38px;
    }

    .home .menu-item a,
    .page-template-template-about .menu-item a {
        color: #000;
    }

    .linksWrap:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        min-width: 90%;
        height: 100%;
        background: #fff;
        z-index: -1;
    }

    .mainHeader .linksWrap {
        transform: translateX(100%);
        transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .mainHeader.openNavigation {
        border-bottom: 0.5px solid rgba(29, 71, 219, 0.2);
    }

    .mainHeader.openNavigation .linksWrap {
        transform: translateX(0vw);
        transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    header .btn {
        width: 90px;
        height: 30px;
        font-size: 0.625rem;
        padding: 8px 0;
    }
    .solid header .btn{
        font-size: 0.625rem;
        padding: 8px 0;
    }

    .mainHeader .row {
        padding: 0;
    }

    .brandLogo .img-fluid {
        max-width: 80%;
    }

    .animateUnderline::after {
        display: none;
    }

    .dropdown-toggle img,
    .home .dropdown-toggle img,
    .page-template-template-about .dropdown-toggle img {
        filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(26%) hue-rotate(220deg) brightness(103%) contrast(106%);
    }

    .dropdown-toggle {
        justify-content: space-between;
    }

    .dropdown-content {
        display: none;
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: unset;
        transition: 0.3s ease-in-out;
        background-color: #fff;
        box-shadow: none;
        padding: 10px 0;
    }

    .menu-item.has-dropdown:hover>.dropdown-content {
        opacity: 1;
        top: unset;
        transform: unset;
        transition: none;
    }

    .dropdown-menu-item {
        text-align: left;
        padding: 6px 10px;
        color: #000;
    }

    .dropdown-content ul {
        padding: 10px 0 0 0;
    }

    .dropdown-menu-item a {
        text-align: left;
        font-size: 0.875rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: normal;
    }

    .dropdown-content ul {
        column-count: 1;
    }

    .dropdown-menu-item a::before {
        content: "";
        width: 10px;
        height: 10px;
        background-image: url("../media/common/angle-arrow-down.png");
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        rotate: 270deg;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        display: inline-block;
        filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(24%) hue-rotate(191deg) brightness(103%) contrast(105%);
        font-weight: 100;
    }

    .solid .dropdown-menu-item a,
    .solid .dropdown-menu-item a,
    header:hover .dropdown-menu-item a {
        color: #000;
    }
    .solid .hamburger-menu .menu-item {
        background: #fff;
    }
    .solid .mainHeader{
        /* padding: 0.5rem 1.25rem; */
        transition: all 0.4s ease;
    }
    .solid .menu-hover .menu-item.has-dropdown:hover>.dropdown-content{
        top: 0;
    }

}

@media all and (min-width: 768px) and (max-width: 1025px) and (orientation:portrait) {
    header {
        top: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        min-height: 50px;
        z-index: 999;
    }

    .mainHeader {
        padding: 0.8rem 1.25rem;
        min-height: 50px;
    }

    .linksWrap {
        display: block;
        position: fixed;
        width: 100%;
        max-width: 90%;
        height: 100%;
        top: auto;
        bottom: 0;
        right: 0;
        align-items: flex-start !important;
        padding: 20px 0px;
        flex-direction: column;
        z-index: 999;
    }

    .openMegamenu .linksWrap {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    }

    html.openMegamenu {
        overflow: hidden;
    }

    .closemegamenu {
        position: absolute;
        right: 0;
        top: 10px;
        right: 20px;
        width: 22px;
        height: 22px;
        cursor: pointer;
        display: block;
    }

    .closemegamenu img {
        width: 100%;
        height: 100%;
        filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(26%) hue-rotate(220deg) brightness(103%) contrast(106%);
    }

    .brandLogoDiv {
        margin: 0;
        width: 140px;
    }

    .logoDiv {
        display: flex;
        z-index: 999;
        align-items: center;
        width: fit-content;
        margin: 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .solid .brandLogo{
        width: 100%;
    }

    .linksUl {
        gap: 15px;
        display: block;
        height: 100%;
        width: 100%;
        margin: 75px 0 0 0;
    }

    .linksDiv {
        height: 100%;
        width: 100%;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .linksWrapDiv {
        flex-direction: row-reverse;
        align-items: center;
    }

    .menu-item {
        width: 100%;
        padding: 10px 20px;
        flex-wrap: wrap;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 27%);
    }

    .menu-item a {
        font-weight: 800;
        color: #000;
        font-size: 1rem;
        line-height: 38px;
    }

    .home .menu-item a,
    .page-template-template-about .menu-item a {
        color: #000;
    }

    .linksWrap:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        min-width: 90%;
        height: 100%;
        background: #fff;
        z-index: -1;
    }

    .mainHeader .linksWrap {
        transform: translateX(100%);
        transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    .mainHeader.openNavigation {
        border-bottom: 0.5px solid rgba(29, 71, 219, 0.2);
    }

    .mainHeader.openNavigation .linksWrap {
        transform: translateX(0vw);
        transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }

    header .btn {
        width: 90px;
        height: 30px;
        font-size: 0.625rem;
        padding: 8px 0;
    }
    .solid header .btn{
        font-size: 0.625rem;
        padding: 8px 0;
    }

    .mainHeader .row {
        padding: 0;
    }

    .brandLogo .img-fluid {
        max-width: 80%;
    }

    .animateUnderline::after {
        display: none;
    }

    .dropdown-toggle img,
    .home .dropdown-toggle img,
    .page-template-template-about .dropdown-toggle img {
        filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(26%) hue-rotate(220deg) brightness(103%) contrast(106%);
    }

    .dropdown-toggle {
        justify-content: space-between;
    }

    .dropdown-content {
        display: none;
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        opacity: 1;
        visibility: visible;
        transform: unset;
        transition: 0.3s ease-in-out;
        background-color: #fff;
        box-shadow: none;
        padding: 10px 0;
    }

    .menu-item.has-dropdown:hover>.dropdown-content {
        opacity: 1;
        top: unset;
        transform: unset;
        transition: none;
    }

    .dropdown-menu-item {
        text-align: left;
        padding: 6px 10px;
        color: #000;
    }

    .dropdown-content ul {
        padding: 10px 0 0 0;
    }

    .dropdown-menu-item a {
        text-align: left;
        font-size: 0.875rem;
        position: relative;
        display: flex;
        align-items: center;
        gap: 5px;
        line-height: normal;
    }

    .dropdown-content ul {
        column-count: 1;
    }

    .dropdown-menu-item a::before {
        content: "";
        width: 10px;
        height: 10px;
        background-image: url("../media/common/angle-arrow-down.png");
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        rotate: 270deg;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        display: inline-block;
        filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(24%) hue-rotate(191deg) brightness(103%) contrast(105%);
        font-weight: 100;
    }

    .solid .dropdown-menu-item a,
    .solid .dropdown-menu-item a,
    header:hover .dropdown-menu-item a {
        color: #000;
    }
    .solid .hamburger-menu .menu-item {
        background: #fff;
    }
    .solid .mainHeader{
        /* padding: 0.5rem 1.25rem; */
        transition: all 0.4s ease;
    }
    .brandLogoDiv{
        width: 185px;
    }
    .linksUl{
        gap: 25px;
    }
}

@media all and (min-width : 1024px) and (max-width : 1279px) and (orientation:landscape) {
    .mainHeader .row{
        padding: 0;
    }
}

