/*!
 *  WWW.GLX.IR - ARIYA 1
 * Copyright 2017 PNNJ.ir
 */

body,
html {
    width: 100%;
    height: 100%
}
body {
    font-family: PNNJFont, Helvetica, Arial, sans-serif
}
@font-face {
    font-family: 'PNNJFont';
    src: url('../fonts/PNNJFont-Regular.eot?#') format('eot'), url('../fonts/PNNJFont-Regular.woff') format('woff'), url('../fonts/PNNJFont-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'PNNJFont-Bold';
    src: url('../fonts/PNNJFont-Bold.eot?#') format('eot'), url('../fonts/PNNJFont-Bold.woff') format('woff'), url('../fonts/PNNJFont-Bold.ttf') format('truetype');
}
a {
    color: #3f8dbf;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
a:focus,
a:hover {
    color: #3f8dbf;
}
hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, .1)
}
hr.light {
    border-color: #fff
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: PNNJfont;
    font-weight: 200;
    letter-spacing: 1px;
}
p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px
}
section {
    padding: 100px 0
}
section h2 {
    font-size: 50px
}
#mainNav {
    border-color: rgba(34, 34, 34, .05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px
}
#mainNav .navbar-brand {
    color: #3f8dbf;
    font-family: Catamaran, Helvetica, Arial, sans-serif;
    font-weight: 200;
    letter-spacing: 1px
}
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fcbd20
}
#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #222;
    font-family: PNNJfont;
}
#mainNav .navbar-nav>li>a {
    font-size: 11px;
    font-family: PNNJfont;
    /* letter-spacing: 2px; */
    text-transform: uppercase;
}
#mainNav .navbar-nav>li>a.active {
    color: #3f8dbf!important;
    background-color: transparent
}
#mainNav .navbar-nav>li>a.active:hover {
    background-color: transparent
}
#mainNav .navbar-nav>li>a,
#mainNav .navbar-nav>li>a:focus {
    color: #222
}
#mainNav .navbar-nav>li>a:focus:hover,
#mainNav .navbar-nav>li>a:hover {
    color: #3f8dbf
}
@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: rgb(255, 255, 255);
    }
    #mainNav .navbar-brand {
        color: #000000;
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #000;
    }
    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: rgb(0, 0, 0);
    }
    #mainNav .navbar-nav>li>a:focus:hover,
    #mainNav .navbar-nav>li>a:hover {
        color: #3f8dbf;
    }
    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, .1);
        background-color: #fff
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #222
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #3f8dbf
    }
    #mainNav.navbar-shrink .navbar-nav>li>a,
    #mainNav.navbar-shrink .navbar-nav>li>a:focus {
        color: #222
    }
    #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li>a:hover {
        color: #3f8dbf
    }
}
header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: url(../img/bg-ariya.png), #e0c051;
    background: url(../img/bg-ariya.png), -webkit-linear-gradient(to left, #447799, #e0c051);
    background: url(../img/bg-ariya.png), linear-gradient(to left, #447799, #e0c051);
    background: url(../img/bg-ariya.jpg), linear-gradient(to left, #447799, #e0c051);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    direction: rtl;
}
header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center;
}
header.masthead .header-content h1 {
    font-size: 30px
}
header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto
}
header.masthead .device-container .screen img {
    border-radius: 3px;
    max-width: 290px;
    display: inline;
    margin-top: 70px;
}
@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }
    header.masthead .header-content {
        margin-bottom: 0;
        text-align: right;
    }
    header.masthead .header-content h1 {
        font-size: 50px
    }
    header.masthead .device-container {
        max-width: 325px
    }
}
section.download {
    position: relative;
    padding: 150px 0
}
section.download h2 {
    font-size: 50px;
    margin-top: 0
}
section.download .badges .badge-link {
    display: block;
    margin-bottom: 25px
}
section.download .badges .badge-link:last-child {
    margin-bottom: 0
}
section.download .badges .badge-link img {
    height: 60px
}
@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    section.download h2 {
        font-size: 70px
    }
}
section.features .section-heading {
    margin-bottom: 10px;
}
section.features .section-heading h2 {
    margin-top: 0
}
section.features .section-heading p {
    margin-bottom: 0
}
section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto
}
section.features .device-container {
    margin-bottom: 100px
}
@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0
    }
}
section.features .feature-item {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}
section.features .feature-item h3 {
    font-size: 20px;
    padding-top: 10px;
}
section.features .feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
    background: linear-gradient(to left, #7b4397, #dc2430);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}
section.cta {
    position: relative;
    padding-bottom: 200px;
    background-image: url(../img/ariya-cpu.jpg);
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
section.cta .cta-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
section.cta .cta-content h2 {
    font-size: 50px;
    /* max-width: 450px; */
    margin-top: 0;
    margin-bottom: 25px;
    color: #2e2e2e;
}
@media (min-width: 768px) {
    section.cta .cta-content h2 {
        /* font-size: 80px */
    }
}
section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
}
section.contact {
    text-align: center
}
section.contact h2 {
    margin-top: 0;
    margin-bottom: 25px
}
section.contact h2 i {
    color: #dd4b39
}
section.contact ul.list-social {
    margin-bottom: 0
}
section.contact ul.list-social li a {
    font-size: 40px;
    line-height: 80px;
    display: block;
    width: 80px;
    height: 80px;
    color: #fff;
    border-radius: 100%
}
section.contact ul.list-social li.social-twitter a {
    background-color: #1da1f2
}
section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0d95e8
}
section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998
}
section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86
}
section.contact ul.list-social li.social-google-plus a {
    background-color: #dd4b39
}
section.contact ul.list-social li.social-google-plus a:hover {
    background-color: #d73925
}
footer {
    padding: 25px 0;
    text-align: center;
    color: rgb(124, 124, 124);
    background-color: #222;
}
footer p {
    font-size: 12px;
    margin: 0
}
footer ul {
    margin-bottom: 0
}
footer ul li a {
    font-size: 12px;
    color: rgb(124, 124, 124);
}
footer ul li a.active,
footer ul li a:active,
footer ul li a:focus,
footer ul li a:hover {
    text-decoration: none
}
.bg-primary {
    background-color: #ffad5b;
    background: url(../img/bg-pattern.png),#ffad5b;
    background: url(../img/bg-pattern.png),-webkit-linear-gradient(to top,#ffad5b,#ffad5b);
    background: linear-gradient(to top,#ffad5b,#ffad5b);
}
.text-primary {
    color: #3f8dbf
}
.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.btn-outline {
    color: #fff;
    border: 1px solid;
    border-color: #fff
}
.btn-outline.active,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover {
    color: #fff;
    border-color: #3f8dbf;
    background-color: #3f8dbf
}
.btn {
    border-radius: 300px;
    font-family: PNNJfont;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn-xl {
    font-size: 13px;
    padding: 15px 45px;
}
.navbar-brand img{
    max-width:150px;
}
.navbar-nav {
    text-align: right;
    direction: rtl;
}
.dir-rtl{
    direction: rtl;
}
.btn-primary {
    color: #fff;
    background-color: #3f8dbf;
    border-color: #3b87b7;
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-image: none;
    background-color: #377ba7;
    border-color: #35749d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #377ba7;
    border-color: #35749d;
}
.screen{
    text-align: center;
}
.white-color{
    color: white !important;
}
.typed-cursor{
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-ms-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-o-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.typed-slogan span{
    font-size: 30px;
}
.btn-circle {
    font-size: 26px;
    position: relative;
    width: 55px;
    text-align: center;
    height: 55px;
    margin-top: 15px;
    line-height: 38px;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100%!important;
    background: 0 0;
}
.btn-circle:hover {
    color: #fff;
}
.pb-0{
    padding-bottom: 0;
}
.ariya1-top{
     max-width: 100%;
}
section.cta2 {
    background-image: url(../img/Ariya1-cta2.jpg);

}
.text-justify{
    text-align: justify;
}
.property-feature{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.property-feature .item-feature{
     display: inline-block;
     width: 20%;
     padding: 15px;
}
.pos-abs{
    position: absolute;
    right: 0;
    width: 100%;
    padding: 70px 50px;
    z-index: 1;
}
@media (max-width: 768px){
.property-feature .item-feature{
    width: 49%;
}
.pos-abs{
    position: relative;
}
}
p{
    text-indent: 15px;
}
.ariya-cpu{
    display: inline;
    text-align: center;
    max-width: 100%;
}
section.cta3 {
    background: #020202;
}
section.cta4 {
    background-image: none;
    padding: 0;
}
.ariya-ram .feature-item img{
    height: 47px;
}
section.cta5 {
        background-color: #ffffff;
        background: url(../img/bg-pattern.png),#ffffff;
        background: url(../img/bg-pattern.png),-webkit-linear-gradient(to top,#a5a5a5,#ffffff);
        background: linear-gradient(to top,#a5a5a5,#ffffff);
}
.ariya-lenz img{
    max-width: 100%;
    position: absolute;
    left: 0;

}
.lenz-feature .item-lenz img{
    position: relative !important;
}
.lenz-feature .item-lenz{
display: inline;
}
.lenz-feature{
    direction: ltr;
    text-align: left;
}
.list-inline {
    padding-right: 0;
    list-style: none;
}
.ariya-video-sec video{
    position: absolute;
    display: inline;
    z-index: 1;
    bottom: 13%;
    width: 100%;
    height: 50%;
    left: 0;
    text-align: center;
    right: 0;
}
section.cta9 {
    background-image: url(../img/ariya-video-bg.jpg);
    padding-bottom: 0;
}
.hand-ariya{
     max-width: 100%;
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 0;
     z-index: 2;
}
.ariya-video-bg{
    width: 100%;
}
 @media (max-width: 600px){
.ariya-video-sec video {
    position: absolute;
    display: inline;
    z-index: 1;
    bottom: 13%;
    width: 100%;
    height: 50%;
    left: 0;
    text-align: center;
    right: 0;
}
}
 @media (min-width: 600px){
.ariya-video-sec video {
    position: absolute;
    display: inline;
    z-index: 1;
    bottom: 13%;
    width: 100%;
    height: 50%;
    left: 0;
    text-align: center;
    right: 0;
}
}
 @media (max-width: 600px){
    h2{
        font-size: 25px !important;
    }
    p{
      font-size: 15px !important;
    }
    .typed-slogan span{
    font-size: 15px;
}

 }

.no-padding{
padding: 0 !important;
}
.video-top-text{
    position: absolute;
    display: inline;
    width: 100%;
    top: 13%;
    left: 0;
    /* z-index: 3; */
}
.header-price{
    margin-top: 10px;
}
.mt-10{
       margin-top: 10px;
}
.text-linethrough{
    text-decoration: line-through;
}
.aryavideo-bg{
    background-image: url(../img/ariya-video-bg.jpg);
    display:  inline;
    width:  100%;
}
.pull-right{
    float: right;
}
section.features.arya-gifts  .feature-item h3 {
    font-size: 17px;
    text-indent: 0;

}
  section.features.arya-gifts  .feature-item p {
    font-size: 15px;
    text-indent: 0;
}