.scroll_up{
    position: fixed;
    bottom: 37px;
    right: 30px;
    width: 50px;
    height: 50px;
    color: green;
    padding: 15px;
    background: red;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
}
.privacy-section{
    padding: 20px;
    margin-bottom: 50px;
    background: linear-gradient(45deg, var(--primary-color), var(--dy-nav));
}
.privacy-section-inner h3,
.privacy-section-inner h5 {
    background: linear-gradient(90deg, #ff4d4d, #ffcc00, #00c3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* =============================================================== Hero sections ============================================= */
#breaking_news{
        font-size: xxx-large !important;
}
#hero {
    height: 880px;
    position: relative;
    overflow: hidden;
    padding: 150px 0 0;
    top: -80px;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--dy-hero_l) 100%);
  }
  #hero .container, #hero .row, #hero .row > div {
      position: relative;
    z-index: 11;
    height: 100%;
  }
  #hero .container > .row {
    display: flex;
  }
  #hero .row .col-sm-5 {
    display: inline-flex;
    flex-direction: column;
    justify-content: start;
  }
  .header-bottom-content-wrapper {
    width: 1440px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0%;
    z-index: 0;
  }
  .header-top-tracker-wrapper {
    height: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-top-bg-image-wrapper {
    width: 100%;
    max-width: 44.6875rem;
    height: 44.75rem;
  }
  .header-top-bg-image-wrapper._1st {
    justify-content: center;
    align-items: flex-end;
    width: 490px;
    max-width: 100%;
    height: 320px;
    position: absolute;
    top: 0px;
    overflow: hidden;
    left: 274px;
  }
  .ar .header-top-bg-image-wrapper._1st {
    left: auto;
    right: 274px;
  }
  .header-bottom-bg-image-wrapper._2nd {
    width: 468px;
    max-width: 100%;
    height: 368px;
    position: absolute;
    bottom: -50px;
    right: 300px;
    overflow: hidden;
  }
  .ar .header-bottom-bg-image-wrapper._2nd {
    right: auto;
    left: 300px;
  }
  .header-top-image.top {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    transform: none;
  }
  .header-top-image.bottom {
    width: 100%;
    height: 100%;
    transform: none;
  }
  .header-bottom-image.top {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(4deg);
  }
  .header-bottom-image.bottom {
    width: 100%;
    height: 100%;
    transform: rotate(4deg);
  }
  .header-tracker-wrapper {
    flex-flow: column;
    display: flex;
    position: absolute;
    top: 523px;
    transform: translate(530px)rotate(-32deg);
  }
  .header-tracker-wrapper._1st {  
    top: 469px;
    /*left: 460px;
    transform: translate(140px, -540px) rotate(-28deg);*/
    left: 640px;
    transform: translate(190px, -540px) rotate(-28deg);
  }
  .ar .header-tracker-wrapper._1st {
    left: auto;
    right: 621px;
    transform: translate(-180px, -540px) rotate(27deg);
  }
  .header-tracker-wrapper._2nd {
    /*left: 670px;
    transform: translate(137px, -560px)rotate(-28deg);*/
    left: 800px;
    transform: translate(227px, -560px)rotate(-28deg);
  }
  .ar .header-tracker-wrapper._2nd {
    right: 800px;
    left: auto;
    transform: translate(-218px, -560px)rotate(28deg);
  }
  .icon-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: moveDown linear infinite;
  }
  .icon-track.reverse { animation: moveUp linear infinite; }
  .icon-track img {
    margin: 20px 0;
    width: 98px;
    height: 98px;
    animation: floatIcon 4s ease-in-out infinite alternate;
  }
  @keyframes moveDown {
    0% { transform: translateY(-50%); }
    100% { transform: translateY(0); }
  }
  @keyframes moveUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
  }
  @keyframes floatIcon {
    0%   { transform: translateY(0px) rotate(0deg); }
    50%  { transform: translateY(-6px) rotate(3deg); }
    100% { transform: translateY(0px) rotate(-3deg); }
  }
  .sub-heading {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
  }
  #hero p {
    font-size: 16px;
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 20px;
  }
  .trusted-wrap {
    display: flex;
  }
  .trusted-pics {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  .trusted-pics li {
    margin-right: -18px;
  }
  .trusted-pics li:last-child {
    margin-right: 5px;
  }
  .ar .trusted-pics li:last-child {
    margin-left: 5px;
    margin-right: -18px;
  }
  .stars {
    font-size: 16px;
    color: #F98334;
  }
  .trusted-partners {
    font-size: 14px;
    font-weight: 400;
    color: #111924;
  }
  .cloud-b.cloud-1{
    right: -510px;
    top: -110px;
}
.cloud-b.cloud-2 {
    right: -380px;
    top: 230px;
}
.cloud-b.cloud-3 {
    right: -310px;
    bottom: -60px;
    z-index: 1;
}
.cloud-b.cloud-4 {
    top: 280px;
    left: -380px;
    transform: rotateY(-180deg);
}
.cloud-a.cloud-2 {
    bottom: -130px;
    right: 92px;
    z-index: 1;
    height: 260px;
    background-size: contain;
}
.cloud-a.cloud-1 {
    z-index: 1;
    top: -123px;
    left: -60px;
}
  /*----------------form start --------------------*/
.form-group.icon-group {
  display: flex;
  position: relative;
}

.icon-group .form-control {
  background-color: #FFFFFF;
  border: none;
  border-radius: 18px;
  padding-left: 56px;
  height: 56px;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.07);
}

