
body{
  background: #000;
}


@font-face {
    font-family: 'iran';
    src: url('../fonts/iran_sans.eot?#') format('eot'),
    url('../fonts/iran_sans.ttf') format('truetype'),
    url('../fonts/iran_sans.woff') format('woff');
}

@font-face {
    font-family: 'Agency FB';
    src: url('../fonts/Agency FB V2.eot?#') format('eot'),
    url('../fonts/Agency FB V2.ttf') format('truetype'),
    url('../fonts/Agency FB V2.woff') format('woff');
}

.modal-content {
    position: relative;
    border-radius: 10px;
    outline: 0;
        background-color: black;
}


.example_c {
color: #2d2d2d;
    text-decoration: none;
    padding: 10px 100px;
    border: 2px solid #2d2d2d;
    display: inline-block;
    transition: all 0.4s ease 0s;
    font-family: Agency FB;
    font-weight: bold;
    font-size: 20px;
}
.example_c:hover {
text-decoration: none;
    color: #ffffff !important;
    background: #a70303;
    border-color: #a70303 !important;
    transition: all 0.4s ease 0s;
}



.redwrap {
  position: absolute;
    width: 25%;
    left: 0;
    background: #800303;
    box-sizing: content-box;
    height: 25px;
    overflow: hidden;
    text-shadow: 0px 0px 0px;
    line-height: 23px;
}


.goldwrap-main{
    position: absolute;
    width: 90%;
    background: #800303;
    box-sizing: content-box;
    height: 27px;
    overflow: hidden;
    text-shadow: 0px 0px 0px;
    line-height: 25px;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    font-size: 18px;
    margin-top: 10px
}

  @keyframes tickerv {
    0% {margin-top: 0;}
    25% {margin-top: -26px;}
 
    0% {margin-top: 0;}
  }
  .tickerv-wrap {

position: absolute;
    width: 75%;
    right: 0;

background: #00000061;
    box-sizing: content-box;
    height: 25px;
    overflow: hidden;
    text-shadow: 0px 0px 0px;
  } 
  .tickerv-wrap ul {
    padding:0;
    margin:0;
    list-style-type: none;
    animation-name: tickerv;
    animation-duration:10s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
  }
  .tickerv-wrap ul:hover {
    animation-play-state: paused;
  }
  .tickerv-wrap ul li {
    font-size:18px;
    line-height: 26px
  }











.btnm {

color: white;
    width: 256px;
    height: 64px;
    line-height: 64px;
    transition: all 0.3s;
    float: none;
    margin: 0 auto;
    display: block;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 120%;
    position: absolute;
    text-align: center;
    cursor: pointer;
    span {: ;
    transition: all 0.3s;
    tranform: scale(1, 1);
    }
}

.btnm::before, .btnm::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


/* BTN TWO */
.btnm-two::before, .btnm-two::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btnm-two:hover::after {
  animation-name: rotatecw;
  animation-duration: 2s;
}
.btnm-two:hover::before {
  animation-name: rotateccw; 
  animation-duration: 3s;
}
.btnm-two:hover::after, .btnm-two:hover::before {
  left: 96px;
  width: 64px;
  
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotatecw {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

@keyframes rotateccw {
    from {transform: rotate(0deg);}
    to {transform: rotate(-360deg);}
}


















.btnn {
  line-height: 50px;
  height: 50px;
  text-align: center;
  width: 250px;
  cursor: pointer;
}


.btnn-one {
  color: #FFF;
  transition: all 0.3s;
  position: relative;
}
.btnn-one span {
  transition: all 0.3s;
}
.btnn-one::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255,255,255,0.5);
  border-bottom-color: rgba(255,255,255,0.5);
  transform: scale(0.1, 1);
}
.btnn-one:hover span {
  letter-spacing: 2px;
}
.btnn-one:hover::before {
  opacity: 1; 
  transform: scale(1, 1); 
}
.btnn-one::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s;
  background-color: rgba(255,255,255,0.1);
}
.btnn-one:hover::after {
  opacity: 0; 
  transform: scale(0.1, 1);
}

















.rel{
  position: relative;
}


.parallax {
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}





.footer{
height: 120px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #f1f1f1;
    position: fixed;
    bottom: 0;
    z-index: -1;
    background: #210000;
    font-family: Agency FB;
    font-weight: bold;
    text-align: center;
}








