
@font-face {
    font-family: 'iranlight';
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: local('☺'), url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "iranbold";
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: local('☺'), url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{
  margin: 0;
  padding: 0;
  font-family: IranSans !important;
  font-size: 15px;
  color: white;
 
}
body {
    direction: ltr !important;
    margin: 0;
    padding: 0;
    font-family: IranSans !important;
    font-size: 15px;
    color: white;
}

.pull-left {
    float: right !important;
}
.downlaod a{
    color: #333;
}
.downlaod a:hover{
    color: #333;
    text-decoration: none;
}
.overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.61) 10%, rgba(0, 0, 0, 0) 100%);
}

.overlay header {
  margin-top: 10px;
  margin-bottom: 30px;
}



ul.nav>li {
  display: inline;
}

ul.nav>li>a {
  font-size: 14px;
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: 0 1px 2px #000000;
}

ul.nav a,
ul.nav a :hover {
  text-decoration: none;
  color: white
}

.downlaod>.bubbly-button {
  position: absolute;
  left: 30px;
  top: 20px;
}

.downlaod img {
  float: right;
  width: 25px;
  height: 25px;
}

.downlaod span {
  font-size: 15px;
  margin-top: 1px;
  margin-right: 10px;
}

/* .disabled-bubbly-button {
  font-family: iransans;
  border-radius: 3px;
  position: absolute;
  top: 20px;
  left: 30px;
  padding: 0.3rem 1em;
  background: rgb(255, 255, 255);
  opacity: 1;
  color: black;
} */

#loading img {
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 90;
}

/*
.mockup img {
  height: 70vh;
  position: absolute;
  left: 200px;
  top: 18vh
}
*/


.ios-coming-soon {
  display: inline-block;
  /* width: 120px; */
  padding: 5px 15px 7px 15px;
  border-radius: 5px;
  background: white;
  color: black;
  line-height: 1.9;
  position: absolute;
  top: 20px;
  left: 150px;
  opacity: 0.7;
}


/*navbar menu*/
.navbar-default {

    background-color: transparent !important;
    border-color: transparent !important;

}

ul.nav > li {

    display: inline;
    float: left !important;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > li > a {

    color: #fff !important;

}

/* NAVBAR
----------------------*/

 .respponsive-menu{
    top:20px ;
} 

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

/********modal dialog******/
.modal-header .close {
    float: left !important;

}

.modal-dialog {
    width: 600px;
    margin: 300px auto !important;

}


.modal-body {
    position: relative;
    padding: 15px;
    text-align: justify;
}


.modal-dialog .modal-content .panel {
    margin-bottom: 0 !important;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.modal-body .panel p{
    padding: 10px 0;
    color: #454545;
}

.modal-content .modal-footer .btn-danger{
    background-color: #11afa4;
    border-color: #11afa4;
    color: #fff
}

.modal-content .modal-footer .btn-danger:hover{
    background-color: #149e94;
    border-color: #149e94;
    color: #fff
}


.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: transparent;
}

.container-image :hover .overlay {
  opacity: 1;
}




.icon {
    color: white;
    font-size: 70px;
    position: absolute;
    top: 650px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    left: 200px;  
}
  .icon i{
        color: #fff;
    }  
.modal-content-video .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}
.fa-play-circle:hover {
  color: #eee;
}

/*accordion */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.overlay-content .panel  p {
    color: #454545;
}
.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

#myNavFAQ .active:after {
    content: "\2212";
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.nopadding{
    padding: 0 !important;
}
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* end .accordion */

ul.nav > li > a {
    background: transparent;
}

.a-enter-vr-button {
    display: none;
}


.container-image {
    position: relative !important;
    width: 100%;
    max-width: 250px !important;
    min-width: 250px;
    float: left;

  }

  .home-about-right h1 {
    padding: 20px 0;
}

.home-about-right h5 {
    margin-bottom: 20px;
    font-weight: 300;
}
.home-about-right p{
    line-height: 2;
    text-align: justify;
}
.primary-btn {
    line-height: 42px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 25px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    position: relative;
}
    

.primary-btn:hover {
    background: transparent;
    color: #8a90ff;
    border-color: #8a90ff;
}


.mx-auto{
    width:300px !important;
}
.home-about-left img {
  width: 100%;
}

.home-about-right {
  padding-right: 20%;
  padding-left: 4%;
}

.dropdown-content a,.dropdown-content a :hover{
color: #333 !important;
}

