/**{
    margin: 0%;
    padding: 0%;
    transition: 0.2s linear;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}*/
/*.header{
    height: 50px;
    background-color: #2874f0;
}*/

/*.tab-container{
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
    font-size: 13px;
}

.tab-container .nav{
    cursor: pointer;
}

.tab-container .nav img{
    width: 60px;
}


.dropdown{
    position: relative;
}

.dropdown .menu{
    width: 400px;
    height: max-content;
    border-radius: 5px;
    padding: 10px;
    display: none;
    box-shadow: 0px 0px 10px #7b7b7bb4;
    position: absolute;
    left: -200px;
}

.dropdown:hover  .menu{
    display: flex !important;
}

ul{
    list-style: none;
}

li{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}


li:hover{
    background-color: #f4f4f4;
    color: #2874f0;
}

.dropdown .menu .main-menu{
    width: 50%;
    height: inherit;
    box-shadow: 5px 0px 5px #7777771b;
}

.dropdown .menu .inner-menu{
    width: 47%;
    height: inherit;
    position: absolute;
    right:13px;
    margin-top: -10px;
    top: 20px;
    color: #2874f0;
    text-align: center;
}


.inner-menu{
    display: none;
}

li:nth-child(1):hover> .inner-menu {
    display: block !important;
}


li:nth-child(2):hover> .inner-menu{
    display: block !important;
}*/

/*.cata-sub-nav {
    background: #eee;
    padding: 20px 15px 20px;
    margin: 0 37px;
    
    overflow-x: auto;
    
    overflow-y: hidden;
    
    -ms-overflow-style: -ms-autohiding-scrollbar;
    
    -webkit-overflow-scrolling: touch;
    
    white-space: nowrap;
   
}
.cata-sub-nav::-webkit-scrollbar {
        display: none;
    }
.cata-sub-nav ul {
    margin: 0;
        display: flex;
          -webkit-padding-start: 0px;
}
.cata-sub-nav li {
    display: inline-table;

        margin: 0 18px;
        font-size: 16px;
        font-weight: bold;
        color: black;
} 
.arrow{
  background: red;
}
.nav-prev {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 7px;
    margin-top: -2px;
}
.nav-next {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 7px;
    margin-top: -22px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top:0px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
    width:200px;
    font-weight:bold;
}*/