::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #a70303;
}

::selection {
  color: #ffffff;
  background: #a70303;
}



.line1 {
    height: 4px;
    background-color: #2d2d2d;
    margin-bottom: 10px;
    text-shadow: 0px 0px 6px #2c2c2c;
    margin-top: 35px;
}

.titletitr{
    text-align: center;
    font-family: Agency FB;
    font-size: 50px;
    font-weight: bold;
    color: #2d2d2d;
    text-shadow: 0px 0px 6px #2c2c2c;
}


.maintitle{
  color: #ffffff;
    float: none;
    margin: 0 auto;
    display: block;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    position: absolute;
text-align: center;
    font-family: Agency FB;
    font-weight: bold;
    text-shadow: 0px 0px 20px #000000;
}




.yedunemenu {
height: 100%;
position: fixed;
top: 0%;
right: 15px;
bottom: 0;
z-index: 2; padding-right: 0;
}


.menuyedune {
float: right;
direction: rtl;
padding: 0;
margin: 0;
position: relative;
top: 50%;
transform: translate(0,-50%);
}


.thumbnail {
    border: none;
    padding: 0px;
    background: none;
    border-radius: 0px;
    margin: 0;
    transition: 0.25s;
}
.thumbnail:hover {
    border: none;
    padding: 0px;
    background: none;
    border-radius: 0px;
    margin: 0;
    opacity: 0.65
}


@media (min-width: 768px){
.modal-content {

background: none;
box-shadow: 0 0px 0px;
    border: 0px;
}
}



.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #000000e6;
}






.rightcurser{
position: absolute;
    top: 50%;
    right: 37px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.6;
}
.rightcurser:hover{

    opacity: 0.8;
}


.leftcurser{
position: absolute;
    top: 50%;
    left: 37px;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    opacity: 0.6;
}
.leftcurser:hover{

    opacity: 0.8;
}


button.close{
    position: absolute;
    right: 35px;
    top: 25px;
    z-index: 11111111;
    color: #ffffff;
    font-size: 40px;
    opacity: 0.6;

}


.close:focus,.close:hover{color:#ffffff;  opacity: 0.8;text-decoration:none;cursor:pointer;}





@media (min-width: 768px) {
.modal-dialog {
    width: 60%;
    margin: 5% auto;
}


}







/* nav toggle */
.nav1-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 75px;
  left: 45px;
  position: fixed;
  top: 20px;
  width: 35px;
  z-index: 2; }
  .nav1-toggle:hover {
    opacity: 0.8; }
  .nav1-toggle .nav1-toggle-bar,
  .nav1-toggle .nav1-toggle-bar::after,
  .nav1-toggle .nav1-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: white;
    content: '';
    height: 0.4rem;
    width: 100%; }
  .nav1-toggle .nav1-toggle-bar {
    margin-top: 0; }
  .nav1-toggle .nav1-toggle-bar::after {
    margin-top: 0.8rem; }
  .nav1-toggle .nav1-toggle-bar::before {
    margin-top: -0.8rem; }
  .nav1-toggle.expanded .nav1-toggle-bar {
    background: transparent; }
  .nav1-toggle.expanded .nav1-toggle-bar::after, .nav1-toggle.expanded .nav1-toggle-bar::before {
    background: white;
    margin-top: 0; }
  .nav1-toggle.expanded .nav1-toggle-bar::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav1-toggle.expanded .nav1-toggle-bar::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }




.nav1 {
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  background: #00000080;
  color: white;
  cursor: pointer;
  font-size: 2rem;
  height: 100vh;
  left: -225px;
  padding: 6rem 2rem 2rem 2rem;
  position: fixed;
  top: 0;
  width: 225px;
  z-index: 1; }
  .nav1.expanded {
    left: 0; }
  .nav1 ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    margin: 0;
    padding-left: 25px }


  .nav1 ul a{
text-decoration: none;
color: #ffffff;
font-family: Agency FB;
}

  .nav1 ul a:hover{
text-decoration: none;
color: #787878;
font-family: Agency FB;
}













.body {

  overflow: hidden;
}






.nav{
  padding: 0px;
}



