﻿/*
    #29235c  #29235ce8  #e9e9ee
    #c51626
    #631818//852020
    #903700
*/

    .mainMenu {
        min-width: 200px;
    }
    .mainMenu ul {
        display: none;
        position: absolute;
        top: 100%;
        padding: 0px;
        z-index: 95;
        margin-left: -2px;
        margin-top: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .mainMenu li {
        float: left;
        position: relative;
        height: 100%;
        font-weight: bold;
        list-style-type: none;
        border-color: var(--site-color2-light3); /*#29235c33;*/
        border-style: solid;
        border-width: thin;
        border-radius: 5px;
        margin-right: 5px;
    }
    .mainMenu li ul {
        border-color: #c3c1d1;
        padding-bottom: 2px;
        background-color: #e9e9ee !important;
        box-shadow: 0 0 3px 1px var(--site-color2-light3); /*#29235C66;*/
    }
    .mainMenu li ul::before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-bottom-color: #c3c1d1; /*rgba(0,0,0,.30);*/
        position: absolute;
        top: -7px;
        left: 9px;
    }
    .mainMenu li ul::after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #e9e9ee;
        position: absolute;
        top: -6px;
        left: 10px;
    }
    .mainMenu li ul li {
        float: left;
        position: relative;
        height: 100%;
        font-weight: bold;
        list-style-type: none;
        width: 180px;
        margin-bottom: 0px;
        margin-top: 2px;
        margin-left: 2px;
        margin-right: 2px;
        border-radius: 5px;
    }
        .mainMenu li ul li a {
            padding-top: 5px;
            padding-bottom: 5px;
            color: /*#c51626*/ var(--site-color3) !important;
        }
    .mainMenu li:hover ul {
        display: block;
    }
        .mainMenu li:hover {
            box-shadow: 0 0 3px 1px var(--site-color2-light3);
        }
        .mainMenu > li:hover > a {
            color: /*#29235c*/ var(--site-color2) !important;
        }
        .mainMenu li a {
            position: relative;
            text-decoration: none;
            color: /*#c51626*/ var(--site-color3) !important;
            text-decoration: none;
            text-align: center;
            text-transform: capitalize;
            font-family: monospace;
            display: block;
            font-size: 14px;
            font-family: Verdana;
        }
    .mainMenu a:hover {
        border-radius: 5px;
    }

    .drop li {
        opacity: 0;
        transform-origin: top left;
        z-index: 99;
    }
        .drop li a:hover {
            color: var(--site-color1) !important;
        }
        .drop li a {
            border-radius: 5px;
        }
.mauinMenuUser li a {
    color: var(--site-color1) !important;
    font-size: 14px;
    font-family: Verdana;
    font-weight: 600;
}
    .mauinMenuUser li a:hover {
        color: var(--site-color3) !important;
    }


/*------------- menu1 animation -------------------*/
.mainMenu li:hover .menu1 li:first-of-type {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.05s;
}

.mainMenu li:hover .menu1 li:nth-of-type(2) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.10s;
}

.mainMenu li:hover .menu1 li:nth-of-type(3) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.15s;
}
.mainMenu li:hover .menu1 li:nth-of-type(4) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.20s;
}
.mainMenu li:hover .menu1 li:nth-of-type(5) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.25s;
}
.mainMenu li:hover .menu1 li:nth-of-type(6) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.28s;
}
.mainMenu li:hover .menu1 li:nth-of-type(7) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.31s;
}
.mainMenu li:hover .menu1 li:nth-of-type(8) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.34s;
}
.mainMenu li:hover .menu1 li:nth-of-type(9) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.37s;
}
.mainMenu li:hover .menu1 li:nth-of-type(10) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.40s;
}
.mainMenu li:hover .menu1 li:nth-of-type(11) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.42s;
}
.mainMenu li:hover .menu1 li:nth-of-type(12) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.44s;
}
.mainMenu li:hover .menu1 li:nth-of-type(13) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.46s;
}
.mainMenu li:hover .menu1 li:nth-of-type(14) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.48s;
}
.mainMenu li:hover .menu1 li:nth-of-type(15) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.50s;
}
.mainMenu li:hover .menu1 li:nth-of-type(16) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.51s;
}
.mainMenu li:hover .menu1 li:nth-of-type(17) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.52s;
}
.mainMenu li:hover .menu1 li:nth-of-type(18) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.53s;
}
.mainMenu li:hover .menu1 li:nth-of-type(19) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.54s;
}
.mainMenu li:hover .menu1 li:nth-of-type(20) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.55s;
}
.mainMenu li:hover .menu1 li:nth-of-type(21) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.56s;
}
.mainMenu li:hover .menu1 li:nth-of-type(22) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.56s;
}
.mainMenu li:hover .menu1 li:nth-of-type(23) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.56s;
}
.mainMenu li:hover .menu1 li:nth-of-type(24) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.56s;
}
.mainMenu li:hover .menu1 li:nth-of-type(25) {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.56s;
}