.header {
     /*position: fixed;*/
     top: 0;
     left: 0;
     width: 100%;
     height: auto;
     z-index: 100;
     margin: 0 auto;
     background-color: var(--white-100);
     box-shadow: var(--shadow-medium);
     background: #1b263b;
}
 .darkmode .header {
     background-color: var(--night-300);
}
 .brand {
     font-family: inherit;
     font-size: 1.6rem;
     font-weight: 700;
     line-height: 1.5;
     color: var(--pink-500);
     text-transform: uppercase;
     order: 1;
}
 .darkmode .brand {
     color: var(--pink-300);
}
 .navbar {
     display: flex;
     flex-wrap: wrap;
     align-content: center;
     align-items: center;
     /*justify-content: space-between;*/
     width: 100%;
     height: 10rem;
     margin: 0 auto;
}
 .navbar-left {
     display: flex;
     align-items: center;
     flex: 0 0 17%;
}
 .navbar-center {
     display: flex;
}
 .navbar-right {
     display: flex;
     flex: 0 0 17%;
     align-items: center;
     justify-content: flex-end;
     column-gap: 1.5rem;
}
 @media only screen and (max-width: 992px) {
     .navbar-left, .navbar-right {
         flex: 0 0 auto;
    }
     .navbar-right {
         align-items: center;
    }
     .navbar-center {
         flex: 0 0 100%;
         order: 3;
         align-items: center;
    }
}
 @media only screen and (max-width: 992px) {
     .menu {
         position: fixed;
         top: 0;
         left: 0;
         width: 75%;
         height: 100%;
         z-index: 100;
         overflow: hidden;
         transform: translate(-100%);
         background-color: var(--white-100);
         transition: all 0.4s ease-in-out;
    }
     .menu.is-active {
         transform: translate(0%);
    }
     .darkmode .menu {
         background-color: var(--night-300);
    }
}
 .menu-header {
     display: none;
     box-shadow: var(--shadow-medium);
}
 .menu-item {
     display: inline-block;
     line-height: 1.5;
    padding-right: 3.25rem;
     /*padding-right: 1.25rem;*/
}
 .menu-link {
     font-family: inherit;
     font-size: inherit;
     font-weight: 500;
     line-height: inherit;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     color: var(--black-300);
     text-transform: capitalize;
     transition: all 0.25s ease;
}
 .menu-link > i.bx {
     font-size: 1.35rem;
     margin-left: 0.25rem;
     transform: rotate(90deg);
}
 .darkmode .menu-link {
     color: var(--white-100);
}
 .menu-icon {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 6px;
     font-size: 1.45rem;
     color: var(--black-300);
     transition: all 0.25s ease;
}
 .darkmode .menu-icon {
     color: var(--white-100);
}
 @media only screen and (min-width: 993px) {
     .menu-dropdown:hover > .submenu {
         opacity: 1;
         visibility: visible;
         margin-top: 0rem;
    }
}
 @media only screen and (max-width: 992px) {
     .menu-header {
         position: relative;
         top: 0;
         display: flex;
         align-items: center;
         justify-content: flex-start;
         height: 4rem;
         z-index: 110;
         visibility: hidden;
         background: transparent;
    }
     .menu-header.is-active {
         visibility: visible;
         background-color: var(--white-100);
    }
     .menu-header.is-active > .menu-arrow {
         display: block;
    }
     .darkmode .menu-header.is-active {
         background-color: var(--night-100);
    }
     .menu-arrow {
         display: none;
         cursor: pointer;
         width: 3rem;
         height: 4rem;
         text-align: center;
    }
     .menu-arrow > i.bx {
         font-size: 1.5rem;
         line-height: 4rem;
         color: var(--black-300);
         transition: all 0.25s ease;
    }
     .darkmode .menu-arrow > i.bx {
         color: var(--white-100);
    }
     .menu-title {
         font-family: inherit;
         font-size: inherit;
         font-weight: 500;
         line-height: inherit;
         text-transform: capitalize;
         color: var(--black-300);
    }
     .darkmode .menu-title {
         color: var(--white-100);
    }
     .menu-inner {
         height: 100%;
         margin-top: -3rem;
         overflow-y: auto;
         overflow-x: hidden;
    }
     .menu-item {
         display: block;
         line-height: 1;
         padding-inline: 0;
    }
     .menu-link {
         justify-content: space-between;
         height: 2.5rem;
         line-height: 2.5rem;
         padding-inline: 1.25rem;
    }
     .menu-link > i.bx {
         margin-left: 0.5rem;
         transform: rotate(0deg);
    }
}
 .submenu {
     position: absolute;
     width: 100%;
     height: auto;
     margin-top: 1.75rem;
     padding: 1rem 2rem;
     z-index: 100;
     opacity: 0;
     visibility: hidden;
     border-radius: 0.25rem;
     border-top: 2px solid var(--pink-400);
     background-color: var(--white-100);
     box-shadow: var(--shadow-medium);
     transition: all 0.25s ease-in-out;
}
 .darkmode .submenu {
     border-top: 2px solid var(--pink-300);
     background-color: var(--night-300);
}
 .submenu-inner {
     /*flex: 0 0 25%;*/
     flex: 0 0 20%;
     padding: 0 1rem;
}
 .submenu-title {
     font-family: inherit;
     font-size: inherit;
     font-weight: 500;
     line-height: 1;
     padding: 0.75rem 0;
     color: var(--pink-500);
     text-transform: uppercase;
     transition: all 0.3s ease;
}
 .darkmode .submenu-title {
     color: var(--pink-300);
}
 .submenu-item {
     display: block;
     line-height: 1;
     margin: 0 auto;
}
 .submenu-link {
     display: inline-block;
     font-family: inherit;
     font-size: inherit;
     font-weight: 500;
     line-height: inherit;
     padding: 0.75rem 0;
     white-space: nowrap;
     text-transform: capitalize;
     color: var(--black-300);
     transition: all 0.25s ease-in-out;
}
 .darkmode .submenu-link {
     color: var(--white-100);
}
 .submenu-image {
     display: block;
     width: 100%;
     height: auto;
     margin-block: 0.5rem;
     object-fit: cover;
}
 @media only screen and (max-width: 992px) {
     .submenu {
         position: absolute;
         display: none;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         max-width: none;
         min-width: auto;
         margin: 0;
         padding: 1rem;
         padding-top: 4rem;
         opacity: 1;
         overflow-y: auto;
         visibility: visible;
         box-shadow: none;
         transform: translateX(0%);
    }
     .submenu.is-active {
         display: block;
    }
     .submenu-inner {
         flex: 0 0 100%;
         padding: 0rem;
    }
     .submenu-list {
         margin-bottom: 1rem;
    }
     .submenu-link {
         display: block;
    }
     .submenu-image {
         margin-top: 0;
    }
}
 .megamenu {
    /* left: 50%;
     width: 100%;*/
     left: 35%;
    width: 70%;
     height: auto;
     margin: 0 auto;
     transform: translateX(-50%);
}
 .megamenu-column-1 {
     left: 65%;
     max-width: 15rem;
     width: 100%;
     height: auto;
}
 .megamenu-column-4 {
     display: flex;
     flex-wrap: wrap;
     /*max-width: 62rem;*/
     height: auto;
     margin: 0 auto;
         background: white;
}
 @media only screen and (max-width: 992px) {
     .megamenu {
         position: absolute;
         display: none;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         max-width: none;
         min-width: auto;
         margin: 0;
         padding: 1rem;
         padding-top: 4rem;
         opacity: 1;
         overflow-y: auto;
         visibility: visible;
         transform: translateX(0%);
         box-shadow: none;
    }
}
 .switch {
     position: relative;
     display: block;
     cursor: pointer;
     user-select: none;
     margin-right: 0.5rem;
}
 .switch-light, .switch-dark {
     position: absolute;
     top: 50%;
     left: 50%;
     transform-origin: center;
     transform: translate(-50%, -50%);
     transition: all 0.3s ease-in;
}
 .switch-light {
     font-size: 1.3rem;
     visibility: visible;
     color: var(--black-300);
}
 .darkmode .switch-light {
     font-size: 0rem;
     visibility: hidden;
}
 .switch-dark {
     font-size: 0rem;
     visibility: hidden;
     color: var(--white-100);
}
 .darkmode .switch-dark {
     font-size: 1.3rem;
     visibility: visible;
}
 .overlay {
     position: fixed;
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 9;
     opacity: 0;
     visibility: hidden;
     background-color: rgba(0, 0, 0, 0.7);
     transition: all 0.45s ease-in-out;
}
 @media only screen and (max-width: 992px) {
     .overlay.is-active {
         opacity: 1;
         visibility: visible;
    }
}
 .burger {
     position: relative;
     display: block;
     cursor: pointer;
     width: 1.6rem;
     height: 1rem;
     margin-right: 1rem;
     opacity: 0;
     visibility: hidden;
     background: transparent;
}
 @media only screen and (max-width: 992px) {
     .burger {
         opacity: 1;
         visibility: visible;
    }
}
 .burger-line {
     position: absolute;
     display: block;
     left: 0;
     width: 100%;
     height: 2px;
     opacity: 1;
     border-radius: 1rem;
     background: white;
}
 .darkmode .burger-line {
     background: var(--white-100);
}
 .burger-line:nth-child(1) {
     top: 0px;
}
 .burger-line:nth-child(2) {
     top: 0.5rem;
     width: 70%;
}
 .burger-line:nth-child(3) {
     top: 1rem;
}
 