/* menu FullScreen Navigation */
.overlay-set {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay-content p {

    text-align: justify;
}

.overlay-set a {
    padding: 8px;
    text-decoration: none !important;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay-set a:hover, .overlay-set a:focus {
    color: #f1f1f1;
}

.overlay-set .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay-set a {font-size: 20px}
  .overlay-set .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.full-screen{
    display: block;
    z-index: 1000;
    position: absolute;
    padding: 0 200px ;
    color: #eee;
    line-height: 2;
    width: 100% !important;
    text-align: justify;
}
.panel {
    margin-bottom: 0 !important;
}

#myNavContact p a{
    font-size: 15px;
    color: #eee;
    padding: 0;
}


    /* drodown */

    .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid rgba(221, 221, 221, 0.51);
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:transparent;}


#myNavFAQ .overlay-content .full-screen a{
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #656565;
}
#myNavFAQ .overlay-content .full-screen a:hover{
    color: #333;
}
.overlay-content .full-screen a{
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #ddd;
}
.overlay-content .full-screen a:hover{
    display: inline-block;
    font-size: 14px;
    padding: 0;
    color: #aaa;
}

.ooverlay-content h1{
    font-size: 30px !important;
}


.action-button
{
  position: relative;
  padding: 7px 15px;
    margin:20px 10px 10px 10px;
    float: right;
    border-radius: 5px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}

a:focus{
    color: rgb(51, 51, 51) !important;
    text-decoration: none;
 }
.blue
{
    background-color: #009fa5;
    border-bottom: 5px solid #0a8a8f;
    text-shadow: 0px -2px #068a8f;;
}
.blue:hover{
    color: #fff;
    text-decoration: none;
}

.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}
.commingsoon{
    opacity: 0.7;
    background: #fff;
    font-size: 15px;
    color: #333;
    pointer-events: none;
}
.commingsoon img{ 
  float: left;
  width: 30px;
    
}
.commingsoon span{
    position: relative;
    top:5px;
}
.Downloadbtn{
  color: #333;
  background: #fff;

}
.Downloadbtn img{
  width: 25px;
}
a,a:hover{
  text-decoration: none;
}

.bubbly-button:hover {
    background: #a4c639;
    color: white;
    text-decoration: none;
}


.language{
    position: fixed !important;
    bottom: 0;
    margin: 25px !important;
    left: 0;
    color: #fff !important;
}
.lang{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px !important;
    margin: 0 15px;
}
.navbar-right {
    float: left !important;
    margin-right: -15px;
}



.info-d h1 {
    color: #fff;
    padding-bottom: 120px;
    letter-spacing: normal;
    font-weight: 500;
    font-size: 33px;
}

.info-d h3 {
    color: #fff !important;
    padding-bottom: 10px;
    text-align: center;
}

.info-d p {
    color: #fff !important;
    padding-bottom: 30px;
    text-align: center;
    font-size: 19px;
    line-height: 2;
}
.code-guide3d {
    padding: 2px 4px;
    width: 650px;
    height: 490px !important;
    background-color: rgb(249, 242, 244);
    border-radius: 4px;
    margin: 50px auto;
}
.info-d {
    padding: 50px 0;
}


.btn-light{
    float: none;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    text-align: center;
    -webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.26);
    font-size: 18px;
    font-weight: 500;
    color: rgb(0, 153, 142);
    margin: 0.5rem;
    padding: 0.7rem 1.6rem;
    line-height: 1.6;
    font-family: 'iranbold';
    text-decoration: none !important;
}

