@import url(fonts.css); 
.header_btns > a{
    font-family: 'Dana';
    font-size: 16px;
    color: white;
}
.header_btns .dropdown > a {
  font-family: 'Dana';
  font-size: 16px;
  color: white;
}
.btn-grouup {
  /*width: 29%;*/
  display: flex;
}
.dropdown-menu a {
  font-family: 'Dana';
  color: #FF3366 !important;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  padding: 3px 15px;
  line-height: 36px;
  border-radius: 6px;
  text-decoration: none;
}
.btn-grouup > .btn-header {
  /*width: 60%;*/
  font-family: 'Dana';
  font-size: 14px;
}
.btn-grouup > a {
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  color: #fff;
}
.logo>svg{
    width:95px ;
    height:95px ;
}
.login-btn > div{
    width: 10rem;
    align-items: center;
    font-family: 'Dana';
    font-size: 18px;
}
.get-start{
    font-family: 'Dana';
    font-size: 50px;
    color: #FF3366;
    margin-top: 200px;
}
.main_head{
    height: 100vh;
}
.main_head_title{
    font-family: "dana extrabold";
    font-size: 50px;
    color: white;
}
.main_head_caption{
    font-family: "dana light";
    font-size: 20px;
    color: white;
}
.main_head_cover{
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100vh;
    width: 100%;
}


.second-img{
    width: 100%;
    background-image: url("/assets/image.png");
    min-height: 80vh;
    background-size:cover;
}
.caption-note >h6{
    font-family: 'Dana';
    font-size: 25px;
    color: #0f1c49;
}
.caption-note > .status-text{
    font-family: 'Dana';
    font-size: 20px;
    color: #878da4;
}



.progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 2px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 85%;
    height: 85%;
    border-radius: 50%;
    border: 2px solid #ebebeb;
    font-size: 25px;
    line-height: 125px;
    text-align: center;
    position: absolute;
    top: 7.5%;
    left: 7.5%;
    background: linear-gradient(45deg, #FF3366, #FF3366, #4400FF, transparent);
    opacity: 0.9;
    color: white;
    font-weight: lighter;
    font-family: 'Dana';
}
.progress.blue .progress-bar{
    border-color: #FF3366;
}
.progress.blue .progress-value{
    color: #ffffff;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
    border-color: #FF3366;
}
.progress.yellow .progress-value{
    color: white;
}
.progress.yellow .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
    border-color: #ed687c;
}
.progress.pink .progress-value{
    color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
    animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
    border-color: #4400FF;
}
.progress.green .progress-value{
    color: #ffffff;
}
.progress.green .progress-left .progress-bar{
    animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
    .second-img{
        min-height: 23vh !important;
    }
    .main_head {
      height: 19.8vh  !important;
    }
    .main_head_cover {
      height: 25.4vh  !important;
    }
    .main_head_title {
      width: 40vh;
    }
    .three-progg{
        margin-left:8.6%  !important;
  margin-top: 12%  !important;
    }
}

.footer a{
    color: #fff;
  font-family: 'Dana';
  text-decoration: none;
}

.status-diagram-title{
    font-family: 'Dana';
    font-size: 22px;
    color:#FF3366 ;
    margin-top: 12px;
}








.section{
    margin-top: 18px;
}

.section >h4{
    font-family: 'Dana';
    font-size: 30px;
    color: #ff0000;
}.section >h6{
     font-family: 'Dana';
     font-size: 20px;
     color: #6e6e6e;
 }





.footer-logo >svg{
    width: 350px;
    height: 280px;
}
.footer-logo > h4{
    font-family: 'Dana';
    font-size: 64px;
    color: #FF3366;
}

 .footer{
     background-image: url('/assets/footerbg.png');
     background-repeat: no-repeat;
     background-size: cover;
     min-height: 300px;
 }
.send_btn{
     color: white;
     font-size: 12px;
     height: 30px;
     width: 85px;
 }
.send_btn > .rounded-4{
    font-family: 'Dana';
}
.footer >.col-2 >h1{
     font-size: 20px;
     font-family: 'Dana';
     color: white;
 }
.footer h1{
     font-family: 'Dana';
     color: white;
      font-weight: bolder;
      font-size: 30px;
 }
.footer >.col-2 >h4{
     font-size: 20px;
     font-family: 'Dana';
     color: white;
 }.footer >.col-2 >h3{
     font-size: 16px;
     font-family: 'Dana';
     color: white;
 }.footer >.col-2 >a{
     font-size: 16px;
     font-family: 'Dana';
     color: white;
     text-decoration: none;
 }
.footer >.col-3 >h1{
     font-size: 16px;
     font-family: 'Dana';
     color: white;
 }
.footer>.col-3>input{
    font-family: 'Dana';
    font-size: 15px;
    height: 40px;
    width: 100%;
    direction: rtl;
    padding: 0 20px;
}


.footer-link >h1{
    font-family: 'Dana';
    color: white;
    font-size: 16px;
}
.footer-link{
    text-decoration: none;
}
.support-sec >i{
    color: white;
    font-size: 25px;
}



.mobile-footer >.col-2 >h3{
    font-size: 16px;
    font-family: 'Dana';
    color: white;
}
.mobile-footer >.col-2 >h1{
    font-size: 18px;
    font-family: 'Dana';
    color: white;
}






/*mobile mode*/
@media only screen and (max-width: 600px) {
    .main_head_cover {
        height: 50vh;
    }
    .main_head_title{
        font-size: 20px;
    }
    .main_head_caption{
        font-size: 16px;
    }
    .get-start{
        font-size: 16px;
    }
    .main_head{
        height: 35vh !important;
    }
    .logo >svg{
        max-width: 50px;
        max-height: 50px;
    }
    .login-btn > div{
        width: 50%;
        font-size: 12px;
        padding: 0 10px;
        margin: 0;
    }
    .caption-note > h6{
        font-size: 16px !important;
        text-align: center;
    }
    .caption-note > div{
        font-size: 14px !important;
        text-align: center;
    }
    .second-img{
        background-size: contain;
        background-repeat: no-repeat;
        min-height: 60vh;
    }
    .status-diagram-title{
        font-family: 'Dana';
        font-size: 14px;
        color:#FF3366 ;
        margin-top: 0px;
    }
    .for-why{
        font-size: 20px !important;
    }
    .big-logo{
        max-width: 30vw;
        max-height: 30vw;
    }
    .section >h4{
        font-size: 16px;
    }
    .section >h6{
        font-size: 14px;
    }

}





.header {
  display: flex;
  justify-content: space-between;
  direction: rtl;
  padding: 3px 5vw;
  margin-top: 10px;
}


.header > a {
  font-family: 'Dana';
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.dropdown > a{
    font-family: 'Dana';
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.btn-grouup>a{
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    color: #fff;
}

/*.btn-grouup>.btn-header{*/
/*    width: 50%;*/
/*    font-family: 'Dana';*/
/*    font-size: 14px;*/
/*}*/
.section1{
     background-size: cover;
     background-image: url("/assets/header.png");
     /*background-image: linear-gradient(180deg, #6d0dd2b8,#710dcf);*/
     /*height: 52vh;*/
 }
 .section1>.d-flex{
     padding: 0 10vw;
     margin-bottom: 20% !important;
 }
.section1>.d-flex>div>h4{
    font-family: 'Dana';
    font-size: 50px;
    font-weight: bold;
    color:white;
}
.section1 > .d-flex > div {
  border-left: 2px solid #fff;
  margin-top: 10vh;
}
.section1>.d-flex>h6{
    font-family: 'Dana';
    font-size: 18px;
    font-weight: 100;
    color:white;
}













