#menubar a.nav-item {
    color: white;
    font-size: larger;
}
div.dropdown-menu {
    background-color:#83fbff;
}
h3 {
    color: rgb(20, 0, 110);
    font-weight: bold;
}
#menubar li a.nav-item:hover {
    text-decoration-line: underline;
}
.dropdown-menu a.dropdown-item{
    direction:rtl;
    text-align:right;
}

.carousel-inner img {
    width: 80%;
    
}

#slidepic {
    position: static;
}
.nav-item {
    padding-right:10px;
}
.partformat {
    font-family: BROYA_0, Tahoma, Geneva, sans-serif;
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    font-size:larger;
}
.headformat {
    font-family: IRANNASTALIQ1, Tahoma, Geneva, sans-serif;
    color:white;
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    font-size: x-large;
    text-shadow: 0px 0px 5px aquamarine;
}

.headformat2 {
    font-family: IRANNASTALIQ1, Tahoma, Geneva, sans-serif;
    color:rgb(233, 255, 139);
    direction: rtl;
    text-align: justify;
    text-justify: inter-word;
    font-size: x-large;
    text-shadow: 0px 0px 15px aquamarine;
}

@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;
}

@font-face {
    font-family: 'IRANNASTALIQ1';
    src: url('../font/IRANNASTALIQ1.eot') format('embedded-opentype'),url('font/IRANNASTALIQ1.svg#IRANNASTALIQ1') format('svg'), url('IRANNASTALIQ1.eot?#iefix') format('embedded-opentype'), url('../font/IRANNASTALIQ1.otf') format('opentype'), url('../font/IRANNASTALIQ1.TTF') format('truetype'), url('../font/IRANNASTALIQ1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.errortext {
    font-family: BROYA_0 , Tahoma, Geneva, sans-serif;
}

body {
    font-family: BROYA_0 , Tahoma, Geneva, sans-serif;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 50%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  
  .flip-card-back {
    transform: rotateY(180deg);
  }