.btn-light:hover{
    color: rgb(6, 124, 116);
}
 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) {
    .navbar-nav .nav-item {
        text-align: center;
        width: 100%;
        background-color: #009fa5;
        border: 1px solid #eee;
        border-radius: 5px;
    }
    
    .navbar-nav .dropdown-content{
        width: 100%;
    }
    .modal-dialog {
        width: 600px;
        margin: 50px auto !important;
    
    }
    .full-screen {
        display: block;
        z-index: 1000;
        position: absolute;
        padding: 0 10px;
        color: #eee;
        line-height: 2;
        width: 100% !important;
        text-align: justify;
    }
     
    .overlay-set .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 40px;
    }

    .action-button {
        position: relative;
        margin: 20px 5px 10px 5px;
        float: right;
        border-radius: 5px;
        font-size: 11px;
        color: #333;
        text-decoration: none;
    }
    .action-button img {
        width:110px;
    }
    .commingsoon {
        font-size: 12px;
        color: #333;
        pointer-events: none;
    }
    .Downloadbtn img {
        width: 20px;
    }
    .commingsoon img {
        width: 24px;
    }
    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        top: -65px;
    }
    .navbar3d {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        direction: ltr;
        top: -65px;
        text-align: left;
    }
  
    .margin-page {
        margin-top: 100px;
    }

        /* 3d page style */

        .info-d h1 {
            color: #fff;
            padding-bottom: 50px;
            letter-spacing: normal;
            font-weight: 500;
            font-size: 25px;
        }
        .info-d h3 {
            color: #fff !important;
            padding-bottom: 10px;
            text-align: center;
            font-size: 20px;
        }
        .info-d p {
            color: #fff !important;
            padding-bottom: 30px;
            text-align: center;
            font-size: 16px;
            line-height: 1.7;
        }
        .info-d{
            padding: 0;
        }

 }
 

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) {

    code {
        margin: 20px 1%;
        width: 550px;
        height: 310px !important;
        background: rgba(0,0,0,0.1);
            background-color: rgba(0, 0, 0, 0.1);
        background-color: rgba(0, 0, 0, 0.1);
        border: rgba(0,0,0,0.05) 5px solid;
        border-radius: 5px;
        padding: 5px;
        color: white;
        text-align: center;
        font-size: 15px;
        margin-top: 25px;
        display: block;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        float: none;
        margin: 0 auto;
    }
    .respponsive-menu{
        top:20px !important;
    } 
    .ml-auto{
    padding: 0;
    }
    .ios-coming-soon {
        left: 180px;
        opacity: 0.7; 
    }
    .full-screen {
        display: block;
        z-index: 1000;
        position: absolute;
        padding: 0 10px;
        color: #eee;
        line-height: 2;
        width: 100% !important;
        text-align: justify;
    }
 }

    /* for tablet****************************8/20 */
    @media screen and (max-width: 900px) and (min-width: 600px) {
        .navbar {
            position: relative;
            min-height: 50px;
            margin-bottom: 20px;
            border: 1px solid transparent;
            direction: ltr;
            top: -65px;
        }
    
        .navbar-nav .nav-item {
            text-align: center;
            width: 100%;
            background-color: #009fa5;
            border: 1px solid #eee;
            border-radius: 5px;
        }
        
        .navbar-nav .dropdown-content{
            width: 100%;
        }
    
     }
        /* ****************************8/20 */
 
 /* Medium devices (landscape tablets, 768px and up) */
 @media only screen and (min-width: 768px) {
    body.disabled-onepage-scroll section .page_container h1 {
        text-align: center;
        font-size: 30px !important;
    }
    
}
    

@media (min-width:768px) and (max-width:1200px) {
    .action-button img{
        width: 130px;
    }
    
}
 /* Large devices (laptops/desktops, 992px and up) */
 /* @media only screen and (min-width: 992px) { */
    @media only screen and (min-width: 900px) { */
    .overlay header {
        margin-top: 10px;
        margin-bottom: 30px;
      }
    .container-image {
        position: relative !important;
        width: 100%;
        max-width: 250px ;
        float: right;
      }

      .ios-coming-soon {
        left: 200px !important;
        opacity: 0.7;
    }
    .navbar-nav.is-scrolling {
        padding-bottom: 1rem;
    }


  /* ********************** */

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
        font-size: 14px;
    }
    .navbar-nav>.nav-item>.nav-link.active:after {
        content: "";
        /* border-bottom: 2px solid #cd99d4; */
        left: 1rem;
        right: 1rem;
        bottom: 5px;
        height: 1px;
        position: absolute;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .modal-dialog {
        width: 600px;
        margin: 100px auto !important;
    }


    .icon {
        color: white;
        font-size: 50px !important;
        position: absolute;
        top: 250px !important;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        left: 50%;

 }
 .mockup img {
        margin-top: 1vh !important;
        float: left;
        position: absolute;
    /*    left: 4vh;*/
    }
    .margin-video{
        margin:100px 0 0 0 ;
    }
    .full-screen{
        display: block;
        z-index: 1000;
        position: absolute;
        padding: 0 200px !important;
        color: #eee;
        line-height: 2;
        width: 100% !important;
        text-align: justify;
    }


}
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1400px) {

    
    .mockup img {
        /*    height: 70vh;*/
            margin-top: 14vh ;
            float: left;
            position: absolute;
        /*    left: 4vh;*/
        }
        .container-image {
            position: relative !important;
            width: 100%;
            max-width: 400px  ;
            min-width: 250px !important;
            float: right;
          }
          .icon {
            color: white;
            font-size: 70px;
            position: absolute;
            top: 600px;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
            left: 50%;
        }
        .modal-dialog {
            width: 600px;
            margin: 100px auto !important;
        }
        .overlay header {
            margin-top: 30px;
            margin-bottom: 30px;
          }

 } 

 