.ar .icon-group .form-control {
  padding-right: 56px;
  padding-left: 12px;
}

.form-group.icon-group .input-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #FDF001;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
}

.ar .form-group.icon-group .input-icon {
  right: 7px;
  left: auto;
}

#togglePassword {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}

.ar #togglePassword {
  left: 20px;
  right: auto;
}

.remember-decision {
  display: flex;
  justify-content: space-between;
}

.remember-decision .checkbox {
  margin-top: 0;
}

.remember-decision .checkbox,
.remember-decision .forget-password,
.signup-text {
  font-size: 13px;
  font-weight: 500;
  color: #565656;
}

@media(max-width: 770px) {
  .empower-container {
    justify-content: normal;
    gap: 0;
  }

  .guest .navbar.navbar-default {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  #hero {
    height: auto;
    padding: 88px 0 0;
    margin-bottom: -18px;
    top: -18px;
  }

  #hero .container>.row {
    display: block;
  }

  #hero .row .col-sm-5 {
    display: block;
  }

  #hero .container,
  #hero .row,
  #hero .row>div {
    height: auto;
  }

  .top-heading {
    font-size: 28px;
    width: 65%;
    margin-top: -230px;
  }

  .form-group.icon-group {
    margin-bottom: 9px;
  }

  .form-group.icon-group .input-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }

  .icon-group .form-control {
    border-radius: 12px;
    padding-left: 46px;
    height: 48px;
  }

  .sub-heading {
    font-size: 20px;
  }

  #hero .sub-heading {
    text-align: center;
    margin-top: 40px;
  }

  #hero p {
    font-size: 14px;
  }

  .header-bottom-content-wrapper {
    position: relative;
    width: 430px;
    left: -35px;
    top: -92px;
    overflow: hidden;
  }

  .header-top-tracker-wrapper {
    height: 350px;
    left: -32px;
    position: relative;
  }

  .header-top-bg-image-wrapper._1st {
    width: 196px;
    height: 148px;
    top: 0;
    left: 30%;
  }

  .header-bottom-bg-image-wrapper._2nd {
    width: 178px;
    height: 144px;
    bottom: -13px;
    right: -32px;
  }

  .header-tracker-wrapper._1st {
    left: 165px;
    transform: translate(165px, -540px) rotate(-28deg);
  }

  .header-tracker-wrapper._2nd {
    left: 210px;
    transform: translate(210px, -560px)rotate(-28deg);
  }

  .cloud-a {
    width: 383px;
    height: 185px;
  }

  .cloud-b {
    width: 390px;
    height: 329px;
  }

  .icon-track img {
    margin: 10px 0;
    width: 38px;
    height: 38px;
  }

  .cloud-a.cloud-1 {
    top: -43px;
    left: -50px;
  }

  .cloud-b.cloud-1 {
    right: -200px;
    top: -160px;
  }

  .cloud-a.cloud-2 {
    right: -180px;
    bottom: -170px;
  }

  .cloud-b.cloud-2 {
    right: 0;
    top: 140px;
  }

  .cloud-b.cloud-3 {
    right: -20px;
    bottom: -230px;
    z-index: 1;
  }

  .cloud-b.cloud-4 {
    top: 10px;
    left: -100px;
  }

  .empower-animations {
    display: none;
  }

  #empower {
    padding-top: 50px;
  }

  .main-heading br {
    display: none;
  }

  .main-heading {
    font-size: 34px;
  }
}
/* ============================================================= how its work =================================================================== */
.text-center{
    text-align: center;
}
.sub-head-box {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000000;
    min-width: 100px;
    max-width: 180px;
    text-align: center;
    height: 34px;
    line-height: 32px;
    border-radius: 8px;
    margin-bottom: 8px;
}
#how .sub-head-box {
    margin-left: auto;
    margin-right: auto;
}
.main-heading {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
#how .main-heading{
    margin-bottom: 45px;
}

