﻿?????.TOP-CLASS-CONTAINER 77777* {/**DO NOT DELETE**/
  	margin: 0;
  	padding: 0;
  	box-sizing: border-box; 
	}

.wrapper_hamburgerMenu { 
	top: 0; 
	margin-top: 55px; 
	right: 0; 
	margin-right: 15px;
  	width: 200px;
  	border-radius: 30px;
  	height: 50px;
  	background: #EFF2F6; 
  	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.281);
  	display: flex;
  	justify-content: space-evenly;
  	align-items: center;
  	z-index: 1 !important;
 	position: relative;
	}

.item_hamburgerMenu {
  	cursor: pointer;
	}

.lineeNSIM { /**THE TRHEE LINES FOR HAMBURGER MENU**/
  	width: 20px;
  	height: 3px;
  	background: rgb(44, 62, 80);
  	margin-top: 3px;
  	border-radius: 5px;
  	transition: all 0.2s;  
	}

.lineeNSIM1 {
  width: 15px;
  transform: translateX(5px);
}
.lineeNSIM1::before {/**DOT FOR THE THREE LINES HAMBURGER MENU**/
  	content: "";
  	display: block;
  	transform: translateX(-5px);
  	width: 3px;
  	height: 3px;
  	background: rgb(44, 62, 80);
  	transition: width 0.2s ease 0.1s, transform 0.2s;
	}



.lineeNSIM3::after { /**DOT**/
  	content: "";
  	display: block;
  	transform: translateX(17px);
  	width: 0px;
  	height: 3px;
  	background: rgb(44, 62, 80); 
  	transition: width 0.2s ease 0.1s;
	}

.lineeNSIM3 {
  	width: 13px;
	}

.galleryNSIM {
  display: grid;
  grid-template-columns: repeat(3, 5px);
  grid-auto-rows: 5px;
  grid-gap: 4px;
  transform: translateY(3px);
}
.wrapper_hamburgerMenu .dot { /** DOT **/
  border: 1px solid rgb(44, 62, 80);  FONT-WEIGHT: BOLD;
  border-radius: 50%;
}
.addNSIM {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  7878background: rgb(201, 198, 198); background: rgb(44, 62, 80);  
  border: none;
  position: relative;
  z-index: 4;
  transition: all 0.3s ease;
  outline: none;
}
.wrapper_hamburgerMenu .close {
  position: relative;
  left: 35%;
  z-index: 4;
  top: 50%;
}
.lineNSIM {
  position: absolute;
  width: 10px;
  height: 2px;
  background: rgb(255, 255, 255);  
  transition: all 0.2s;
}
.lineNSIM1 {
  transform: rotate(0deg);
}
.lineNSIM2 {
  transform: rotate(90deg);
}
.wrapper_hamburgerMenu .search {
  position: absolute;
  top: 0;
  left: 4%;
  z-index: 0;
  width: 0px;
  height: 38px;
  border-radius: 30px;
  border: none;
  color: white;
  background: rgb(253, 95, 95);  BACKGROUND: YELLOW !IMPORTANT;
  box-sizing: border-box;
  padding-left: 35px;
  transition: all 0.3s ease;
  outline: none;
  box-shadow: none;
}
111::placeholder { /** background: rgb(0, 0, 255); **/
  111font-weight: bold;
  111color: white;  
}

.circleNSIM {/**CHANNELS INDICATOR FROM HOMEPAGE**/
  	width: 38px;
  	height: 38px;
  	top: 0;
  	left: 0;
	111background: #ced9e4; BACKGROUND: #FFE6E6;
  	position: absolute;
  	z-index: 3;
  	border-radius: 50%;
	border: 1px solid  rgb(201, 198, 198);
  	cursor: pointer;
  	transition: background 0.5s;    
	}

.nav-itemsNSIM {
  width: 38px;
  height: 38px;
  background: rgb(246, 54, 54);  
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.212);
  transform: scale(0);
  transition: transform 0.1s cubic-bezier(0.23, -0.47, 0.58, -0.63);
}
.nav-itemsNSIM:hover {
  transform: scale(1.1);
  transition-timing-function: 0.1s;
}
.wrapper_hamburgerMenu .items1 {
  top: -100%;
  left: 5%;
}
.wrapper_hamburgerMenu .items2 {
  top: -50%;
  left: -23%;
  transition-delay: 0.1s;
}
.wrapper_hamburgerMenu .items3 {
  top: 80%;
  left: -23%;
  transition-delay: 0.2s;
}
.wrapper_hamburgerMenu .items4 {
  top: 130%;
  left: 5%;
  transition-delay: 0.3s;
}
.boxNSIM {/** BOX CONTAINER FOR HAMBURGER MENU ANCHOR TAB **/
  	width: 100%;
  	position: absolute;
  	top: 110%;
  	left: 0;
  	height: 0px;
  	overflow: hidden;
  	background: #EFF2F6;
  	display: grid;
  	grid-gap: 10px;
  	transition: height 0.1s cubic-bezier(0.075, 0.82, 0.165, 1);
	z-index: 0;
	}

