
/*start why.php css*/
.why-sec-hld .whysec-body-hld .why-box .why-item{
    transition: 0.5s;
    width: 66%;
    height: 170px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    background: #F8F8F8 !important;
    border-radius: 15px;
    padding: 15px 20px !important;
}
.why-sec-hld .whysec-body-hld .why-box .why-item-1{
    transition: 0.5s;
    width: 66%;
}
.why-sec-hld .whysec-body-hld .why-box .why-item-2{
    transition: 0.5s;
    width: 33%;
}
.why-sec-hld .whysec-body-hld .why-box .why-item-3{
    transition: 0.5s;
    width: 32.5%;
}
.why-sec-hld .whysec-body-hld .why-box .why-item .why-icon-box > div{
   width: 50px;
   height: 50px;
   margin: 0px auto !important;
}
.why-sec-hld .whysec-body-hld .why-box .why-item .why-icon-box > div > img{
    color: #315B93 !important;
    transition: 0.7s;
 }
.why-sec-hld .whysec-body-hld .why-box .why-item .why-icon-box > h3{
    text-align: center;
    color: #315B93 !important;
    transition: 0.7s;
 }
 .why-sec-hld .whysec-body-hld .why-box .why-item > p{
    text-align: center;
    color: #315B93 !important; 
    transition: 0.7s;
 }
.why-item:hover{
    padding:10px 20px !important;
    transition: 0.5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.why-sec-hld .whysec-body-hld .why-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
   }

@media screen and (max-width:1150px){
       .why-box{
           display: block !important;
           width: 98%;
           margin: 5px auto;
          }
       .why-item{
        width:100% !important;
        margin-top:15px;
       }
}
@media screen and (max-width:600px){
     .why-icon-box{
        display:flex !important;
        align-items: center;
    }
       .why-icon-box > div{
        margin:0px 10px !important;
    }
}
@media screen and (max-width:450px){
    .why-item{
        height:190px !important;
    }
}
@media screen and (max-width:350px){
    .why-item{
        height:21
        
}}
.why-sec-hld{
    padding: 10px 20px;
    width: 92%;
    margin: 0px auto;
}
.why-sec-hld .whysec-title-hld{  
    display:flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.why-sec-hld .whysec-title-hld .main-titr-st,.comment-section h2{
    font-size: 21px;
    font-weight: 800;
    color: #315B93;
}
.why-sec-hld .whysec-body-hld .why-box-1 .why-item:nth-child(1),.why-sec-hld .whysec-body-hld .why-box-2 .why-item:nth-child(3){
    background: #315b93 !important;
}
.why-sec-hld .whysec-body-hld .why-box-1 .why-item:nth-child(1) .why-icon-box > h3,.why-sec-hld .whysec-body-hld .why-box-2 .why-item:nth-child(3) .why-icon-box > h3{
    color: #fff !important;
 }
 .why-sec-hld .whysec-body-hld .why-box-1 .why-item:nth-child(1) > p,.why-sec-hld .whysec-body-hld .why-box-2 .why-item:nth-child(3) > p{
    text-align: center;
    color: #fff !important; 
 }
 .why-sec-hld .whysec-title-hld > svg{
    margin-left:10px;
 }
 .why-sec-hld .whysec-body-hld .why-box .why-item:hover{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1),0px 8px 20px rgba(0, 0, 0, 0.15) !important;
    transition: 0.7s;
 }
 .why-sec-hld .whysec-body-hld .why-box .why-item:hover h3, .why-sec-hld .whysec-body-hld .why-box .why-item:hover p,.why-sec-hld .whysec-body-hld .why-box .why-item:hover .why-icon-box > div > img{
 transform: translateY(-5px);
 transition: 0.7s;
 }
