*{
    padding: 0;
    margin: 0;
    box-sizing: border-box!important;
}
body{
    direction: rtl;
    background-color: #101418;
}
.navbar{
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
    min-height: 70px;
    background-color: #232d22;
    align-items: center;
}
nav .brand{
    color: #30c322;
    font-weight: 700;
    font-size: 25px;
}
.nav-link{
    text-decoration: none!important;
    color: white!important;
    margin-left: 30px;
}
a{
    border-radius: 6px;
}
.up{
    display: none;
}
.active{
    color: black!important;
    background-color: #30c322;
}
header a:not(.active):hover {
    color: #30c322!important;
    background: rgba(255, 255, 255, 0.1);
}
.navbar-toggler{
    border: 1px solid #30c322!important;
    outline: none!important;
    color: rgba(0, 0, 0, 0)!important;
}
svg{
    color: #30c322;
}
@media screen and (max-width: 992px) {
    .navbar{
        display: flex!important;
        flex-direction: column!important;
    }
    .nav-link{
        padding: 8px 12px;
        margin-top: 4px;
    }
    .navbar-nav{
        display: flex!important;
        flex-direction: column!important;
        align-items: center!important;
    }
    .down{
        display: none;
    }
    .up{
        display: flex;
    }
    .navbar{
        direction: ltr;
    }
}

@media screen and (max-width:600px) { 
    .navbar{
        padding: 0!important;
    }
}
.start img{
    width: 100%;
    height: 340px;
    filter: brightness(40%) blur(3px);
    transform: scale(1.03);
}
.start{
    position: relative;
    overflow: hidden;
}
.start-item{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: white;
    font-size: 290%;
    font-weight: 650;
    width: 100%;
    text-align: center;
}
.start-para{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50% , -50%);
    color: rgba(255,255,255,0.7);
    font-size: 150%;
    width: 100%;
    text-align: center;
}
.ip{
    position: absolute;
    color: white;
    top: 90%;
    left: 50%;
    transform: translate(-50% , -50%);
    font-size: 22px;
    letter-spacing: 1px;
}
.start h3{
    position: absolute;
    top: 80%;
    left: 50%;
    height: 5px;
    width: 200px;
    transform: translate(-50%,-50%);
    background: linear-gradient(to left , #3ac323 , #ebbd2a);
}
.text {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
    font-weight: bold;
}
.box{
    border: 1px solid #195014;
    border-radius: 8px;
    color: white;
    background-color: #212c21;
}
a{
    text-decoration: none;
}
.box img{
    border-radius: 8px;
}
.box h3{
    text-align: center;
    font-size: 22px;
}
.box p{
    text-align: center;
    font-size: 18px;
}
footer{
    background-color: #212c21;
    color: white;
    text-align: center;
}
@media screen and (max-width: 992px) and (min-width: 576px) {
    .col-lg-3:nth-child(3){
        margin-top: 15px;
    }
    .col-lg-3:nth-child(4){
        margin-top: 15px;
    }
}
@media screen and (max-width: 576px) {
    .col-lg-3:nth-child(2){
        margin-top: 15px;
    }
    .col-lg-3:nth-child(3){
        margin-top: 15px;
    }
    .col-lg-3:nth-child(4){
        margin-top: 15px;
    }
}
.box{
    transition: 0.3s;
}
.box:hover{
    transform: scale(1.05);
}