@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

*{
     padding:0;
     margin:0;
    font-family: 'Cairo', sans-serif;
}
html {
	background-color: #ffd543;
	background-image: url('../images/bg-trans.webp');
	background-position: center;
//	background-size: 250px;
	background-attachment: fixed;
	color: #fff;
	text-shadow: 0px 0px 7px #000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-repeat: repeat;
//    width:90%;
//    margin: 0 auto;
display: inline-flex;
height: 100%;
}
body{
background-color: #00000015;
margin: 0;
padding: 0;
display: inline-table;
width: 100%;
}
.container {
	position: relative;
	top: 5px;
	right: 0;
	left: 0;
	margin: 0px auto;
	width: 98%;
	max-width: 500px;
	border: 0px solid #000;
	border-radius: 5px;
	margin-top: 15px;
	padding: 5px 5px 55px 5px;
	table-layout: fixed;
	min-height: 300px;
	// max-height: 600px;
	overflow: hidden;
	display: block;
	text-align: center;
}
p,ul{
    text-align: center;
    margin-left:20px ;
    margin-right: 20px;
    direction: rtl;
	text-shadow: 0px 0px 3px #000;
    list-style-type: none
    font-size: 0.9em;
}
h1,h2,h3,h4,h5 {
	margin: 20px auto;
	font-weight: bold;
    width: 95%;
}
h2{
    font-size: 26px;
}
h3{
	color: #0024e8;
	text-shadow: 0px 0px 1px #000;
}
a{
text-decoration: none;
transition:  .3s ease all;
}
a:visited {
  color: #ffd543;
}
a:hover {
  color: gold;
  opacity: .85;
}
a:link {
  color: #ffd543;
}
a:active {
  color: red;
}
  @media screen and (max-width: 400px) {
    h1{
        font-size: 16pt;
    }

    
  }
    @media screen and (min-width: 400px) and (max-width: 450px) {
    h1{
        font-size: 18pt;
    }

    
  }
    @media screen and (min-width: 450px) and (max-width: 500px) {
    h1{
        font-size: 20pt;
    }

    
  }
    @media screen and (min-width:500px) and (max-width: 550px) {
    h1{
        font-size: 22pt;
    }

  }
    @media screen and (min-width:550px) and (max-width:749px) {
    h1{
        font-size: 24pt;
    }

  }
    @media screen and (min-width:750px){
    h1{
        font-size: 25pt;
    }

  }  
   
  
.footer{
   color: black;
   background-color:#f0f0f0;
   width:100%;
   text-align: center;
   display: inline-block;
}
.navigation{
     display:flex;
     flex-direction:column;
     align-items: center;   
     padding:77px 0px 0px 0px;
}
.navigation a{
	display: flex;
	align-items: center;
    margin-left: auto;
     color: white;
     font-size:20px;     
     text-decoration:none;   
     font-weight:700;
     height:10px;     
     padding: 7px 0px 0px 0px; 
     margin-right:20px;
     }
.navigation .aofhome{
padding: 12px 0px 0px 0px;  
}
.navigation .ofsupport{
padding: 1px 0px 0px 0px; 
}
.navigation .aofcontact{
padding: 5px 0px 0px 0px;  
}
/*.navigation a:focus{
    outline: none;  
}*/
.home,.homes,.share{
     width:35px;
     height:35px;
     filter:invert(100);
     margin:0px 38px 0px 0px;
     transition: right 0.3s ease;
}
.share{
    width:40px;
     height:40px;
}
.homes{	
margin:0px 39px 0px 0px;
}
.boxofaboutme,.boxofklan,.boxofnames,.boxofhome,.boxofsupport,.boxofshare,.boxofSymbols{
     margin:0px 0px 0px 0px;  
     height:80px;
     width:100%;
     display:flex;
     align-items: center;
    transition: right 0.3s ease;
}
.boxofsupport{
padding:0px 0px 0px 10px;
}
.boxofaboutme:hover,.boxofklan:hover,.boxofnames:hover,.boxofhome:hover,.boxofsupport:hover,.boxofshare:hover,.boxofSymbols:hover{
	background-color:rgb(255, 175, 51);
}
button{
outline:none;
}
.youtube-ic,.facebook,.TikTok,.Twitter,.sharimg,.Instagram{
margin:0px 5px 0px 5px;
width:20px;
height:20px;
}
.sharimg{
margin:0px 5px 0px 0px;	
border-radius:5px;
width:23px;
height:23px;
}
.support-img{
margin:0px 5px 0px 5px;	
width:22px;
height:22px;
}
.links-dev {
	margin: 10px 0px 5px 0px;
	height: 45px;
}
span {
	color: #fff007;
	font-weight: bold;
}
.footer-title{
color:rgb(0, 57, 0);
}
.footer p{
	font-size: 18px;
	text-shadow: none;
}
#copyright{
color:rgb(0, 50, 0);
}
.comp,.blog,.logo,.youtube,.telegram,.diamonds,.log,.zkrfa,.download {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 180px;
  margin: 10px 5px;
}
.earn-money,.comp-icon,.blog-icon,.site-icon,.youtube-icon,.telegram-icon,.diamonds-icon,.login-icon,.logout-icon,.zkrfa-icon,.download-icon {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 90%;
	background-attachment: unset;
	color: #fff;
	text-shadow: 0px 0px 7px #000;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	width: 120px;
	height: 120px;
	border-radius: 30px;
	border: 2px dashed #000;
	box-shadow: 0 0 10px 2px #000;
	background-position: center center;
	margin: 15px 5px;
    transition:  .3s ease all;
}
.earn-money:hover,.comp-icon:hover,.blog-icon:hover,.site-icon:hover,.youtube-icon:hover,.telegram-icon:hover,.diamonds-icon:hover,.login-icon:hover,.logout-icon:hover,.zkrfa-icon:hover,.download-icon:hover {
  box-shadow: 0 0 12px 4px #000;
}
.comp-icon{
	background-image: url('../images/comp.webp');
}
.blog-icon{
	background-image: url('../images/blog.webp');
}
.site-icon{
	background-image: url('../images/sm-logo.webp');
}
.youtube-icon{
	background-image: url('../images/youtube.webp');
}
.telegram-icon{
	background-image: url('../images/telegram.webp');
}
.diamonds-icon{
	background-image: url('../images/diamonds.webp');
}
.login-icon{
	background-image: url('../images/login.webp');
}
.logout-icon{
	background-image: url('../images/logout.webp');
}
.zkrfa-icon{
	background-image: url('../images/zkrfa.webp');
}
.download-icon{
	background-image: url('../images/download.webp');
}
.earn-money{
	background-image: url('../images/earn-money.webp');
}
