@charset "utf-8";
@import url("color.css");
@import url("fonts2.css");
:root{

    --pageNm: "sdfsdf";
}

*{
	font-family: 'p3';
	color: var(--bc3);
	outline: none;
	border: none;
	user-select: ;
    padding: 0;
    margin: 0;

}
a{
	text-decoration: none;
}
button{
	background: transparent;
	cursor: pointer;
	position: relative;
}
::-webkit-scrollbar{
	width: 8px;
}

::-webkit-scrollbar-track{
	background: var(--wc13);	
}

::-webkit-scrollbar-thumb{
	background: var(--mc11);
}

 ::-webkit-scrollbar-thumb:hover{
	background: var(--mc10);
}

input::-webkit-autofill: active{
	background: #000;
}
body{	
	background:var(--wc3);
	/*linear-gradient(90deg, var(--gc7) 10%, var(--gc8) calc(10% + 2px), 
		var(--gc7) 30% , var(--gc7) 40%, var(--gc8) 40% , 
		var(--gc8) 70%, var(--gc7) 70% , 
		var(--gc7) 80%, var(--gc8) 80% );
	
	linear-gradient(90deg, var(--gc7) 10%, var(--gc5) 10%, var(--gc8) calc(10% + 2px), 
		var(--gc7) 30% , var(--gc7) 40%, var(--gc8) 40% , 
		var(--gc8) 70%, var(--gc7) 70% , 
		var(--gc7) 80%, var(--gc8) 80% );
	/*
	linear-gradient(50deg, transparent 33%,rgba(113,113,113,0.015) 33%, rgba(113,113,113,0.015) 66%,
	transparent 66% );	
	linear-gradient(50deg, var(--gc7) 33%,var(--gc1) 33%,var(--gc3) 66%, var(--gc7) 66% );*/	
	background-size: 100% 100vh;
	padding: 0px;
	margin: 0px;
	min-height: 100vh;
}
#preloderCont{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--bc4);
    z-index: 100;    
    transition: .8s;
}
.preloderLoading{
   
    opacity: 1;
    display: block;
}

.preloderLoaded{
    
    opacity: 0;
}

.preloder{
    position: absolute;
    width:200px;
    height: 200px;
   left: calc(50% - 100px);
    
}

#preloderCont .preloder{
     top: calc(50vh - 100px);
}
.SVGearth{
    position: absolute;
    width: 78px;
    height: 78px;
    left: calc(50% - 39px);
    top: calc(100px - 39px);
    fill:var(--mc10);
    opacity: .8;
    animation: SVGearth 2s linear infinite;
    animation-direction: alternate-reverse;
    transition: 1s;
    
}
.earchBoderCover{
    position: absolute;
    width: 90px;
    height: 90px;
    left: calc(50% - 45px);
    top: calc(100px - 45px);
    stroke-width:6px;
    fill:none;
    stroke:var(--bc4);
}
.earchBoder{
    position: absolute;
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(100px - 100px);
    stroke-width:4px;
    fill:none;
    stroke:var(--w13);
    stroke-dasharray:22 10;
    stroke-linecap:round;
    
    animation: SVGDharma_wheel 10s linear infinite;
    animation-direction: reverse;
}

.SVGDharma_wheelBG{
    position: absolute;
    width: 120px;
    height:120px;
    left: calc(50% - 60px);
    top: calc(100px - 60px);
    background: var(--bc);
    opacity: .3;
    border-radius: 50%;
    transform-origin: center;
    
}
.SVGDharma_wheel{
    position:absolute;
    width: 150px;
    height:150px;
    left: calc(50% - 75px);
    top: calc(100px - 75px);
    fill:var(--bc8);
    stroke-width:0px;
    stroke:var(--mc9);
    transform-origin: center;
    animation: SVGDharma_wheel 10s linear infinite;
    opacity: 1;
    
}


@keyframes SVGDharma_wheel{
    to{transform: rotate(360deg)}
}
main{
	position: relative;
	top: 0px;
	padding-top:0px; 
	min-height: calc(100vh - 80px);
}