#how .main-heading{
    margin-bottom: 45px;
}
img {
    vertical-align: middle;
    border:0;
}
.how-wraper{
    /*background-image: url(https://storage.perfectcdn.com/1847ba/xroccdj4j7nhxred.svg);*/
    
    background-size: contain;
    background-repeat: no-repeat;
    /*height: 476px;*/
    /*width:476px;*/
    position: relative;
}
.how-wraper >img {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
    /*top: -66px;*/
    height: 100%;
    z-index: 1;
}
.how-logo{
    position: absolute;
    left: 0;
    top: 0;
}
.how-social-icons img {
    position: absolute;
}
.how-social-icons img:first-child {
    left: -50px;
    top: 65%;
    transform: translateY(-65%);
}
.how-social-icons img:nth-child(2) {
    right: -5px;
    top: 10%;
    transform: translateY(-10%);
}
.how-social-icons img:last-child {
    right: 40px;
    bottom: 9%;
    transform: translateY(-9%);
}
.how-box {
    background-color: #FFFFFF;
    border-radius: 18px;
    padding: 25px 22px;
    filter: drop-shadow(0 7px 23px rgba(0, 0, 0, 0.02));
}
.how-count {
    border: 9px solid #ffffff;
    border-radius: 50%;
    padding: 6px;
    text-shadow: none;
    font-size: 24px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin-bottom: 12px;
}
.how-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.main-text {
    font-size: 16px;
    font-weight: 400;
    color: #4B4B4B;
    line-height: 28px;
}
.how-box .main-text {
    line-height: 22px;
    font-size: 15px;
}
.col-sm-6 >.how-box {
    margin-top: 25px;
}
.how-count.active {
    background-color: #FD0;
    color: #000000;
}

.how-box{
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.35s ease;
}

.how-box h3,
.how-box .main-text{
    transition: color 0.35s ease;
}

/* Hover effect */
.how-box:hover{
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    background: linear-gradient(135deg,#6c5ce7,#a29bfe);
}

/* Text color change */
.how-box:hover h3,
.how-box:hover .main-text{
    color: #fff;
}

/* Optional number style */
.how-box:hover .how-count{
    background: #fff;
    color: #333;
}
/* =================================================================  service ============================================================= */
#services_home {
    background: radial-gradient(var(--primary-color), transparent);
    overflow: hidden;
    padding: 120px 0 0;
}
.our-wraper {
    position: relative;
    background: #FDF001;
    background: linear-gradient(180deg, var(--secondary-color) 0%, var(--dy-hero_l) 100%);
    padding: 60px 0 0;
    border-radius: 26px;
}
.cloud-a, .cloud-b {
    position: absolute;
    display: block;
}
.cloud-b {
    width: 1074px;
    height: 354px;
    background-image: url(https://res.cloudinary.com/paaxapvg/image/upload/v1765380072/dfu3s2q9ly3ea6gs_ltulap.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.cloud-9, .cloud-10 {
    right: -650px;
    top: 10px;
    z-index: 0;
}
.cloud-11, .cloud-12 {
    left: -510px;
    top: 10px;
    z-index: 0;
}
#services_home .sub-head-box{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
#services_home .main-heading {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
#services_home .main-text {
    color: #171717;
    position: relative;
    z-index: 1;
}
.swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper.services-slider{
    max-width: 100%;
    overflow: visible;
    margin-top: 50px;
}
.services-slider .swiper-wrapper{
    display: flex;
}
.services-slider .swiper-navigation{
    display: flex;
    justify-content: center;
    gap: 0 5px;
    margin-top: 30px;
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.services-slider .swiper-slide {
    flex-shrink: 0;
    width: auto;
}
.service-box{
    border-radius: 24px;
    padding: 45px 25px 35px;
    text-align: center;
    width: 306px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 66%, rgba(255, 255, 255, 0) 100%)
}
.service-icon {
    color: #fff;
    border-radius: 75px;
    margin: 0 auto 12px;
    text-align: center;
    line-height: 68px;
    font-size: 42px;
}
.fb{
        background-color: #1877F2;
}
.service-box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.service-box p{
    font-size: 16px;
    font-weight: 500;
    color: #4B4B4B;
    line-height: 26px;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn.btn-service-wrap {
    text-shadow: none;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 12px;
    width: 140px;
    height: 42px;
    line-height: 36px;
    padding: 2px;
    background-color: #fff;
}
.top-heading {
        text-align: center;
    margin-top: 0;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    margin-bottom: 25px;
    width: 90%;
}
#hero p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #4B4B4B;
    margin-bottom: 20px;
}
/*  ============================ how its work ======================================*/
#how {
    margin-top: 10px;
    padding-top: 90px;
    background: radial-gradient(var(--primary-color), transparent);

}

/* ============================================ service page ======================*/

.service-amount{
    color: red;
    padding: 2px 5px;
    border: 2px solid;
    border-radius: 17px;
}

.text > h5{
    text-align: start;
}

/*============================= api doc========================================*/
.card-header{
    background:var(--dy-footer);
}
.api_docs_page{
    background: radial-gradient(#096ee2, #ff000054);
}