/* in desktop -- start*/
@media(min-width:1053px){
.con-in-mobile{
    display: none;
}
.mobile-nav{
    display: none;
}
.nav-in-mobile{
    display: none;
}
.con-in-desk{
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--bg1);
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}
.nav-in-desk{
    text-align: right;
    list-style: none;
    /* background-color: var(--bg1); */
    /* padding: 0px 10em;  */
    /* max-width: 1320px !important; */
    padding-right: 30px;
}
.nav-in-desk ul {
    list-style: none;
    display: inline-flex;
    direction: rtl;
    padding: 0px 0;
}
.has-dd{
    position: relative;
}
.has-dd::before {
    position: absolute;
    left: 5px;
    top: 33px;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
}
.has-mega{
    position: relative;
}
.has-mega::before {
    position: absolute;
    left: 5px;
    top: 33px;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
}
li.has-dd ul {
    display: block;
    position: absolute;
    background-color: white;
    padding: 15px 15px 5px 15px;
    width: 240px;
    top: 82px;
    right: 0px;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    border-radius: 8px;
    display: none;
    z-index: 10;
}
li.has-dd>ul::after {
    content: "";
    top: -11px;
    height: 22px;
    width: 22px;
    right: 30px;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    z-index: 5;
} 
.has-dd>ul>li{
    border-bottom: 1px solid #e5e8f3;
    padding: 11px 10px;
    padding-right: 0px;
    transition: all 0.25s ease-in-out 0s;
}
.has-dd>ul>li:last-child {
    border-bottom: 0;
}
.has-dd>ul>li>a {
    padding: 13px 10px;
    padding-right: 20px;
    color: #333d46;
    font-weight: 500;
}
.has-dd>ul>li>a:hover{
    text-decoration: none;
    color: var(--c1);
}
.has-dd>ul>li:hover{
    padding-right: 20px;
}
ul{
    margin-bottom: 0;
}
.nav-in-desk>ul>li {
    /* margin-left: 2em; */
    padding: 30px 0px;
    color: black;
}
.nav-in-desk>ul>li>a {
    color: #333d46;
    padding: 30px 15px;
    font-weight: 500;
}
.nav-in-desk>ul>li>a:hover {
    text-decoration: none;
    color: var(--c1);
}
.mega-menu{
    /* display: none; */
    display: block;
    position: absolute;
    background-color: white;
    padding: 25px 15px;
    top: 82px;
    right: 0px; 
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    border-radius: 8px;
    display: flex;
    min-width: 800px;
    display: none;
    z-index: 10;
}
.mega-menu::after {
    content: "";
    top: -11px;
    height: 22px;
    width: 22px;
    right: 30px;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    z-index: 5;
}
.mega-menu ul{
    flex:1;
    /* width: 33%; */
    display: inline-block;
    margin-right: 10px;
}
.mega-menu ul:first-child{
    margin-right: 0px;
}
.mega-menu .nav-img-box{
    flex:1;
    /* width: 33%; */
    text-align: center;
     padding-top: 20px;
}
.nav-img-box img {
    width: 180px;
    height: 315px;
}
.mega-menu>ul>li{
    border-bottom: 1px solid #e5e8f3;
    padding: 10px 10px;
    padding-right: 0px;
    transition: all 0.25s ease-in-out 0s;
    position: relative;
}
.mega-menu>ul>li:last-child {
    border-bottom: 0;
}
/* .mega-menu>ul>li::before{
    content: "";
    width: 30px;
    height: 1px;
    background-color: #333d46;
    bottom: 0;
    right:0;
    position: absolute;
} */
.mega-menu>ul>li:hover{
    padding-right: 20px;
}
.mega-menu>ul>li>a{
    padding: 13px 10px;
    padding-right: 20px;
    color: #333d46;
    font-weight: 500;
}
.mega-menu>ul>li>a:hover{
    text-decoration: none;
    color: var(--c1);
}
.mega-menu ul p {
    margin-bottom: 10px;
    padding-right: 20px;
    color: #050505;
    padding: 6px;
}
.mega-title1{
    background: linear-gradient(90deg,transparent,#2436fd3b,transparent);
}
.mega-title2{
    background: linear-gradient(90deg,transparent,#fbaeae3b,transparent);
}
.mega-title3{
    background: linear-gradient(90deg,transparent,#47d50a3b,transparent);
}
.c-f-90{
    width: 90%;
}
.desk-logo-box img {
    margin-top: 22px;
}
.nav-btn{
    margin: 24px 0;
}
.btn-theme {
    background: var(--c1);
    border: 1px solid var(--c1);
    color: #fff;
    display: inline-block;
    font-family: var(--skillup-heading-font);
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
	transition:all 0.4s;
    cursor: pointer;
    user-select: none;
    padding: 5px 16px;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-theme:hover {
    color: var(--c1);
    background: #FFF;
    border:1px solid lightgray;
    text-decoration: none;
}
.sticky {
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
  }




}
/* in desktop -- end*/


@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
.bounceInUp{
    -webkit-animation-name:bounceInUp;
    animation-name:bounceInUp;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}
@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInUp{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}
@keyframes fadeInUp2{0%{opacity:0;-webkit-transform:translate3d(0,10%,0);transform:translate3d(0,10%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInUp2{
    -webkit-animation-name:fadeInUp;
    animation-name:fadeInUp;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInDown{
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
}
/* @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}
.fadeInDown {
    -webkit-animation-name:fadeInDown;
    animation-name:fadeInDown;
    animation-duration: 0.2s;
    animation-iteration-count: 1;
} */

/* in mobile -- start*/
@media(max-width:1053px){
.con-in-desk{
    display: none;
}
.con-in-mobile {
    background-color: white;
}
.nav-in-mobile{
    position: relative;
    padding-bottom: 100px;
}
.menu-btn{
    padding: 15px 10px 7px 10px;
    text-align: right;
    font-size: 28px;
    color: #222;
}
.mobile-logo{
    max-height: 38px;
    margin: 15px 10px 0 10px;
}
.mobile-nav {
    position: fixed;
    height: 100vh;
    width: 80%;
    background-color: white;
    z-index: 100000;
    top: 0;
    right: -80%;
    border: 1px solid lightgray;
    border-radius: 2px;
    overflow: scroll;
}
.nav-in-mobile ul{
    margin:10px 20px 20px 20px;
    padding: 0;
}
.nav-in-mobile ul li {
    list-style: none;
    text-align: right;
    padding: 15px 20px;
    border-bottom: 1px solid #d3d3d329;
}
.nav-in-mobile ul li:hover {
    color: var(--c1);
    background: #6440fb12;
    border-radius: 10px;
}
.nav-in-mobile ul a{
    color: #140342;
}
.nav-in-mobile ul a:hover{
    color: var(--c1);
    text-decoration: none;
    background: #6440fb12;
}
.drd{
    position: relative;
}
.drd i {
    position: absolute;
    left: 10px;
    top: 23px;
    font-size: 13px;
    color: rebeccapurple;
    font-weight: 600;
}
.btn-theme {
    background: var(--c1);
    border: 1px solid var(--c1);
    color: #fff;
    display: inline-block;
    font-family: var(--skillup-heading-font);
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    padding: 5px 16px;
    font-size: 0.9375rem;
    border-radius: 0.3rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-theme:hover {
    color: var(--c1);
    background: #FFF;
    border:1px solid lightgray;
    text-decoration: none;
}
.close-place {
    text-align: right;
    direction: rtl;
    padding: 15px 30px;
    border-bottom: 1px solid #F4F4F4;
    background-color: #F4F4F4;
}
.close-place span {
    position: absolute;
    left: 15px;
    top: 24px;
    font-size: 20px;
    font-weight: 100;
    color: #f33066;
}
.openmenu{
    cursor: pointer;
}
.closemenu{
    cursor: pointer;
}
.sticky {
    position: fixed;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 100;
}
.ulr2 {
    display: none;
}
.ulr2 li{
    padding: 12px 20px!important;
}
.comeback {
    text-align: right;
    padding: 10px 15px;
    background-color: var(--c3);
    color: white;
    border: 1px solid;
    cursor: pointer;
    margin: 12px 0;
    border-radius: 4px;
}
.comeback:hover{
    color: var(--c3);
    background-color: white;
}
.comeback span {
    padding-right: 10px;
}
img.imported-img {
    max-height: 38px;
}
.divbtn{
    position: absolute;
    bottom: 20px;
    right: 40px;
}

}
/* in mobile -- end*/


.nav-btn {
    background-color: var(--c1);
    border: 1px solid var(--c1);
    color: white;
}
.nav-btn:hover {
    background-color: white;
    border: 1px solid var(--c1);
    color: var(--c1);
}

.top-links{
    text-align: right;
    direction: rtl;   
}
/* section 2 */
/* section 2 */
/* section 2 */
/* section 2 */
/* slider */
/* slider */
/* slider */
/* slider */
/* slider */
.slider-titles h1{
    font-size: 25px;
    text-align: right;
    direction: rtl;
    margin-bottom: 20px;
}
.slider-titles p{
    text-align: right;
    direction: rtl;
    margin-bottom: 25px;
}
.slider-titles img{
    
}
.slider-titles form{
    position: relative;
}
.slider-titles input[type="text"] {
    width: 100%;
    display: inline-flex;
    padding: 12.5px;
    border-radius: 5px;
    border: none;
    text-align: right;
    direction: rtl;
    padding-right: 50px;
}
.slider-titles input[type="text"]:active {
    outline: 1px solid var(--c1);
}
.slider-titles input[type="text"]:focus-visible {
    outline: 1px solid var(--c1);
}
.slider-titles input[type="submit"]:focus-visible {
    outline: none;
}
.slider-titles input[type="submit"] {
    position: absolute;
    left: 0;
    top: -1px;
    padding: 12.5px 25px;
    background-color: var(--c1);
    color: white;
    border: 1px solid var(--c1);
    border-radius: 4px 0 0 4px;
}
.slider-titles i {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 22px;
    color: #dbdbdb;
    transform: rotate(90deg);
}
.bg-gray{
    background-color: var(--bg1);
}
.slider-img{
    position: relative;
}
.slider-img .img-fluid {
    padding: 20px 40px;
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 50%;
}

/* in desktop -- start*/
@media(min-width:1053px){
    .slider-titles h1 {
        font-size: 36px;
        text-align: right;
        direction: rtl;
        margin-bottom: 20px;
        padding-top: 1em;
        font-weight: bold;
        line-height: 1.6;
    }
    .slider-sec{
        padding: 1em 0;
        /* height: 91vh; */
    }
    .slider-titles {
        padding: 0 40px;
    }
    .slider-img .img-fluid {
    padding: 15px 0px!important;
    filter: drop-shadow(2px 4px 6px black);
    border-radius: 50%;
    }
    .planet {
        position: absolute;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        z-index: 3;
    }
    .planet-1{
        top: 64px;
        right: 48px;
        animation: shaked1 1s ease-in 1s infinite;
    }
    .planet-2{
        top: 18em;
        right: 20px;
        animation: shaked2 3s ease-in infinite;
    }
    .planet-3{
        top: 0px;
        left: 30px;
        animation: shaked3 2s ease-in 1s infinite;
    }
    .planet-4{
        top: 160px;
        left: 28px;
        animation: shaked4 3s ease-in infinite;
    }
    
}
.counting {
    flex: 1;
    text-align: center;
    padding: 30px 15px 15px 15px;
    direction: rtl;
    color: var(--c1);
    font-size: 16px;
}
.counting> .counter-text{
color:var(--tc1);
}
.counting > .counter {
    color: var(--c1);
    font-size: 32px;
    font-family: IRANSansWeb_Light;
    font-weight: bold;
}
.slider-counter {
    display: flex;
}
.fa-nu{
    font-family: IRANSansWeb_Light;
}

@-webkit-keyframes shaked1{
    0%{transform: translate3d(-3px,-3px,0);}
    50%{transform: translate3d(3px,7px,0);}
    100%{transform: translate3d(-3px,-3px,0);}
}
@-webkit-keyframes shaked2{
    0%{transform: translate3d(6px,6px,0);}
    50%{transform: translate3d(-2px,-4px,0);}
    100%{transform: translate3d(6px,6px,0);}
}
@-webkit-keyframes shaked3{
    0%{transform: translate3d(-3px,-3px,0);}
    50%{transform: translate3d(8px,-8px,0);}
    100%{transform: translate3d(-3px,-3px,0);}
}
@-webkit-keyframes shaked4{
    0%{transform: translate3d(-3px,-3px,0);}
    50%{transform: translate3d(8px,5px,0);}
    100%{transform: translate3d(-3px,-3px,0);}
}
/* in mobile -- start*/
@media(max-width:1053px){
.planet {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    z-index: 3;
}
.planet-1{
    top: 64px;
    right: 48px;
    animation: shaked1 1s ease-in 1s infinite;
}
.planet-2 {
    top: 13em;
    right: 70px;
    animation: shaked2 3s ease-in infinite;
}
.planet-3 {
    top: 30px;
    left: 50px;
    animation: shaked3 2s ease-in 1s infinite;
}
.planet-4 {
    top: 170px;
    left: 60px;
    animation: shaked4 3s ease-in infinite;
}
}
.slider-p span {
    color: var(--c1);
}
.slider-p{
    font-size: 15px;
    text-align: justify!important;
}
.under-slider-box {
    box-shadow: 0px 0px 20px 0px rgba(62.00000000000007, 28, 131, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 25px 5em 25px 15px;
    text-align: right;
    display: inline-flex;
}
.uns1-box {
    /* display: inline-flex; */
    position: absolute;
    right: 35px;
    top: 45%;
    font-size: 36px;
    padding: 7px 15px;
    border: 1px solid gray;
    border-radius: 50%;
    color: var(--c1);
}
.uns2-box{
    /* display: inline-flex; */
}
.fs13{
	font-size:13px!important;
}
.lh2{
	line-height:2;
}
@media(max-width:768px){
.counting img {
    width: 32px;
    margin-left: 8px;
}
.sitetype1 {
    width: 30px!important;
}
.sitetype3{
	
}
}
@media(min-width:768px){
.counting img {
    width: 40px;
    margin-left: 8px;
}
.sitetype1 {
    width: 36px!important;
}
.sitetype3{
	
}
}