header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 70px;
	z-index: 100;
	background: var(--twc3);
    transition: background .8s;
    border-bottom: solid 2px var(--wc10);
    
}

header .logo{
	position: absolute;
	top: 19px;
	left: 25px;
	height: 33px;
	z-index: 100;
}
.pageTitle, .pageTitle span{
	position: relative;
	font-family: 'h3'!important;
	font-size: 24px;
	color: var(--wc15);
	letter-spacing: 0px;
	font-weight:bolder;
	text-align: left;
}
.pageTitle span{color: var(--mainc1)!important;}

header .pgNmViewer{	
	position: absolute;
	left: 70px;
	max-width: 160px;
	height: 100%;
	color:var(--gc2);
	font-family: "h4";
	font-size: 16px;
	line-height: 53px;
	text-align: left;
	letter-spacing: 2px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

header .adpgNmViewer{
position: absolute;
    left:  20px;
       
    font-family: "h4";
    font-size: 22px;
     font-weight: bold; 
    line-height: 60px;
    text-align: left;
    letter-spacing: 1px;
}

header .nav{
	position: relative;
	list-style: none;
	left: calc(50% - 320px);
	padding: 0px;
	margin: 0;
	transition:  0s;
    width: 640px;
}
header .nav_ad{
	left: 200PX;
}
header .nav li{
	position: relative;
	padding: 0px 20px;
	margin: 0px 00px 0px 0px;
	color:var(--bc10);
	cursor: pointer;
    font-family: 'p2';
	font-size: 16px;	
	line-height: 70px;
	text-align: left;
	letter-spacing: 2px;
	display: inline-flex;
	transition:  var(--transition-time) var(--transition-type);

}

header .nav .active{	
	color:var(--mc9);	
	
	cursor:not-allowed ;
	pointer-events: none;
}

header .nav .active::before{	
	content: "";
	position: absolute;
	height: 5px;
	width: 60px;
	bottom: 0px;
	left: var(--underline);	
	background:var(--gc2);	
	transform: skewX(-50deg)
}

header .nav li:hover{
	/*transform: perspective(100px) rotateX(25deg);*/
	
	color:var(--mc8);		
}

/*header .nav .active::before{	
	content: "";
	position: absolute;
	height: 5px;
	width: 60px;
	bottom: 0px;
	left: var(--underline);	
	background:var(--wc1);	
	transform: skewX(-50deg)
}

header .nav li:hover{
	/*transform: perspective(100px) rotateX(25deg);
	border-radius: 10px 30px;
	background: var(--twc9);
	color:var(--gc1);		
}
when Open menu*/
header .nav2{transform: scale(1)!important;}
header .nav2 li{opacity: 1!important;transform: translateX(0%)!important;}


.menuOppener{
	position: absolute;
    background: var(--bc8);
	padding: 25px 10px 17px;
    right: 0px;
    top: 0;
    line-height: 30px;
	color:var(--wc2);
	cursor: pointer;
    font-family: 'ico';
	font-size: 46px;	
	transition:  var(--transition-time) var(--transition-type);
    transform: scale(0);}

.menuOppener:hover{
	color: var(--mc10);
}

header .btnCloseNav{
		display: none;
}
/*Buttons======================================================================================*/
[class*="btn"]{
	max-height: 38px;
	min-width: 100px;
	margin:auto;
	padding: 0px 20px;
	cursor: pointer;	
	transition:  var(--transition-time) var(--transition-type);
	border-radius: 25px ;
	font-size: 14px;
	font-family: 'h5';
	letter-spacing: 2.0px;
	line-height:40px;
	text-align: center;
	border: solid 1px transparent;
}

.btn1{
	background: linear-gradient(90deg, var(--mainc1) 0%, var(--mainc2) 50%);
	color: var(--wc3);
	border-color: transparent;
}
.btn1:hover{
	background: linear-gradient(90deg, var(--mainc1) 0%, var(--mainc2) 50%);
	color: var(--wc1);
	border-color: transparent;
	opacity: .7;
}
.btn1:active{
	background: linear-gradient(0deg,var(--mainc1) 0%, 	var(--mainc1) 51%);
	color: var(--wc1);
	border-color: transparent;
	opacity: .6;
}
.btn2{
	background:transparent ;
	color: var(--mainc1);
	border-color: var(--mainc1);
}

.btn2:hover{
	background: var(--mainc1);
	color: var(--wc3);
	border-color: var(--mainc1);
}
.btn2:active{
	background: var(--mainc1);
	color: var(--wc3);
	border-color: var(--mainc1);
	opacity: .6;
}
.btn3{
	background:transparent ;
	color: var(--bc4);
	border-color: var(--wc13);
}

.btn3:hover{
	background: var(--bc4);
	color: var(--wc3);
	border-color: var(--bc4);
}
.btn3:active{
	background: var(--wc13);
	color: var(--wc3);
	border-color: var(--wc13);
	opacity: .6;
}
.btn4{
	background:transparent ;
	color: var(--wc9);
	border-color: var(--wc11);
}

.btn4:hover{
	background: var(--wc9);
	color: var(--wc3);
	border-color: var(--wc9);
}
.btn4:active{
	background: var(--wc9);
	color: var(--wc3);
	border-color: var(--wc9);
	opacity: .6;
}

.textBoxSearch{
	position: absolute;
	padding:0px 0px 0px 0px;
	width: 450px;
	height: 60px;
	top: 0px;
	right: 60px;	
	background: var(--twc9);
	overflow: hidden;	
	transform-origin:top right;
}
.textBoxSearch_Open{
	transform: scale(1)!important;
}	
.searchText{
	position: relative;
	padding: 20px;
	width: calc(100% - 0px);
	margin: 0px 0px 0px 0px;
	color:var(--wc2);
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	letter-spacing: 1px;
	background: transparent;
	transition:  var(--transition-time) var(--transition-type);
}
#searchText:focus {background: var(--twc9);}

#searchText:valid{
	width: calc(100% - 60px);
} 
#searchText:valid + #searchSubmit{
    transform: translateX(0%);
}

