/* font family */

@font-face {
    font-family: iransans-bold;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/iransans/woff/IRANSansX-Bold.woff') format('woff'), url('../fonts/iransans/woff2/IRANSansX-bold.woff2') format('woff2');
}

@font-face {
    font-family: iransans-regular;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iransans/woff/IRANSansX-regular.woff') format('woff'), url('../fonts/iransans/woff2/IRANSansX-regular.woff2') format('woff2');
}

.iransansBold {
    font-family: iransans-bold;
    font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    -moz-font-feature-settings: "ss02";
}

.iransansRegular {
    font-family: iransans-regular;
    font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    -moz-font-feature-settings: "ss02";
}

/* font family */

/* animation */
@keyframes shake {
    1%, 9% {
      transform: translate3d(-1px, 0, 0);
    }
    
    2%, 8% {
      transform: translate3d(2px, 0, 0);
    }
  
    3%, 5%, 7% {
      transform: translate3d(-4px, 0, 0);
    }
  
    4%, 6% {
      transform: translate3d(4px, 0, 0);
    }
}
/* animation */

/* scrollbar */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #333;
}

/* scrollbar */

/* public */

.dir-align-right {
    direction: rtl;
    text-align: right;
}

.dir-align-left {
    direction: ltr;
    text-align: left;
}

.dir-rtl {
    direction: rtl;
}

.dir-ltr {
    direction: ltr;
}

.font-decrease {
    font-size: 45px !important;
}

/* public */

/* nav horizental */

nav#horizental-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 75px;
    padding-right: 15px;
    transition: all linear 0.5s;
    font-family: iransans-regular;
    z-index: 1000;
}

nav#horizental-nav #menu-icon {
    position: fixed;
    display: none;
    width: 35px;
    right: 25px;
}

nav#horizental-nav .login-btn {
    position: fixed;
    top: 12px;
    left: 15px;
    font-family: iransans-regular;
}

.logo {
    width: 265px;
}

nav#horizental-nav a {
    transition: all ease-in 0.25s;
}

nav#horizental-nav a:link, nav#horizental-nav a:visited {
    text-decoration: none;
    color: white;
}

nav#horizental-nav a:active, nav#horizental-nav a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

nav#horizental-nav .nav-item.active {
    color: #df3757 !important;
    font-weight: bold;
}

nav#vertical-nav .nav-item.active {
    color: #df3757 !important;
    font-weight: bold;
}
/* nav */

/* nav vertical */

nav#vertical-nav {
    position: fixed;
    right: -250px;
    top: 0;
    width: 225px;
    height: 100%;
    background-color: #1f3038;
    font-family: iransans-regular;
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
    transition: all linear 0.5s;
}

nav#vertical-nav #close-menu-icon {
    position: absolute;
    width: 25px;
    left: 25px;
    top: 25px;
}

nav#vertical-nav .nav-item {
    position: relative;
    top: 70px;
    display: flex;
    justify-content: center;
}

nav#vertical-nav a:link, nav#vertical-nav a:visited {
    text-decoration: none;
    color: white;
}

nav#vertical-nav a:active, nav#vertical-nav a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

/* nav vertical */

/* logo in insta light */

.banner_text-system {
    position: relative;
    left: -150px;
}

.banner_text_iner {
    position: relative;
    padding: 25px;
    margin-top: 50px;
    border-radius: 10px;
    transition: all linear 0.5s;
}

.banner_text-system .banner_text_iner .title {
    text-align: center;
    line-height: 55px;
    font-size: 35px !important;
    font-family: iransans-bold;
}

.banner_part .banner_text_iner .textBox {
    left: 20px;
    font-family: iransans-regular;
    text-align: justify;
}

.banner_part .banner_text_iner .logo {
    width: 300px;
}

.banner_part .banner_text_iner .loginLightInsta {
    font-family: iransans-regular;
}

.banner_text-system .banner_text_iner .textBox {
    color: #333;
    text-align: center;
}

.bannerImg {
}

/* logo in insta light */

/* features image style */

.featuresImg img {
    height: 250px !important;
}

.singleFeatuteTitle {
    font-family: iransans-bold;
}

.singleFeatureText {
    font-family: iransans-regular;
}

/* features image style */

/*pricing par*/

.pricingImg img {
    height: 150px !important;
}

/*pricing par*/

/* about_us part */

.aboutUsTitle {
    line-height: 45px;
}

/* about_us part */

/* subscribe us part */

.subscribeTitle {
    line-height: 45px;
}

/* subscribe us part */

/* footer */

.footerImg a {
    margin-bottom: -20px;
}

.footerImg img {
    margin: 20px;
    width: 150px;
}

.socialImg img {
    width: 60px;
}

/* footer */

/* social media */

/* social media */

/* go to top */

.goToTop , .contact_us{
    margin: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 70px;
    cursor: pointer;
    z-index: 1004;
}
.contact_us{
    right: 0;
    left: inherit;
}

/* go to top */

/* message to us */
#messagetous{
    position: fixed;
    bottom: 20px;
    right: -350px;
    width: 290px;
    height: 475px;
    padding: 15px;
    border-radius: 10px;
    background-color: #f1f1f1;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    z-index: 1003;
}

#messagetous .close-button{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    left: 15px;
    cursor: pointer;
}

#messagetous form{
    width: 100%;
}

#messagetous label, input, textarea, button{
    font-size: small;
    direction: rtl;
}

#messagetous input[name='phonenumber']{
    direction: ltr;
    font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    -moz-font-feature-settings: "ss02";

}

.btn_1{
    border: 2px solid #df3757;
    transition: all linear 0.35s !important;
}

#messagetous textarea{
    resize: none;
}
/* message to us */

/* media */

@media screen and (max-width:1420px) {
    .banner_text-system {
        left: -100px;
    }
}

@media screen and (max-width:1330px) {
    .banner_text-system {
        left: -75px;
    }
}

@media screen and (max-width:1275px) {
    .banner_text-system {
        left: -50px;
    }
}

@media screen and (max-width:1200px) {
    nav#horizental-nav {
        position: fixed;
        background-color: #1f3038;
    }
    .banner_text-system {
        left: 0;
    }
    .banner_text-system .banner_text_iner .title {
        font-size: 35px;
        text-align: center;
    }
    .banner_text_iner {
        padding: 20px;
        margin-top: 100px;
        background-color: transparent !important;
        box-shadow: none;
    }
    .banner_text_iner:hover {
        box-shadow: none;
        border: none;
    }
}

@media screen and (max-width:900px) {
    nav#horizental-nav {
        display: flex;
        position: fixed;
    }
    nav#horizental-nav #menu-icon {
        display: inherit;
    }
    nav#horizental-nav .nav-item {
        display: none;
    }
    .banner_text-system .banner_text_iner .title {
        font-size: 30px !important;
        font-family: iransans-bold;
    }
    .banner_text-system .banner_text_iner .textBox {}
}

@media screen and (max-width:576px) {
    nav#horizental-nav .login-btn {
        top: -6px;
    }
    .banner_text-system .banner_text_iner .title {
        font-family: iransans-bold;
        font-size: 25px !important;
    }
    .banner_text_iner {
        padding: 10px;
    }
    .goToTop , .contact_us{
        width: 45px;
        margin: 10px;
    }
    .socialImg img {
        width: 40px;
        margin: -5px;
    }
}