.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #4e833d;
    border-radius: 0;
    font-family: B nazanin;
    font-weight: bold;

    background: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 10px 5px 30px;
    font-family: B nazanin;
    font-weight: bold;
}
.nav>li>a:hover {
    position: relative;
    display: block;
    padding: 5px 10px 5px 30px;
    font-family: B nazanin;
    font-weight: bold;
    background: none
}

a {
    color: #414042;
    text-decoration: none;
    font-family: B nazanin;
    font-weight: bold;

}
a:hover{

   background: none;
 }


.nav-pills>li>a {
    border-radius: 0px;
    color: #414042;

}

.nav-pills>li>a:hover {
    border-radius: 0px;
    color: #626262;
background: none
}

.nav-pills>li>a:focus {
    border-radius: 0px;
    color: #414042;
background: none
}



body, html {
  height: 100%;
  margin: 0;
}

.section1 {
  /* The image used */
  background: #000;

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section2 {
  /* The image used */
  background-image: url("../images/main-002-vahid.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.section1000 {
  /* The image used */
  background-image: url("../images/main-001000-vahid.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.section21 {
  background-image: url("../images/1/M-1aca-M.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section22 {
  background-image: url("../images/2/M-2udp-M.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section222 {
  background-image: url("../images/VahidVr.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section2222 {
  background-image: url("../images/VahidGame.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section23 {
  background-image: url("../images/3/M-3vfx-M.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section24 {
  background-image: url("../images/4/M-4doc-M.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section25 {
  background-image: url("../images/5/M-5mot-M.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section26 {
  background-image: url("../images/6/M-6moji-M.jpg");
  height: 100%; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.section3 {
  /* The image used */
  background-image: url("../images/main-003-vahid.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section4 {
  /* The image used */
  background-image: url("../images/cast.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section5 {
  /* The image used */
  background-image: url("../images/day.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section6 {
  /* The image used */
  background-image: url("../images/kore1.jpg");

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.section7 {
background: #000000;
}





.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
background-color: #00000047;
}



.progress-container {
  width: 100%;
  height: 6px;
}

.progress-bar {
  height: 6px;
  background: #a70303;
  width: 0%;


    -webkit-transition: width 2s;
    -webkit-transition-timing-function: ease;
    transition: width 0.5s;
    transition-timing-function: ease-out;



}


/* width */
::-webkit-scrollbar {
  width: 5px;
  display: none
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
    display: none
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 5px;
    display: none
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
    display: none
}


.social {
    position: fixed;
    z-index: 2;
    left: 40px;
    bottom: 30px;
}

.social ul {
    padding: 0;
    margin: 0;
}
.social ul li {
    list-style: none;
    float: right;
    margin: 8px;
    font-size: 20px;
    color: #fff;
}
.social ul li:hover{
    list-style: none;
    float: right;
    margin: 8px;
    font-size: 20px;
    color: #787878;
}
.white {
    color: white;
}




a:focus, a:hover{
      color: #787878;
      text-decoration-line: none;
      text-decoration: none; 
}











* {
  box-sizing: border-box;
}





.rows {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columns {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.columns img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columns {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columns {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

}


.workpic{
text-align: center;
    font-family: Agency FB;
    font-weight: bold;
    font-size: 24px;
    background: #800303;
    color: white;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;}







.redredred {
    background: #800303;
    height: 27px;
    text-shadow: 0px 0px 0px;
    line-height: 25px;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;

}



























.carousel-fullscreen .carousel-inner .item {
    height: 100vh; 
    min-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.2s ease-out;
}


/* demo typography */

h1,h2,h3,h4 {
    font-weight: 700;
}

.super-heading {
    font-size: 70px; 
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

/* carousel fade */
/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.demo-content {padding-top: 50px; padding-bottom: 50px; }


.carousel-indicators .active {
    width: 36px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}


.matnmatn {
  text-align: justify;
    font-family: Agency FB;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 25px;
}


body,html  {
  background-color: #000;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}
.scroll-downsss {
right: 50%;
    bottom: 5%;
    margin: auto;
    width: 34px;
    height: 55px;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}
.mouseyss {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scrollerss {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}



@media screen and (max-width: 768px) {
    
    .scroll-downsss {display:none;}
}

@media (min-width: 769px) and (max-width: 10000px) {
   .scroll-downsss {
right: 50%;
    bottom: 5%;
    margin: auto;
    width: 34px;
    height: 55px;
    display: block;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}
}