.section-header{
  padding-top: 0rem;
padding-bottom: 0rem;

}

.section-header .img-fluid{
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
.section-header .img-fluid{
display:none;
}
.section-header .py-lg{
  padding-bottom: 3rem !important;
  padding-top: 4rem !important;
}
}

.section.apps {
  padding-bottom: 0;
}
/*.apps.section-shaped{
  
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}*/
.btn-login {
  border-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
}
.btn-login:hover {
  background-color: #fff;
  color: #5e72e4;
}
.card.card-cascade.wider {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.card.card-cascade.wider .card-body.card-body-cascade {
  z-index: 1;
  margin-right: 4%;
  margin-left: 4%;
  background: #fff;
  border-radius: 0 0 0.25rem 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.card.card-cascade .view.view-cascade {
  border-radius: 0.25rem;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.card.card-cascade.wider .view.view-cascade {
  z-index: 2;
}
.view img,
.view video {
  position: relative;
  display: block;
}
.view {
  position: relative;
  overflow: hidden;
  cursor: default;
}
.overlay .mask {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.card.card-cascade.wider .card-body.card-body-cascade .card-footer {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
}
.card.card-ecommerce .card-footer {
  background-color: transparent;
}
.footer.has-cards::before {
  background: #b482f0;
}
.footer .nav .nav-item .nav-link {
  color: #fff !important;
}
.footer .nav .nav-item .nav-link:hover {
  color: #dadada !important;
}
.rating {
  padding: 0;
  color: #fdae55;
  list-style-type: none;
}
.rating li {
  display: inline-block;
}
.img-apps {
  min-width: 120px;
  max-width: 120px;
  height: 120px;
  object-fit: cover;
}

.btn-download {
  background-color: #281483;
  display: inline-block;
  padding: 0.3em 1.2em;
  margin: 0 0.1em 0.1em 0;
  border: 0.16em solid rgba(255, 255, 255, 0);
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
  text-align: center;
  transition: all 0.2s;
}
.btn-download:hover {
  border: 0.16em solid rgba(255, 255, 255, 0);
  background-color: #5c4f95;
  color: #fff;
}
.card-login .btn-download {
  border-color: #fff;
  background-color: #5c4f95;
  color: #fff;
}

.app-name {
  display: block;
  margin-top: 8px;
}
.img-fluid.wp-carousel {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.fa-play-circle {
  font-size: 72px;
  color:#8F6ED5
}
.section-ringtones .fa-play-circle{
  font-size: 98px;
}
.ringtone-card {
  border: none;
}
.ringtone-card .card-body {
  text-align: center;
}
.ringtone {
  font-size: 0.9rem;
}

.purple {
  color: #804ebb!important;
  float: right;
}
a.text-info.purple:hover{
    color:#61309c!important;
}
.copyright a{
    color:#804ebb
}

.photo-editor{
    padding: 0;
}
.photo-editor img{
    max-width: 162px;
}
.card-body {
  border-bottom-left-radius: inherit !important;
  border-bottom-right-radius: inherit !important;
}

.footer.has-cards{
  padding-top: 475px;
}
.footer .nav .nav-item .nav-link:hover{

  color: #281483 !important;
}
.disclaimer{
  font-size:12px;
  color:#fff;
  padding-top: 40px;
}
.footer .copyright{
  color: #fff;
}
.tariff{
  font-size:0.7rem!important;
}


.mobile{
  display: none;
}
@media (max-width: 991.98px) {
.navbar-collapse.collapsing, .navbar-collapse.show{
  background: rgba(0,0,0,0.9)!important;
}
.navbar-nav .nav-link {
  color: #fff !important;
}
.mobile{
  display: block;
}
.navbar-collapse .navbar-toggler span{
  background: #fff!important;
}
}

.card-login{
  background: linear-gradient(150deg, #281483 15%, #8f6ed5 70%, #d782d9 94%);
}
      /*---------------------
  Arrow to top CSS
-----------------------*/
#return-to-top {
  position: fixed;
  bottom: 65px;
  right: 12px;
  background: #b482f0;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 999;
border: 2px solid white;
}
#return-to-top span {
  color: #fff;
  margin: 0;
  position: relative;
  left: -5px;
  top: 2px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