.box-lineNSIM {/** ANCHOR POSTING LINES **/
  	width: 100px; width: 140px;
  	height: 10px; height: 24px;  height: 20px; 
  	background: #f5f8fa;
  	border-radius: 10px;
  	opacity: 0;
  	z-index: 0;
  	transition: opacity 0s; padding-left: 1px; padding-top: 5px;  
	}
.box-lineNSIM a {
	text-decoration: none !important;
	}


#box-lineNSIM1-placer {
	margin-top: -5px;
	}




.box-lineNSIM:nth-child(even) {
  width: 130px;    
}
.effectNSIM {
  z-index: 3;
  border-radius: 50%;
  width: 200vmax;
  height: 200vmax;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgb(246, 54, 54);
  transition: transform 0.4s;
}


/* toggle classes */
.box-showNSIM {
  height: 150px; height: 85px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.226);
  padding: 10px;
  transition-duration:0.2s; 
}
.box-lineNSIM-show {
  opacity: 1;
  transition-duration:.1s;
}
.wrapper_hamburgerMenu footer{
  display:flex;
 position:fixed;
  top:90%;
  left:50%;
  transform:translate(-50%,-50%);
  
}
footer a{ 
color:gray; 
margin-left:30px;
font-size:1.8rem; }

a:nth-child(1):hover{
  color:tomato; 
}
a:nth-child(2):hover{
  color:skyblue;  
}
.color {
  background: rgb(246, 54, 54);   
}
.show-menuNSIM {
  	transform: scale(1);  
  	transition: transform 0.5s cubic-bezier(0.23, -0.47, 0.58, -0.63); 11border: 2px solid yellow !important;
	background-color: #2C3E50;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E") !important;
	}
.show-menuNSIM:hover {
  	background-color: #EFF2F6;
	background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E") !important;
	}

.go {/**CHANNELS**/
  	9999transform: translateX(-125px);
	}

.wrapper_hamburgerMenu .search-focus {
  width: 180px;
  left: 20%;
  top: 1%;
  height: 38px;
  background: rgb(253, 95, 95);
}
.wrapper_hamburgerMenu .move {
  transform: rotate(45deg);
}
.wrapper_hamburgerMenu .mov {
  transform: rotate(-45deg); 
}

.wrapper_hamburgerMenu .big {
  transform: translate(-50%, -50%) scale(1);  
}
/* hover effect */
.menuNSIM:hover .lineeNSIM1 {
  width: 10px;
  transform: translateX(0px);  
}
.menuNSIM:hover .lineeNSIM1::before {
  width: 0px;
  transform: translateX(0px);
}
.menuNSIM:hover .lineeNSIM3 {
  width: 15px;
}
.menuNSIM:hover .lineeNSIM3::after {
  content: "";
  display: block;
  transform: translateX(17px);
  width: 3px;
  height: 3px;
  background: rgb(201, 198, 198);    
  transition: width 0.2s ease 0.1s; 
}
.galleryNSIM:hover .dot1 {
  animation: jump 0.4s ease 1; 
}
.galleryNSIM:hover .dot2 {
  animation: jump 0.4s ease 0.1s 1;
}
.galleryNSIM:hover .dot3 {
  animation: jump 0.4s ease 0.2s 1;
}
.galleryNSIM:hover .dot4 {
  animation: jump 0.4s ease 0.3s 1;
}
.galleryNSIM:hover .dot5 {
  animation: jump 0.4s ease 0.4s 1;
}
.galleryNSIM:hover .dot6 {
  animation: jump 0.4s ease 0.5s 1;
}
@keyframes jump {
  50% {
    transform: translateY(-4px);
    border-color: rgb(117, 117, 117);
  }
  100% {
    transform: translateY(0px);
    border-color: rgb(119, 118, 118);
  }
}
.wrapper_hamburgerMenu .close { 
  width: 10px;
}



/**********************************************/
#cursor-event {
	cursor: pointer !important;
	}

.box-lineNSIM a:link {
	color: #00570F;
	cursor: pointer !important;
    	pointer-events: auto;
	}

.box-lineNSIM a:visited {
	color: #8C002E;
	}

.box-lineNSIM a:hover {
	color: #0000FF;
	}

.box-lineNSIM a:active {
	color: #8033b2;
	}

.box-lineNSIM a:focus {
	color: #FF000000;
	}
/**********************************************/




#rounded-container {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	}