@font-face {
  font-family: pixelboy-BRoya;
  src: url('font/pixelboy-BRoya.eot');
  src: url('font/pixelboy-BRoya.eot?#iefix') format('FontName-opentype'),
       url('font/pixelboy-BRoya.woff') format('woff'),
       url('font/pixelboy-BRoya.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
html {
    margin:0 !important;
    padding:0 !important;  
}
body{
    
    direction: rtl;
    color: white;
    background-color: #151c26;
}
body,html,h1,p{
    
    font-family: pixelboy-BRoya;
}
#menubarnav{
    float: right;
}
#logo{
    width: 64px;
    height: 60px;
    background-image: url(image/logo.png);
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}
#contentmenu{
    float: right;
    margin-top: 0px;
    background-color: black;
    padding: 15px 0px;
}
#centermenu{
    margin: 0 auto;
    padding: 0px;
}
.navbar{
    border-radius: 3px;
    float: right;
}
.bg-light {
    background-color: black !important;
}
.navbar .navbar-expand-lg .navbar-light .bg-light{
    direction: rtl;
    background-color: white;
    border-radius: 10px;
}
.navbar-toggler {
  background-color: white;
}
*{
    color: white !important;
}
#slider{
    float: right;
    padding: 0;
}
#dialog{
    float: right;
}
#dialogbox{
    margin: 0 auto !important;
    margin-top: 40px !important;
    text-align: center;
}
#contactbox{
    margin: 60px auto !important;
    padding: 15px;
    text-align: center;
    background-color: #0fd296;
    border-radius: 15px;
    font-weight: bold;
    font-size:2vw;
}
#boxes{
    float: right;
   
}
.box-item{
    float: right;
    text-align: center;
    font-size: 2vw;
}

.itemtext{
    background-color: gray;
    color: black;
}
#contactservice{
    float: right;
    padding: 0;
    margin: 60px auto;
}
#registerform{
   position: absolute;
    top: 10%;
    left: 40%;
}
#registerform{
    text-align: center;
    font-weight: bold;
    font-size:1.5vw;
}
#registerform form input[type=button]{
    background-color: #0fd296;
    border: none;
    padding: 15px;
    border-radius: 15px;
}
#registerform form input[type=button]{
    background-color: #0fd296;
    border: none;
    padding: 5px 20px;
    border-radius: 15px;
    font-weight: bold;
}
#registerform form input[type=text]{
    border: 1px solid #3d495b;
    border-radius: 10px;
    background-color: transparent;
    color: white;
 }
#footer{
    background-color: #000000;
    float: right;
    padding: 36px 10px;
    text-align: center;
}