/*.main li:hover .menu1 li:last-of-type {
    animation: menu1 0.1s ease-in-out forwards;
    animation-delay: 0.7s;
}*/

@keyframes menu1 {
    from {
        opacity: 0;
        transform: translateX(30px) rotateY(90deg);
    }

    to {
        opacity: 1;
        transform: translateX(0) rotateY(0);
    }
}

/*------------- menu2 animation -------------------*/

.mainMenu li:hover .menu2 li:first-of-type {
    animation: menu2 0.1s ease-in-out forwards;
    animation-delay: 0.1s;
}

.mainMenu li:hover .menu2 li:nth-of-type(2) {
    animation: menu2 0.1s ease-in-out forwards;
    animation-delay: 0.2s;
}

.mainMenu li:hover .menu2 li:nth-of-type(3) {
    animation: menu2 0.1s ease-in-out forwards;
    animation-delay: 0.3s;
}

.mainMenu li:hover .menu2 li:last-of-type {
    animation: menu2 0.1s ease-in-out forwards;
    animation-delay: 0.4s;
}

@keyframes menu2 {
    0% {
        opacity: 0;
        transform: scale(0.7);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/*------------- menu3 animation -------------------*/

.mainMenu li:hover .menu3 li:first-of-type {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.mainMenu li:hover .menu3 li:nth-of-type(2) {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.mainMenu li:hover .menu3 li:nth-of-type(3) {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
}

.mainMenu li:hover .menu3 li:last-of-type {
    animation: menu3 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
}

@keyframes menu3 {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*------------- menu4 animation -------------------*/

.mainMenu li:hover .menu4 li:first-of-type {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 0.3s;
}

.mainMenu li:hover .menu4 li:nth-of-type(2) {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 0.6s;
}

.mainMenu li:hover .menu4 li:nth-of-type(3) {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 0.9s;
}

.mainMenu li:hover .menu4 li:last-of-type {
    animation: menu4 0.3s ease-in-out forwards;
    animation-delay: 1.2s;
}

@keyframes menu4 {
    0% {
        opacity: 0;
        transform: translateX(50px) rotate(-90deg);
    }

    100% {
        opacity: 1;
        transform: translateX(0) rotate(0);
    }
}

/*------------- menu5 animation -------------------*/

.mainMenu li:hover .menu5 li:first-of-type {
    animation: menu5 0.1s ease-in-out forwards;
    animation-delay: 0.1s;
}

.mainMenu li:hover .menu5 li:nth-of-type(2) {
    animation: menu5 0.1s ease-in-out forwards;
    animation-delay: 0.2s;
}

.mainMenu li:hover .menu5 li:nth-of-type(3) {
    animation: menu5 0.1s ease-in-out forwards;
    animation-delay: 0.3s;
}
.mainMenu li:hover .menu5 li:nth-of-type(4) {
    animation: menu5 0.1s ease-in-out forwards;
    animation-delay: 0.4s;
}

/*.mainMenu li:hover .menu5 li:last-of-type {
    animation: menu5 0.1s ease-in-out forwards;
    animation-delay: 1.4s;
}*/
@keyframes menu5 {
    0% {
        opacity: 0;
        transform: rotateX(-90deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0);
    }
}

/*------------- menu6 animation -------------------*/

.mainMenu li:hover .menu6 li:first-of-type {
    animation: menu6 0.1s ease-in-out forwards;
    animation-delay: 0.05s;
}

.mainMenu li:hover .menu6 li:nth-of-type(2) {
    animation: menu6 0.1s ease-in-out forwards;
    animation-delay: 0.10s;
}

.mainMenu li:hover .menu6 li:nth-of-type(3) {
    animation: menu6 0.1s ease-in-out forwards;
    animation-delay: 0.15s;
}

.mainMenu li:hover .menu6 li:last-of-type {
    animation: menu6 0.1s ease-in-out forwards;
    animation-delay: 0.20s;
}

@keyframes menu6 {
    0% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* my button style */
.white-mode {
    text-decoration: none;
    padding: 7px 10px;
    background-color: #122;
    border-radius: 3px;
    color: #fff;
    transition: 0.35s ease-in-out;
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-family: sans-serif;
}

    .white-mode:hover {
        background-color: #fff;
        color: #122;
    }



/*LogIn/LogOut*/

#LogIn {
    color: var(--site-color3);
}
#LogOut {
    color: var(--site-color2);
}

.icon-container {
    /*margin-top: 30px;*/
    width: 100%;
    height: 40px;
    text-align: center;
}

.icon {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 5px;
    overflow: hidden;
}

    .icon::before, .icon::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: all 0.25s ease;
        border-radius: 5px;
    }

    .icon i {
        position: relative;
        color: #FFFFFF;
        font-size: 24px;
        margin-top: 10px;
        transition: all 0.25s ease;
    }

.icon-fill::before {
    transition-duration: 0.5s;
    box-shadow: inset 0 0 0 1px var(--site-color2);
}

.icon-fill:hover::before {
    box-shadow: inset 0 0 0 60px var(--site-color2);
}

.icon-enter::after {
    box-shadow: inset 0 0 0 1px var(--site-color2);
}

.icon-enter::before {
    border-radius: 0;
    margin-left: -100%;
    box-shadow: inset 0 0 0 60px var(--site-color2);
}

.icon-enter:hover::before {
    margin-left: 0;
}

.icon-out::after {
    box-shadow: inset 0 0 0 1px var(--site-color3);
}

.icon-out::before {
    border-radius: 0;
    margin-left: -100%;
    box-shadow: inset 0 0 0 60px var(--site-color3);
}

.icon-out:hover::before {
    margin-left: 0;
}

.icon-expand::after {
    box-shadow: inset 0 0 0 1px #C82647;
}

.icon-expand::before {
    background: #C82647;
    box-shadow: inset 0 0 0 60px #2d2c3e;
}

.icon-expand:hover::before {
    box-shadow: inset 0 0 0 1px #2d2c3e;
}

.icon-collapse::before {
    border-radius: 0;
}

.icon-collapse:hover::before {
    box-shadow: inset 0 30px 0 0 #8CC63F, inset 0 -30px 0 0 #8CC63F;
}

.icon-collapse::after {
    box-shadow: inset 0 0 0 1px #8CC63F;
}

.icon-rotate {
    box-shadow: inset 0 0 0 1px #7E3661;
}

    .icon-rotate::after, .icon-rotate::before {
        border: 0px solid transparent;
    }

    .icon-rotate:hover::before {
        transition: border-top-width 0.3s ease, border-top-color 0.3s ease;
        border-width: 60px;
        border-top-color: #7E3661;
    }

    .icon-rotate:hover::after {
        transition: border-left-width 0.3s ease, border-left-color 0.3s ease;
        border-width: 60px;
        border-left-color: #7E3661;
    }

    .icon-rotate:hover {
        transition: background 0.001s ease 0.3s;
        background: #7E3661;
    }

    .icon-rotate i {
        z-index: 1;
    }