/*end why.php css*/
/*start count style*/
.count-section{
    position: relative;
}
.context {
    width: 92%;
    position: absolute;
    top: 0px;
    right: 5%;
    height: 100%;
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #4e54c8;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:150px;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


.count-section .container {
    margin-top: 100px;
  }
  
  .count-section .counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center;
    position: relative;
  }
  .count-section .counter-box > img{
    position: absolute;
  }
  .count-section .counter-box p {
    margin: 5px 0 0;
    padding: 0 30px 0px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    width: 80%;
  float: left;
  }
  
  .count-section .counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2;
  }
  
  .count-section .counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
    padding: 0 30px 0px 0px;
    width: 80%;
  float: left;
  }
  
  .count-section .counter-box.colored {
    background: #fcd10a;
  }
  .count-section .counter-box.colored * {
    color: #000 !important;
  }
  
  .count-section .counter-box.colored p,
  .count-section .counter-box.colored i,
  .count-section .counter-box.colored .counter {
    color: #fff;
  }
  .count-section .container {
    margin-top: 100px;
  }
  @media (min-width: 768px) {
    .count-section .container {
      max-width: 720px;
    }
  }
  @media (min-width: 576px) {
    .count-section .container {
      max-width: 540px;
    }
  }
  .count-section .container {
    width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 5px 0px;
  max-width: unset;
  }
  .count-section .row {
    display: flex;
    flex-wrap: wrap;
  }
  @media (min-width: 768px) {
    .col-md-3 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  }
  
  .popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
  }
  
  .popup-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 400px;
    position: relative;
    text-align: center;
    direction: rtl;
  }
  
  .popup-content img {
    max-width: 100%;
    margin: 15px auto 10px;
  width: 220px;
  height: 120px;
  }
  .popup-content h2 {
    color: #041857;
    margin-bottom: 10px;
  }
  .popup-content p {
    color: #737373;
  }
  .popup-content a{
    margin: 15px auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #3377E8;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.7s;
  }
  .popup-content a:hover{
  background: green;
  color: #fff;
  transition: 0.7s;
  }
  .close {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
  }
  /*start application style*/
.application{
  padding: 20px 20px;
  width: 92%;
  margin: 60px auto 20px;
  background: #315b93 !important;
  border-radius: 15px;
  display: flex;
  height: 300px;
}
.application .application-txt h2{
  font-size: 32px !important;
    line-height: 44px !important;
    color: #fff;
  margin-bottom: 20px;
  margin-top: 15px;
}
.application .application-txt > p{
  font-size: 15px;
  color: #fff;
}
.application .application-txt .application-button{
  display: flex;
  margin-top: 20px;
}
.application .application-txt .application-button a{
  height: 60px;
   padding: 10px 15px;
   border-radius: 10px;
   margin-left: 10px;
   margin-top: 15px;
   background: #fff;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.application .application-txt .application-button a > img{
   width: 30px;
   margin-right: 5px;
}
.application .application-imgbx{
  background: url(./img/update/app-mockup.png);
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -130px;
}
/*start comment style*/
.comment-section{
  display: flex;
  width: 92%;
  margin: 20px auto;
  padding: 20px;
}
@-webkit-keyframes flipInX {
  0% { -webkit-transform: perspective(400px) rotateX(90deg); }

  30% { -webkit-transform: perspective(400px) rotateX(-10deg); }

  70% { -webkit-transform: perspective(400px) rotateX(10deg); }

  100% { -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes flipInX {
  0% { -moz-transform: perspective(400px) rotateX(90deg); }

  30% { -moz-transform: perspective(400px) rotateX(-10deg); }

  70% { -moz-transform: perspective(400px) rotateX(10deg); }

  100% { -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes flipInX {
  0% { -o-transform: perspective(400px) rotateX(90deg);
       opacity: 0; }

  30% { -o-transform: perspective(400px) rotateX(-10deg); }

  70% { -o-transform: perspective(400px) rotateX(10deg); }

  100% { -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes flipInX {
  0% { transform: perspective(400px) rotateX(90deg);
       opacity: 0; }

  30% { transform: perspective(400px) rotateX(-10deg); }

  70% { transform: perspective(400px) rotateX(10deg); }

  100% { transform: perspective(400px) rotateX(0deg); } }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill: both;
  -moz-animation-fill: both;
  -ms-animation-fill: both;
  -o-animation-fill: both;
  animation-fill: both; }

.flipInX {
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -ms-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX; }

/* =============================================== /*
/*                                                 /* 
/*                     Messages                    /*
/*                                                 /*
/* =============================================== */

#messages {
  position: relative;
  margin: 50px auto;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-left: 20px;
  scrollbar-width: thin;
  scrollbar-color: #3377E8 #ffffff;
  padding-right: 10px;
}

#messages li {
  float: left;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c8c7b4; }

#messages li:nth-child(2n) .infos {
  float: right;
  margin-left: 20px; }

#messages li:nth-child(2n) .infos a {
  -webkit-box-shadow: 1px 1px 0 1px rgba(90, 81, 15, 0.2);
  -moz-box-shadow: 1px 1px 0 1px rgba(90, 81, 15, 0.2);
  box-shadow: 1px 1px 0 1px rgba(90, 81, 15, 0.2);
  left: inherit; }

#messages li:nth-child(2n) .content { border-width: 1px 3px 4px 4px; }

#messages li:nth-child(2n) .content:after,
#messages li:nth-child(2n) .content:before {
  right: -9px;
  left: inherit;
  -webkit-transform: rotate(41deg);
  -moz-transform: rotate(41deg);
  -o-transform: rotate(41deg);
  transform: rotate(41deg); }

