*{
          padding: 0;
          margin: 0;
      }
      html{
        scroll-behavior: smooth;
      }
      body{
          background-color: #f7f7f7;
          direction: rtl;
      }
      .w-xs-96{
          width: 96%;
      }
      .lateef-font{
          font-family: 'Lateef', cursive;
      }
      .liu-font{
          font-family: 'Liu Jian Mao Cao', cursive;
      }
      p{
          font-size: 24px;
      }
      /*button{
          width: 100px;
      }*/

      .clearfix:after {
      content: "";
      display: table;
      clear: both;
        }

.black-text-border{
    text-shadow: 1px 0 saddlebrown,0px 1px saddlebrown,-1px 0 saddlebrown,0px -1px saddlebrown,0 0 15px white,0 0 5px white;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(92, 184, 92,0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(92, 184, 92, 0.6);
  outline: 0 none;
}

/* special animation like viberation */
.nasser-viberation{
    position: relative;
    animation-name: viber;
    animation-delay: 1s;
    animation-duration: .10s;
    animation-iteration-count: 14;
}
@keyframes viber {
  from  {left: 5px;}
  to  {left: -5px;}
}

/* special animation like slow dance */
.nasser-slow-dance{
    position: relative;
    animation-name: slow-dance;
    animation-delay: 1s;
    animation-duration: 8s;
    animation-iteration-count: 1;
}
@keyframes slow-dance {
    0%{transform: rotateY(0deg);}
    25%{transform: rotateY(60deg);}
    50%{transform: rotateY(0deg);}
    75%{transform: rotateX(-60deg);}
    100%{transform: rotateX(0deg);}
}


.new-user{
    color:red;
}
.unactive-user{
    color:pink;
}
#this-page-header{
          width: 100%;
          height: 56.25vw;
          background-size: 100% 100% ;
          margin:0;
          text-align: center;
      }

nav{
        transition: 0.3s;
        background-color: rgba(97,97,97,0.6);
      }
      nav a{
          color: #f7f7f7;
          transition: 0.3s;
      }
      
      
      nav .nav-item a{
          font-family: 'Lateef', cursive;
          font-size: 24px;
          
          font-weight: 400;
      }
      nav span{
          color: rgba(255,255,255,1);
          transition: 0.3s;
      }
      nav span:hover{
             text-shadow: 0 0 2px #fff;
          }
.navbar-brand{
    font-size: 32px;
}

#top-nav li ,#top-manager-nav li,#top-user-nav li,#bottom-nav li{
    border-right: none;
    width: 100%;
    text-align: center;
}

#bottom-nav li{
    width: 130px;
}

#top-manager-nav .top-nav-welcome,#top-nav .top-nav-welcome,#top-user-nav .top-nav-welcome{
    width: auto;
}
.top-nav img{
    height: 50px;
    width: 50px;
    border-radius: 100%;
}
#plan-steps-nav li{
    border-left: 1px solid #ffc107;
    min-width: 70px;
}
#plan-steps-nav li:first-child{
    border-right: 1px solid #ffc107;
}
.dropdown-item{
    text-align: center;
}
span.oblig{
    font-size: 24px;
    color: red;
}

.video-div,.explain-div,.video-div-in-yearly-section{
    width: 96%;
    height: 54vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.explain-div{
    height: auto;
}
.explain-div article{
    width: 100%;
    text-align: justify;
    text-align-last: right;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: white;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


#to-top{
    background-image: url(../imgs/icons/to-top.png);
    background-size: 100% 100%;
    position:fixed;
    z-index: 1100;
    bottom:80px;
    left:10px;
    width:100px;
    height:100px;
    border-radius: 100%;
    /*border: 2px solid #14c988;*/
    box-shadow: 3px 3px 10px black ;
    animation-duration: 1.5s;
    animation-delay:0s;
    animation-timing-function: linear;
    animation-iteration-count:1;
    display: none;
}

#to-top-a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

 #footer-div{
          background-image: url(../imgs/index-page-imgs/contact-us-xs.jpg);
          background-repeat: no-repeat;
          background-size: cover;
          background-position: top right;
          height: 300px;
          width: 100%;
          direction: ltr;
          margin-bottom:0;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-direction: column;
          text-align: left;
      }
      #footer-div div.small-icon{
          margin-top: 15px;
          margin-left: 3vw;
      }
      #footer-div img.small-icon{
          width: 10vw;
          height: 10vw;
          transition: 0.3s;
      }
      #footer-div div.small-icon{
          transition: 0.3s;
      }
      #footer-div div.small-icon span{
          display: inline-block;
          position: relative;
          top:6px;
          font-size: 8vw;
          line-height: 8vw;
          height: 8vw;
          margin-left: 8px;
      }
      #footer-div div.small-icon a{
          color: #f7f7f7;
          transition: 0.3s;
      }
      
      div.small-icon:hover a{
        text-decoration: none;
        color: #ffc107;
      }
      div.small-icon:hover img{
          opacity: 0.8;
      }

   
     
      
      /*** fixed styles ***/
      .btn-warning,.btn-danger,.btn-secondary{
          font-size: 24px;
          width:300px;
      }
@media screen and (min-width:576px){
    #footer-div div.small-icon span{
          font-size: 5.5vw;
          line-height: 5.5vw;
          height: 5.5vw;
          margin-left: 8px;
      }
    #footer-div img.small-icon{
          width: 6vw;
          height: 6vw;
      }
}
@media screen and (min-width:768px){
    .w-md-75{
        width: 75%;
    }
    .btn-warning,.btn-danger,.btn-secondary{
          width:60%;
      }
    .video-div,.explain-div{
        width: 70%;
        height: 39.375vw;
    }
    .explain-div{
        height: auto;
    }
    #footer-div{
        height: 400px;
    }
    #footer-div img.small-icon{
          width: 4vw;
          height: 4vw;
      }
    #footer-div div.small-icon span{
          top:5px;
          line-height: 3.5vw;
          height: 3.5vw;
          font-size: 3.5vw;
          margin-left: 12px;
      }
}
@media screen and (min-width:992px){
    
    .video-div-in-yearly-section{
    width: 96%;
    height: 31vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
    
    #footer-div{
          background-image: url(../imgs/index-page-imgs/contact-us-lg.jpg);
          height: 500px;
      }
}
@media screen and (min-width:1200px){
    .w-xl-50{
        width: 50%;
    }
    .w-xl-150px{
        width: 150px;
    }
    #top-nav li:last-child ,#top-manager-nav li:last-child ,#bottom-nav li:last-child {
    border-left: 1px solid #ffc107;
}
    .btn-warning,.btn-danger,.btn-secondary{
          width:300px;
      }
    #top-nav li ,#top-manager-nav li,#top-user-nav li,#bottom-nav li{
    border-right: 1px solid #ffc107;
    width: 90px;
}
    #top-user-nav li:last-child{
        border-left: 1px solid #ffc107;
    }
    .video-div,.explain-div{
        width: 65%;
        height: 36.56vw;
    }
    .explain-div{
        height: auto;
    }
    
    #footer-div img.small-icon{
          width: 3vw;
          height: 3vw;
      }
    #footer-div div.small-icon span{
          top:5px;
          line-height: 2.5vw;
          height: 2.5vw;
          font-size: 2.5vw;
          margin-left: 15px;
      }
}