/* general */
.direction-rtl{
    direction: rtl !important;
}
@font-face{
    font-family: iran-sans;
    src: url(../fonts/IRANSansX-Regular.woff);
}
@font-face{
    font-family: ferda;
    src: url(../fonts/Fedra\ Arabic\ Display\ AR\ LT\ Black.ttf);
}
.f-f{
    font-family: iran-sans !important;
    font-weight: bold;
}
/* body */
body{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
/* navbar */
.navbar-brand{
    font-size: 2.1rem;
    font-family: iran-sans;
}
.nav-item{
    margin-left: 12px;
    font-family: iran-sans;
    font-size: 1.2rem;
}
.navbar{
    /* background: -webkit-linear-gradient(left,white,lightgray,white); */
    background: rgba(214, 204, 204, 0.541);
}
.navbar-toggler{
    font-size: 2rem;
    border: none !important;
    box-shadow: 0 0 0 !important;
}
.nav-link{
    position: relative;
    text-shadow: 0 0 15px black;
    font-weight: bold;
    color: white !important;
}
.nav-link::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: rgb(16, 250, 114);
    border-radius: 6px;
    transition: all 0.5s ease-in-out;
}
.nav-link:hover::after{
    width: 100%;
}
.row-header{
    margin-top: 100px;
}
.img-header{
    border-radius: 40% 20% 40% 20%;
    width: 85%;
}
.btn-header{
    width: 50%;
    height: 40px;
    border-radius: 20px;
    background: transparent;
    border: 1px solid orange;
    font-size: 1rem;
    font-family: iran-sans;
}
.btn-header:hover{
    background: orange;
}
.decoration{
    width: 60%;
    height: 6px;
    background: orange;
}
@media (min-width: 768px) and (max-width: 991px){
    .navbar-nav .nav-link{
        font-size: 13px;
    }
    .navbar .navbar-brand{
        font-size: 1rem;
    }
}
/* navbar mobile */
.navbar-mobile{
    width: 70%;
    height: 100vh;
    position: fixed;
    background: rgba(9, 158, 133, 0.589);
    top: 0;
    left: 100%;
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: start !important;
    transition: all 0.7s linear;
    direction: rtl;
}
.navbar-nav-mobile{
    margin-bottom: auto;
    margin-top: 50px;
}
.navbar-nav-mobile .nav-item{
    font-size: 2rem;
}
.nav-link-mobile{
    font-weight: normal;
    color: white !important;
    margin-top: 20px;
}
.navbar-brand-mobile{
    margin-bottom: auto;
    color: white !important;
    font-size: 3.2rem;
}
.navbar-mobile-close{
    font-size: 3.3rem;
    background: transparent;
    border: none !important;
    margin-right: 40px;
    color: red;
}
.active::after{
    width: 100%;
}
@media screen and (max-width: 448px){
    .navbar-nav-mobile .nav-item{
        font-size: 1.5rem;
    }
}
/* end navbar mobile */
/* section services */
.section-services{
    margin-top: 150px;
}
.section-services-card{
    background: rgba(255, 255, 255, 0.493) !important;
    box-shadow: 0 0 10px rgb(241, 236, 236);
    border: none !important;
    /* height: 650px !important; */
    height: 920px;
    font-family: iran-sans !important;
    margin-top: 20px;
    overflow: hidden !important;
    
}
.section-services-card-title{
    /* position: relative; */
    font-size: 1.7rem;
    text-shadow: 0 1px 15px rgb(4, 5, 5) !important;
}
/* .section-services-card-title::after{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 6px;
    background: black;
} */
.section-services-card-icon{
    font-size: 2.2rem;
    color: blue;
}
.section-services-card-item{
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    font-size: 18px;
    /* background: -webkit-linear-gradient(left,rgb(0, 255, 157),rgb(0, 247, 255)); */
    background: rgb(94, 168, 238);
    color: white;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 10px black;
    border-radius: 15px;
    transition: 0.8s;
    position: relative;
    overflow: hidden;
}
.section-services-card-item span{
    position: relative;
    z-index: 2;
}
.section-services-card-item .lequied{
    overflow: hidden !important;
    /* position: relative; */
    position: absolute;
    width: 400px;
    height: 500px;
    top: -190px;
}
.section-services-card-item .lequied::after{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%,-75%);
    background: black;
    width: 200%;
    height: 300%;
    background: rgba(29, 27, 27, 0.493);
    border-radius: 35%;
    animation: anime-water 120s infinite;
}
/* .section-services-card-item .lequied::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translate(-50%,-75%);
    background: black;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.493);
    border-radius: 27%;
    animation: anime-water 15s infinite; 
} */
@keyframes anime-water{
    0%,80%,100%{
        transform: translate(-50%,-75%) rotate(0deg);
    }
    40%{
        transform: translate(-50%,-75%) rotate(360deg);
    }                                                                                                                                             
}
.section-services-card-item:hover{
    box-shadow: 0 0 15px gray;
    background: rgba(0, 255, 234, 0.445);
}
@media (min-width: 767px) and (max-width: 1399px){
    .section-services-card-title{
        font-size: 1rem;
    }
    .section-services-card-icon{
        font-size: 1.2rem;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
    .section-services-card-item{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
    .section-services-card{
        height: auto !important;
    }
}
/* end section services */
/* dark mode */
.dark-mode{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 50px;
    border-radius: 15px 15px 15px 0px;
    background: rgba(211, 202, 202, 0.658);
    z-index: 2;
}
.dark-mode-box{
    opacity: 0;
}
.dark-mode-mode{
    position: relative;
    width: 150px;
    height: 50px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
}
.dark-mode-slide{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: rgb(252, 250, 250);
    transition: 0.4s;
}
.dark-mode-slide::after{
    position: absolute;
    content: '';
    width: 47px;
    height: 47px;
    background: black;
    border-radius: 50%;
    bottom: 1px;
    left: 2px;
    transition: 0.5s;
}
.dark-mode-box:checked + .dark-mode-slide{
    background: rgb(235, 177, 70);
    box-shadow: 0 0 10px yellow;
}
.dark-mode-box:checked + .dark-mode-slide::after{
    transform: translateX(100px);
}
/* end dark mode */
/* form login and sign up */
.section-form{
    font-family: iran-sans !important;
}
.form-lnSn-title{
    font-family: ferda;
}
.form-lnSn-btn-selectForm{
    font-family: iran-sans;
}

.form-lnSn{
    background: rgb(248, 245, 245);
    padding: 50px;
    width: 80%;
    border-radius: 30px;
    overflow: hidden;
  }
  .form-lnSn-title{
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
  }
  .form-lnSn-title::after{
    position: absolute;
    content: '';
    top: 28%;
    left: 0%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(69, 243, 147, 0.664);
    animation: anime-title 0.8s linear infinite alternate;
  }
  .form-lnSn-textField{
    width: 80%;
    height: 50px;
    border-radius: 10px;
    outline: none !important;
    border-radius: 20px !important;
  }
  .form-lnSn-textField:focus{
    box-shadow: 0 0 10px white !important;
  }
  .form-lnSn-btn{
    width: 200px;
    height: 55px;
    border-radius: 20px !important;
    border: 2px solid rgb(248, 252, 4) !important;
    background: transparent !important;
    font-size: 18px;
  }
  .form-lnSn-btn:hover{
    border: 2px solid rgb(248, 252, 4) !important;
    background: rgb(248, 252, 4) !important;
  }
  .form-lnSn-btn-selectForm{
    width: 150px;
    height: 45px;
  }
  .form-lnSn-select{
    border-bottom: 2px solid black !important;
  }
  #formSignup{
    display: none;
  }
  @keyframes anime-title{
    0%{
      left: 0%;
    }
    100%{
      left: 50%;
    }
  }
/* end form login and sign up */
/* footer */
.footer{
    padding-top: 40px;
    margin-top: 55px;
    /* background: url(../image/Software-Developer-Main-Image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    position: relative;
}
.footer-container{
    position: inherit;
}
.footer-bg-opacity{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(49, 54, 50);
    opacity: 0.6;
}
.hr{
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: rgb(48, 46, 46);
}
.footer-title{
    font-family: ferda;
    text-shadow: 4px 0 2px white;
}
.footer-link{
    display: block;
    text-decoration: none;
    color: white;
    font-family: iran-sans;
    font-size: 1.7rem;
    margin-top: 15px;
    text-align: end;
    direction: ltr;
    transition: all 0.5s ease-in-out;
}
.footer-link-icon{
    margin-right: 10px;
}
.footer-link:hover{
    color: rgb(229, 255, 0);
}
.footer-statistics-item{
    font-family: iran-sans;
    font-size: 1.4rem;
    color: white;
    /* border-left: 4px solid rgb(27, 247, 27); */
    border-right: 1px solid rgb(27, 247, 27);
}
.footer-bottom{
    background: rgba(216, 225, 226, 0.548);
    z-index: 2;
}
.footer-bottom-text{
    font-family: iran-sans;
    font-size: 2rem;
    padding: 5px 5px;
    background: rgba(255, 166, 0, 0.747);
    clip-path: polygon(100% 20%,100% 80%,0 100%,0 0);
}
.footer-bottom-icon{
    font-size: 2.3rem;
    margin-left: 20px;
    color: orange;
}
@media screen and (max-width: 429px){
    .footer-bottom{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: stretch;
    }
}
@media screen and (max-width: 490px){
    .footer-bottom-text{
        font-size: 1.2rem;
    }
    .footer-bottom-icon{
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 460px){
    .footer-statistics-item{
        font-size: 1rem;
    }
}
/* end footer */