#messages li:nth-child(2n) .facebook { right: -10px; }

#messages li:nth-child(2n) .twitter { right: -5%; }

#messages li:nth-child(2n) .github { right: -1%; }

#messages .infos {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  float: left;
  padding: 3px;
  width: 130px;
  height: 130px;
  border: 5px solid #c8c7b4; }

#messages .infos a {
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-shadow: -1px 1px 0 1px rgba(90, 81, 15, 0.2);
  -moz-box-shadow: -1px 1px 0 1px rgba(90, 81, 15, 0.2);
  box-shadow: -1px 1px 0 1px rgba(90, 81, 15, 0.2);
  position: absolute;
  width: 20px;
  height: 22px;
  background-color: #d5d2a8;
  color: #fff;
  text-decoration: none;
  text-indent: -10000px;
  font-size: 11px; }

#messages .infos a:hover {
  padding: 0 10px 0 18px;
  width: auto;
  border: none;
  text-indent: 0;
  opacity: 0.95; }

#messages img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

/* =============================================== /*
/*                                                 /* 
/*      + SVG sprite (social media icons ).        /*
/*      + You can use PNG if your navigator don't  /*
/*        support SVG format.                      /*
/*                                                 /*
/* =============================================== */

.sprite {
  background: url("https://docs.google.com/uc?export=download&id=0B3VygIVAuRCQRzF1d0RyWHFFRU0") no-repeat;
  background-size: 23px; }

.twitter {
  background-position: -1px 5px;
  top: 16%;
  left: -5%; }

