*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    direction: rtl;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    outline: none;
    text-decoration: none;
    scroll-behavior: smooth;
    direction: rtl;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.scel{
    width: 100%;
    height: 100vh;
    object-fit: scale-down;
}

.background{
    width: 100%;
    background: url(img/blue-pen-analyzing-financial-figures-success-generated-by-ai.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
    
}
.shdo{
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    
}

.navbar{
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    align-items: center;
    justify-content: space-between;

}

.navbar .logo{
    padding: 0%;
    width: 15%;
    cursor: pointer;
 
}
ul li{
    display: inline-block;
    padding: 10px 16px;
    
}
ul li a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #dddd;
}
ul li a:hover{
    color:  rgb(255, 255, 255);
}    
.shdo .text{
    margin-top: 10%;
    line-height: 3rem;
    padding: 4rem;
}
.shdo .text h1{
    color: azure;
    font-size: 400%;
    object-fit: scale-down;
}
.shdo .text h3{
    color: rgba(155,187,90,255);
    font-size: 400%;
    object-fit: scale-down;
}
.shdo .text p{
    margin-top: 4%;
    line-height: 2rem ;
    font-size: 170%;
    color: azure;
    object-fit: scale-down;
}
.footer{
    background-color: #fff;
    position: relative;
    width: 100%;
    min-height: 20vh;
    padding: 3rem 0rem;
    
}
.container {
   max-width: 1140px;
   margin: 0 auto;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;


}
.row{
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.col{
   min-width: 250px;
   color:#000000f2;
   font-family: poppins;
   padding:0 2rem;
}

.col h3{
   color:rgba(155,187,90,255);
   margin-bottom: 20px;
   position: relative;
   cursor: pointer;
}
.col h3::after{
   content: '';
   height:3px;
   width:0px;
   background-color: rgba(155,187,90,255);;
   position: absolute;
   bottom: 0;
   right:0;
   transition: 0.3s ease;

}
.col h3:hover::after{
   width:30px
}
.col .links a{
   display: block;
   text-decoration: none;
   color:#f2f2f2;
   margin-bottom: 5px;
   position: relative;
   transition: 0.3s ease;
}
.col .links a::before{
   content:'';
   height: 16px;
   width:3px;
   position: absolute;
   top:5px;
   right:-10px;
   background-color: rgba(70,70,126,200);
   transition: 0.5s ease;
   opacity: 0;
}
.col .links a:hover::before{
   opacity: 1;
}
.col .links a:hover{
   transform: translateX(-8px);
   color:rgba(70,70,126,200);;
}

.col .contact-details{
   display: flex;
   justify-content: space-between;
}

.coll{
    padding-top: 4rem;
}

.nv{
    direction: ltr;
    
}
.vn {
    background-color: #eeee;
    display: flex;
    justify-content: center;
    padding: 3px;


}
.vn p {
    color: rgb(0, 0, 0);
    margin-bottom: 2px;
    font-size: small;
}

@media(max-width:960px)
{
.shdo .text{
    margin: 0;
    font-size: 70%;
    }
}
@media(max-width:900px)
{
 .row{
   flex-direction: column;
 }
 .col{
   width: 100%;
   text-align: right;
   margin-bottom: 25px;
 }
}
@media(max-width:768px)
{
 .shdo .text p{
    margin: 0;
    }
 .shdo .text{
    
    font-size: 60%;
 }
 .row{
   flex-direction: column;
 }
 .col{
   width: 100%;
   text-align: right;
   margin-bottom: 20px;
 }
}
