

*{
   
    margin:0px;
    padding: 0px;
    font-family:'Cairo', sans-serif;
}

*, ::after, ::before{
    box-sizing: border-box;
}

body{
    color: #666666;
    font-size: 14px;
    margin: 0;
    padding: 0;  
}

header{
    margin-top: 0px;
    height: 100vh;
    top: 0;
}

#nav{
    padding-top:20px;
    margin:0px; 
    font-size: .25em
}

h1{
    font-size: 19px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
}

.logoimg{
    padding: 0;
    margin: 0;
    max-height: 35px;
}

.dark-nav{
    background-color: #2a3666;
    margin-top: 0;
}

.image{
    background-size: cover;
    width:100% ;
    height: 100vh;
}

.textS{
 top: 0;
 right: 0;
 left: 0;
 bottom :0;
 justify-content: center;
 align-items: center;
 z-index: 100;
 transition: background-color 500ms, font-size 500ms;
 position:absolute;
 width: 100%;
 height: auto;
 color: white;
}

.textS.spreed{
    display: flex;
    animation: overlay-grow 500ms forwards;
}

@keyframes overlay-grow {
    from {
      background-color: rgba(0, 0, 0, 0);
      font-size: 0;
    }
    to {
      background-color: rgba(3, 3, 3, 0.8);
      font-size: 1000px;
    }
  }

.about{
    background-image: url("../images/aboutBackGround.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-align: center;
   padding: 50px 30px
}

.aboutCard{
    height:95%;
    font-size: .8em;
    width: 100%;
    padding: 40px;
}

 h3{
    font-size: 32px;
    color: #111;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

 h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #2a3666;
    bottom: 0;
    left: calc(50% - 20px);
}

.services p{
    padding-bottom: 30px;
    color: #333;
}

.link{
    color: black;
    text-decoration: none;
    font-size: .75em;
}

.link:hover{
    color:rgb(48, 48, 131);
    text-decoration: none;
}
.section{
    float: left;
}
.section2{
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
}

.para{
    font-size: 14px;
    margin-left: 80px;
    line-height: 24px;
    margin-bottom: 0;
    color: #666666;
}


.potoflio{
    padding-top: 50px;
    background-color: #111e33;
    max-width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.cards{
    max-width: 100%;
    height: auto;
    margin: 30px 30px 0px 30px;
}

.card-i{
    max-height: 360px;
    overflow: hidden;
    margin: 10px 0px;
   
}

.cardimage{
    max-width: 100%;
    max-height:70%;
    overflow:hidden;
    left: 0;
    background-color: #2a3666;
}

.cardLink{
    text-align: center;
    height:25%;
    padding: 20px 10px;
    background-color:white;
}

.client{
    padding-top: 60px;
    background-color:#17a2b8;
    color:#666666;
    width:100%
}

#clients{
    position: relative;
    overflow: hidden;
    width:100%
}

#clientList{
    position: relative;
    margin: 0;
    padding: 0;
    height: 200px;
    list-style: none;
}
.client-item{
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 200px;
    text-align: center;
    line-height: 200px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 20px 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .selected{
    background-color: #101d96;
    margin: 20px 30px;
  }


p a{
    color:#666666;
}

.sub-link{
    margin-left: 50px;
}

.pattren{
    margin: 0px 0px 0px 40px;
    font-size: .75em;
}

#contact{
    margin: 50px ;
}


iframe {
    width: 100%;
    height: 40em;
    
}

footer{
    background: #2a3666;
    padding: 0 0 30px;
    color: #eee;
    font-size: 14px;  
}

.coyright{
    text-align: center;
    padding-top: 30px;
}

.icon{
    border: 1px solid #fff;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #2a3666;
    padding: 10px;
}

.btuTop{
    position: fixed;
    background: #2a3666;
    color: #fff;
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.btuTop i {
    padding-top: 12px;
    color: #fff;
}

.stickyLinks{
    padding: 0;
    margin: 0;
    position: fixed;
    right: -130px;
    top: 230px;
    width: 170px;
    z-index: 1100;
}

#linksStic {
    margin-top: 0;
    margin-bottom: 1rem;
    margin-right: 0px;
}

.stickyLinks li{
    list-style-type: none;
    background-color: rgb(185, 181, 192);
    color: #aeadb3;
    height: 43px;
    padding: 0;
    margin: 0 0 1px;
    max-width: 39%;
    transition: all .25s ease-in-out;
    cursor: pointer;
}


.stickyLinks li:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 95px solid transparent;
    border-bottom-color: rgb(105, 19, 19);
    transition: 0.1s ease-in-out;
}



.stickyLinks a{
    font-size: 18px;
    display: inline-block;
    background:transparent;
    color: #35555f;
    line-height: 1;
    margin-top: 3px;
    padding: 8px 0;
    margin-left: 2px;
    margin-right: 0px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s;
}

.stickyLinks a:hover{
    background: rgb(11, 11, 63);
    color: #c9dce4;
}
