#menubar a.nav-item {
    color: rgb(181, 255, 147);
    font-size: large;
}

#menubar li a.nav-item:hover {
    text-decoration-line: underline;
}
.dropdown-menu a.dropdown-item{
    direction:rtl;
    text-align:right;
    font-size: large;
}
#slidepic {
    position: static;
}
.nav-item {
    padding-right:10px;
    font-size: large;
}
.partformat {
    font-family: BROYA_0, Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
}
.titleformat {
    font-family: BROYA_0, Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    font-size: large;
}

@font-face {
    font-family: 'BROYA_0';
    src: url('font/BROYA_0.eot') format('embedded-opentype'),url('font/BROYA_0.svg#BROYA_0') format('svg'), url('BROYA_0.eot?#iefix') format('embedded-opentype'), url('../font/BROYA_0.otf') format('opentype'), url('../font/BROYA_0.TTF') format('truetype'), url('../font/BROYA_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.titletext {
    font-family:"nastaliq";
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    margin-top: auto;
    margin-bottom: auto;
    color: rgb(0, 16, 165);
    text-shadow: 2px 2px 5px rgb(190, 229, 255);
}
@font-face {
    font-family: 'nastaliq';
    src: url('font/IRANNASTALIQ1.eot') format('embedded-opentype'),url('font/IRANNASTALIQ1.svg#BROYA_0') format('svg'), url('IRANNASTALIQ1.eot?#iefix') format('embedded-opentype'), url('../font/IRANNASTALIQ1.otf') format('opentype'), url('../font/IRANNASTALIQ_1.TTF') format('truetype'), url('../font/IRANNASTALIQ1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.carsolimageclass {
    border-radius: 25px;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;

}
/*-----------------*/
.containerclass {
    position: relative;
  }
  
  .imageclass {
    display: block;
    width: 100%;
    padding-bottom: 47%;
  }
  
  .overlayclass {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(1, 2, 75);
    opacity: 0.85;
    overflow: hidden;
    width: 100%;
    height: 50%;
    transition: .5s ease;
  }
  
  .containerclass:hover .overlayclass {
    height: 100%;
  }
  
  .textclass {
    white-space: normal;
    width: 100%;
    text-align: center;
    font-size: x-large;
    color: rgb(255, 255, 0);
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  
    .errortext {
    font-family: BROYA_0 , Tahoma, Geneva, sans-serif;
}