.twitter:hover { background-color: #2094dd !important; }

.facebook {
  background-position: -2px -27px;
  top: 42%;
  left: -10%; }

.facebook:hover { background-color: #3b5998 !important; }

.github {
  background-position: -2px -10px;
  bottom: 17%;
  left: -1%; }

.github:hover { background-color: #444 !important; }

.comment-section .content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  float: left;
  margin-left: 20px;
  padding: 15px 25px;
  width: 450px;
  border-width: 1px 4px 4px 3px;
  border-style: solid;
  border-color: #c8c7b4;
  background-color: #ece5bd;

/* ==================================================================== /*
/*                                                                      /* 
/*   + Css Patterns from : http://lea.verou.me/css3patterns/            /* 
/*   + Arbaoui mehdi : Fix a gradient color bug in OPERA,FIREFOX        /*
/*     and SAFARI (only new versions)                                   /*
/*                                                                      /*
/* ==================================================================== */

  background-image: -linear-gradient(0deg, transparent 18px, #dbada9 0, #dbada9 20px, transparent 19px),
                    -linear-gradient(#e1dab0 0.1em, transparent 0.1em);
  background-image: -webkit-linear-gradient(0deg, transparent 11px, #dbada9 0, #dbada9 14px, transparent 12px),
                    -webkit-linear-gradient(#e1dab0 0.1em, transparent 0.1em);
  background-image: -moz-linear-gradient(0deg, transparent 11px, #dbada9 0, #dbada9 13px, transparent 12px),
                    -moz-linear-gradient(#e1dab0 0.1em, transparent 0.1em);
  background-size: 100% 10px;
  color: #333;

}

/* ====================================================================================== /*
/*                                                                                        /* 
/*   + Talk bubble with shadow                                                            /* 
/*     From http://forrst.com/posts/How_to_Make_a_Pure_CSS_Speech_Bubble_With_a_Drop-PU1  /*
/*   + Arbaoui mehdi: Change position (left and right) of arrow                        /*
/*                                                                                        /*
/* ====================================================================================== */

.content:after, .content:before {
  border-bottom: 23px solid transparent;
  border-right: 20px solid #ece5bd;
  top: 49px;
  content: '';
  position: absolute;
  left: -9px;
  -webkit-transform: rotate(220deg);
  -moz-transform: rotate(220deg);
  -o-transform: rotate(220deg);
  transform: rotate(220deg); }

.content h3 {
  font: 23px "Satisfy";
  margin: 0;
  padding: 0;
  font-weight: normal; }

.content p {
  margin: 10px 0 0 0;
  font-size: 15px;
  line-height: 1.7em; }

.content p a {
  text-decoration: none;
  background-color: #f7f3c5;
  border-bottom: solid 1px #cfcebe;
  color: #834202;
  padding: 1px 4px; }

.content p a:hover { background-color: #f5ec82; }

.content b {
  display: block;
  color: #75280c;
  font: italic normal 17px Georgia; }

.content:before {
  top: 48px;
  left: -11px;
  border-right: 19px solid rgba(0, 0, 0, 0.1); }
.comment-section p{
  font-size: 15px;
  margin-top: 20px;
}
.comment-section .comment-btn{
  height: 100%;
  margin-top: 50px;
}
.comment-section .comment-txtbx{
  padding-left: 10px;
}
/*start coins-section style*/
.coins-section{
  width: 92% !important;
  margin: 20px auto !important;
}
.coins-section > h2{
  font-size: 21px !important;
  font-weight: 800 !important;
  color: #315B93 !important;
  margin-bottom: 40px !important;
}
.coins-section .swiper-slide .coins-hld{
   width: 100px !important;
   height: 100px !important;
   border-radius: 10px !important;
   display: flex !important;
   flex-direction: column !important;
   padding: 15px !important;
   background: #fff !important;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
   align-items: center !important;
  justify-content: center !important;
}
.coins-section .swiper-wrapper{
   padding: 30px !important;
}
.coins-section .swiper-slide{
  padding: 10px !important;
}
.coins-section .swiper-slide .coins-hld img{
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  margin: 0px auto 5px !important;
}
/*start feature style*/
.feature-section{
  width: 92%;
  margin: 20px auto;

}
.feature-section > h2{
  font-size: 21px;
  font-weight: 800;
  color: #315B93;
  margin-bottom: 40px;
}
.feature-section .container {
  padding: 0px !important;
  max-width: unset !important;
}

.feature-section .tab-buttons {
  display: flex;
  gap: 8px;
}
.feature-section .container .content-info{
  display: flex;
  width: 100%;
}
.feature-section .container .content-info > div{
  padding: 0px 5px;
  height: 400px;
}
.feature-section .container .content-info > div > a{
  width: 100%;
  display: flex;
  height: 200px;
  padding: 5px 0px;
}
.feature-section .container .content-info > div > a > img{
  border-radius: 10px;
  width: 100%;
}
.feature-section .container .content-info > div > .full{
  height: 100%;
  height: 400px !important;
}
.feature-section .tab-btn {
  width: 15%;
  border: none;
  color: #020617;
  background-color: #c7d2fe;
  border-radius: 8px 18px 0px 0px;
  font-weight: 500;
  padding: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.feature-section .tab-btn:hover {
  background-color: #a5b4fc;
}
.feature-section .tab-btn.active {
  background-color: #f0f8ff;
}

.feature-section .content {
  display: none;
}
.feature-section .content.show {
  display: flex;
  gap: 14px;
  background-color: #f0f8ff;
  border-radius: 0px 0px 8px 8px;
  padding: 16px;
}

.feature-section .content svg {
  width: 50%;
  height: 200px;
}











@media (min-width:568px) and (max-width:1200px) {
  .count-section .counter,.count-section .counter-box p{
    width: 100% !important;
    float: unset !important;
  }
}
@media (max-width:1200px) {
  .area{
    height: 300px !important;
  }
  .application .application-imgbx{
    margin-top: -100px !important;
  }
  .comment-section{
    flex-direction: column !important;
  }
  .comment-section .content{
    width: 80% !important;
  }
}
@media (max-width:992px) {
  .application .application-imgbx{
    margin-top: -50px !important;
    height: 300px !important;
  }
  .application{
    height: auto !important;
  }
  
}
@media (max-width:768px) {
  .count-section .counter-box > img{
    width:40px;
  }
  .comment-section .content{
    width: 70% !important;
  }
}
@media (max-width: 600px) {
  .why-sec-hld .whysec-body-hld .why-box .why-item .why-icon-box > div{
    margin: unset !important;
  }
}
@media (max-width: 576px) {
  .area {
    height: 450px !important;
  }
  .application .application-txt h2{
    font-size: 20px !important;
  }
  .comment-section .content{
    width: 90% !important;
  }
  #messages{
    max-height: 450px !important; 
  }
}
@media (max-width: 450px) {
  .application .application-txt .application-button{
    flex-direction: column !important;
  align-items: center;
  }
  .application .application-txt .application-button a{
    width: 80% !important;
  }
}