.menu-item a{
    color: white;
    font-size: 15px;
}

/*.menu-item,.menu-dropdown a:hover{
    color: white;
}*/

.menu-item{
    font-size: 15px;
    color: white;
}
.menu-item a:hover{
    color: white;
}

.menu-dropdown a{
    color: black;
    font-size: 16px;
}

.menu-dropdown a:hover{
    color: black;
}

.menu-item img{
    width: 70%;
    padding-bottom: 0.4em;
}

.submenu-title{
    color: #e14f1e;
    font-weight: bold;
}

.menu-item img:hover{
    cursor: pointer;
}

@media only screen and (max-width: 991px) and (min-width: 200px)  {
    .overlay{
            background-color: rgba(0, 0, 0, 1) !important;
    }
    .menu-link{
        display: block !important;
        font-weight: bold !important;
            text-align: center !important;
    }
    .menu-item img{
            width: 25% !important;
            margin-top: 1.5em !important;
    }
    .menu-item{
            margin-bottom: 1em !important;
    }
    .main-header .header-upper .upper-column.info-box{
        display: none;
    }
    .menu-header{
        height: 2rem !important;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 992px)  {
    .menu-item{
        padding-right: 1.25rem !important;
    }
     .main-header .header-upper .upper-column.info-box{
        display: none;
    }

}
