@charset "utf-8";
/* CSS Document */

.toggle {
	float: left;
	cursor: pointer;
	margin: 0 0 0;
	padding: 16px 0;
	position: relative;
	z-index: 9999;
}
.toggle-text1 {
	float: left;
	font-size: 12px;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 12px;
	text-transform: uppercase;
	display: inline-block;
	margin: 5px 0 0 14px;
}
.toggle-bar1 {
	width: 25px;
	float: left;
	margin: 0 0 0;
}
.bar {
	width: 100%;
	height: 2px;
	background: #ffffff;
	display: block;
	margin: 7px 0 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
}
.bar:first-child {
	margin-top: 0;
}
.bar:last-child {
	margin-bottom: 0;
}
.middle {
	top: 11px;
}
.bottom {
	top: 22px;
}
.toggle-active .toggle-text1 {
	color: #ffffff;
	margin:6px 0 0 14px;
}
.toggle-active .top {
	-webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	position: relative;
	top: 5px;
}
.toggle-active .middle {
	opacity: 0;
}
.toggle-active .bottom {
	-webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
	position: relative;
	top: 5px;
}
.overlay {
	position: fixed;
	z-index: 999999999;
	background-image: linear-gradient(120deg, #000000 0%, #a51a17 100%);
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	/* -webkit-transition: opacity .35s, visibility .35s, height .35s; */
	width: 440px;
	transition: all 0.5s ease;
}

.circle-effect {
    display: block;
    overflow: hidden;
    transition: all 0.25s ease-out 0s;
    position: relative;
}

.circle-effect img {
    width: 100%;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
    display: block;
}
img {
    max-width: 100%;
    height: auto;
}

.circle-effect:hover img{
	opacity: 0;
}
.circle-effect:hover .circle-row1{
	opacity: 1;
    visibility: visible;
    bottom: 0;
}
.circle-effect .circle-row1 {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    position: absolute;
    right: 0;
    bottom: -100%;
    z-index: 99;
}

.header-nav__social .circle-effect .circle-row1{display: none;}

.header-nav__social .circle-effect:hover img{
	transform: rotate(360deg);
	overflow: visible;

}

.header-nav__social .circle-effect > img{
	opacity: 1;
    transition: all 0.75s ease-in 0s;
	overflow: visible;
	

}





.menu-open .overlay {
	background: #000;
	overflow-y: auto !important;
}

.menu-open .overlay::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

.menu-open .overlay::-webkit-scrollbar-thumb {
    background-color: #888; /* Scroll thumb color */
    height: 400px !important; 
    border-radius: 1px; 
}

.menu-open .overlay::-webkit-scrollbar-track {
    background: transparent;
}


.overlay-back {
    width: 42%;
    height: 100%;
    float: left;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    background-position-x: 100% !important;
}

.nav-active {
	opacity: 1;
	visibility: visible;
	height: 100%;/*    max-height: 340px;*/
	padding-bottom: 100px;
}




ul.header-nav__social {
    width: 100%;
    float: left;
    margin: 20px 0 40px;
    padding-inline: 3.6rem;
    z-index: 9999;
    position: relative;
}

ul.header-nav__social li img {
    height: 22px;
    object-fit: contain;
    opacity: 1;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.toggle { padding:0;}
.overlay-back {  display: none;}

.crossed .bar {background: #fff;}
.toggle-text1.crossed {color: #fff;}

.overlay{
	width: 320px;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
.toggle { padding:0;}
.overlay-back {  display: none;}

.crossed .bar {background: #fff;}
.toggle-text1.crossed {color: #fff;}

}

@media screen and (min-width:601px) and (max-width:767px) {
.toggle { padding:0;}
.overlay-back {  display: none;}

.crossed .bar {background: #fff;}
.toggle-text1.crossed {color: #fff;}

}

@media screen and (min-width:768px) and (max-width:900px) {
.toggle-text1 { display:none;}
.overlay-back { background-position-x: 68% !important;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.toggle-text1 { display:none;}
.overlay-back { background-position-x: 68% !important;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.toggle-text1 { display:none;}
}