/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 02 2025 | 05:37:46 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 13:40:33 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 13:19:12 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 13:11:09 */
#nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 90px;
    cursor: pointer;
    z-index: 1000;
    width: 6rem;
    background: #AE2527;
    padding: 2rem;
    border-radius: 0 0 0 2rem;
}
#nav-toggle > div {
    position: relative;
    width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 14px;
}
#nav-toggle span:nth-child(3) {
  top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}

.open #nav-toggle span {
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
}

#container {
  z-index: 900;
}

#gloval-nav {
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 29px;
  padding-left: 0;
  transform: translateX(-120%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  /* background: rgba(11,16,19,.95); */
  background: #000;
  background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  transition: color 0.6s ease;
  font-size: 24px;
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
.gloval-menu-list{
  color:#000;
}
.gloval-menu-list p{
	margin-bottom:0;
}
.gloval-menu-list li{
    border-bottom: none;
    padding-bottom:0;
    margin-bottom:0;
}
.gloval-menu-list li a{
    transition: color 0.6s ease;
    letter-spacing: 3px;
	border-bottom:1px solid #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;	
}
.gloval-menu-list li a:hover{
 	background:yellow;
}
.gloval-menu-list li a span {
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 700;
    color: #999;
}
/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
    transform: translateX(0);
    width: 50%;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

.gloval-nav-container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);		
width: 80%;
    max-width: 1920px;
border-radius:2rem;
}
.submenu-list li a{
  font-size: 14px !important;
  padding:10px;
  border-bottom:1px solid #999;
}
.menu-btn{
	border: 1px solid #fff;
    font-size: 16px !important;
    text-align: center;  
 	transition: color 0.6s ease;
}
.menu-btn:hover{
    color:#000 !important;
 	background:yellow;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    border:none;
}