#searchSubmit{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 20px;
	width: 60px;
	margin: 0px 0px 0px 0px;
	color:var(--wc1);
	font-family: "ico";
	font-size: 24px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
	background: var(--twc7);
	transition:  var(--transition-time) var(--transition-type);
	transform: translateX(100%);
}
#searchSubmit:hover{
	background: var(--twc6);
}
#searchSubmit:active{
	background: var(--twc5);
}

#searchBarOpener{
	display: none;
	background: transparent;
}
#searchBarOpener:hover{background: var(--twc9)}
.header_btn_cont{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px 0px 0px 0px;
}
.btnFilter{
	position: relative;
	top: 0px;
	float: left;
	padding: 20px 0px;
	width: 60px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	color:var(--wc1);
	font-family: "ico";
	font-size: 24px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0px;
	background: var(--gc2);
	transition:  var(--transition-time) var(--transition-type);
}

.btnFilter:hover{
	color:var(--wc1);
	background: var(--gc1)
}
.filter_cont{
	position: fixed;
	top:70px;
	min-height: 400px;
	right: 10px;
	padding: 80px 20px 0px;
	width: 340px;
	background: var(--gc5);
	border: 1px solid var(--tgc6);
	box-shadow: 0px 0px 50px 12px var(--gc5);
	opacity:0;
	transform:scale(0);
	transform-origin: right;
	transition:.5s;
	z-index: 115;
		overflow-y: auto;
	max-height: calc(100vh - 200px);
}
.filter_cont_visible{	
	opacity:1!important;
	transform:scale(1)!important;
}
.pg_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	list-style-type: none;
	display: flex;
	height: 45px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.pg_list li{
	position: relative;
	display: inline-block;
	width: calc(12.5% - 2px);	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: var(--tgc4);
	font-family: 'h4';
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	height: 48px;
	cursor: pointer;
	border: 1px solid  transparent;
}
 .active_pg:before{
	position: absolute;
	width: 100%;
	height: 10px;
	top: 0px;	
	left: 0px;
	line-height: 45px;
	border: 1px solid  var(--twc4);
	background: red
}
.pg_list .prev:before{
	content: "\E686";
	font-family: "ico";
	font-size: 40px;
	line-height: 55px;	
}
.pg_list .next:before{
	content: "\E684";
	font-family: "ico";
	font-size: 40px;
	line-height: 55px;	
}

.pg_list .active_pg{
	color: var(--gc1);
	background: var(--tgc7);
	border-bottom: 1px solid var(--gc1);
	border-right: 1px solid var(--gc1);
	border-left: 1px solid var(--gc1);
}
.pg_list li:hover{
	color: var(--gc1);
	background: var(--tgc7);
	border-bottom: 1px solid var(--tgc1);
}
	.filter_form{

	}

.filteer_item{
	position: relative;
	min-height:70px;
	left: 10px;
	margin: 0px;
}

.filter_cont label{
	position: relative;
	left: 10px;
	height: 50px;
	font-family: 'h4';
	color: var(--wc3);
	letter-spacing: 1px;
	padding-bottom: 30px;
	font-size: 15px;
}
.filter_cont .close_btn{
		display: none;
		opacity: 0;
}	
.filter_btn{
	width: 150px;
	height: 45px;
	position: relative;
	margin-left:15px;
}

/*Button===================================================*/
.close_btn{
	position: absolute;
	height: 50px;
	text-align: center;
	line-height: 50px;	
	margin: 0px;
	color: var(--wc3);
	background: var(--twc10);
	cursor: pointer;
	width: 100px;
    border-radius: 10px 20px;
	transition:  var(--transition-time) var(--transition-type);
}
.close_btn:before{
	content:'\2212';
	font-family: "ico";
	font-size:18px ;
}

.close_btn:hover{
	background: var(--twc7);
	color: var(--wc2);
}


/*Seachbar reduce width==================================================*/
@media only screen and (max-width:1430px){
	.textBoxSearch{width: 380px;}
}
/*Seachbar Compressing==================================================*/
@media only screen and (max-width:1220px){
#searchBarOpener{
	display: block;
}

.textBoxSearch{
 	transform: scale(0);
    padding: 0px 20px;
    width:calc(100% - 65px);
	max-width: 500px;
    height: 165px;
    top: 70px;
    right: 10px;
    background: var(--gc5);
    border: solid 2px var(--tgc7);
	transition:  var(--transition-time) var(--transition-type);
}
	
.textBoxSearch .searchText{
	padding: 20px 30px;
	width: calc(100% - 0px);
	margin: 20px 0px 0px 0px;	
	background: var(--twc10);
	
}
.textBoxSearch  #searchSubmit{
	transform: translateX(0%) scale(1);
    top: 95px;
    right: 20px;   
    height: 50px;
    width: 100px;
    padding: 0px;
	
}.textBoxSearch #searchText:valid + #searchSubmit{
	transform: translateX(0%) scale(1);
}
.textBoxSearch #searchText:valid{
	width:calc(100% - 0px);
} 
	
}
.nav .close_btn{
    color: var(--wc1);
   right: 10px;
    height: 30px;
    padding: 20px;
    line-height: 10px;
    background: var(--wc12);
    font-size: 50px;
    width: calc(200px - 100px);
    margin: 0px 30px 0px ;
    top: 20px;
    transform: scale(0)
}
.nav .close_btn:hover{background: var(--bc3)}
/*Nav Compressing======================================================================================*/
@media only screen and (max-width:900px){
.menuOppener{transform: scale(1);}
header .pgNmViewer{display: block;}
	header .adpgNmViewer{display: none;}
.nav .close_btn{transform: scale(1)}	
	
header .nav{
	position: fixed;
	width:calc(100% - 0px);	
	max-width:calc(100% - 0px);	
	height: 100vh;
	left: 0px;
	top: 0px;
	padding: 90px 0px 0px 0px;
	margin: 0;
	background: var(--bc7);
	transform: scale(0);
	transform-origin: left;
	transition:  var(--transition-time) var(--transition-type);
	z-index: 110;
}	
	header .nav_ad{
	left: 0PX;
}
header .nav li{   
    width: calc((100% - 100px));
    height: 70px;
    padding: 0px 20px;
    margin: 30px 30px 0px ;    
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    border-radius: 10px 40px;
    background: var(--twc8);
    color: var(--wc2);
    display: inline-block;
    float: left;
	opacity: 0;
	transform: translateX(-80%);
    transition: .7s;
}
header .nav li:hover{	
	transform: perspective(0px) rotateX(0deg);
	background: var(--tmc10);
	color:var(--wc1);	
    
}
header .btnCloseNav{
		display: block;
}
header .nav .n1{transition-delay:  .2s;}
header .nav .n2{transition-delay:  .3s;}
header .nav .n3{transition-delay:  .4s;}
header .nav .n4{transition-delay: .5s;}
header .nav .n5{transition-delay: .6s;}
header .nav .n6{transition-delay: .45s;}
header .nav .n7{transition-delay: .5s;}
header .nav .n7{transition-delay: .55s;}	

header .nav .active{	
	display: none;
}

header .nav .active::before{	
	content: "";
	position: absolute;
	height: 5px;
	width: 60px;
	bottom: 0px;
	left: var(--underline);	
	background:var(--wc1);	
	transform: skewX(-50deg)
}



	/*reduce height of nav Button*/
.btnFilter{background: transparent;}
	
.btnFilter:hover{background: var(--twc9);}	
	
.btnFilter{height: 50px;line-height: 15px;}	
	
.filter_cont{	
	top:0px;
	height: 100vh;
	max-height: none;
	left:  0px;
	width: calc(100% - 40px);
	opacity:0;
	transform:scale(0);
	padding: 75px 10px 0px 30px;
	border: none;
}	
.pg_list{
	position: absolute;
	width: calc(100% - 80px);
	left: 0px;
	top:8px;
}	
.filter_cont .close_btn{
		display:block;
		opacity: 1;
}	
}


.nexttab_btn{opacity:0;pointer-events: none}
.nexttab_btn_v{opacity:1;pointer-events:auto}

.colorSpred-g{
    position: absolute;
    width: 0px;
    height: 0px;
    background: radial-gradient(circle, var(--color) 0%, transparent 50%);
    opacity: 1;
    border-radius: 50%;
}

footer{
    position:relative;    
    background: var(--bc3);
    height: 495px;
    width: 100%;
    z-index: 200;
}

footer .preloder{    
    top: 50px;
}

footer .tb1{
    position: absolute;
    width: calc(100% - 60px);
    left: 30px;
    top:  250px;
}
footer h1{
    position: relative;
    width: calc(100% - 0px);
    
    top:  0px;
    color: var(--wc9);
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 1px;    
    padding-bottom: 20px;
}

footer h2{
    position: relative;
    width: calc(100% - 0px);
    height: 20px;
    top: 0px;
    color: var(--mc10);
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 1px; 
}

footer h3{
    position: relative;
    width: calc(100% - 0px);
    
    top: 0px;
    color: var(--wc12);
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 1px;    
}
.footer_contacts{
    position: relative;
    top:400px;
    left: calc(50% - 112px);
    right: 0;
    font-family: 'ico';
    color: var(--wc4);
    font-size: 24px;
}
.footer_contacts td{
    position: relative;
    width: 70px;
    height: 20px;
    font-family: 'ico';
    color: var(--wc12);
    font-size: 20px;
    text-align: center;  
    cursor: pointer;
    transition: var(--transition-time) var(--transition-type);
    background: var(--grd3);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.footer_contacts td:hover{background: var(--mc7);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}