body:before {
    content:'';
    position: absolute;
    width:100%;
    height: 1532px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    left: 0;
    top: 0px;
}
img.main_hero_banners_bg {
    position: absolute;
    top: 0px;
    z-index: 0;
}
.hero-section-content h1 {
    font-family: Nexa;
    font-size: 5rem;
    font-weight: bold;
    line-height: 96px;
    letter-spacing: -0.04em;
    text-align: center;
}
.hero-section-content p {
    font-size: 1.7rem;
    font-family: 'Nexa';
    margin-top: 25px;
}
.partner-globe-content {
    backdrop-filter: blur(11px);
    border-radius: 42px;
    background: rgb(10 10 10 / 77%);
}
.logos {
    background: #D70654;
    backdrop-filter: blur(55px);
    box-shadow: 0px 0px 23px 22px #D70654;
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.cta-section {
    padding-bottom: 5rem;
    margin-top: 3rem;
}
.boxes {
    position: relative;
    z-index: 1;
}
.box-item-image {
    height: 323px;
}
.box-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.1rem;
}

.box-item .box-item-content {
    z-index: 9;
}
.box-item .box-item-content p {
    font-weight: 300;
}
.service-icon {
    width: 55px;
    height: 55px;
    background: #d70654;
}
.logos-title {
    font-size: 2.5rem;
    font-family: 'Nexa';
}
.logos{
    overflow:hidden;
}
.logos .row{
    flex-wrap: nowrap;
    animation: 45s slide infinite linear;
}
.client-logos .logos .row{
    animation-delay: 4s;
}
.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-item img {
    height: 44px;
    width: 162px;
    object-fit: contain;
}
.announce-box {
    height: 262px;
    border-radius: 887px 18px 77px 18px;
}
.announce-box img.inner-image {
    width: 156px;
    margin-top: 32px;
    margin-left: 31px;
}
.circle-inner {
    width: 95.89px;
    height: 95.89px;
    top: -27.33px;
    border-radius: 100px;
    background: #d70654;
    right: 29px;
}
.circle-inner img {
    width: 40px;
}
.card-box > * {
    color: #010205;
}
.card-box h2 {
    font-family: Rubik;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.03em;
}
.progress-line {
    width: 100%;
    height: 5px;
    background: #D9D9D9;
}
.progress-line .progress-filled {
    width: 73%;
    background: #000;
    height: 100%;
}

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.box-item.position-relative.rounded-4.overflow-hidden {
    border: 1px solid #d70654;
}


@media (min-width: 1714px) {
    body:before {
    height: 2141px;
    z-index: -1;
    opacity: 0.6;
  }
}




/* Max width 1440px (desktops and down) */
@media (max-width: 1440px) {
    .hero-section-content h1 {
        font-size: 4rem;
        line-height: 90px;
    }
}

/* Max width 1024px (desktops and down) */
@media (max-width: 1024px) {
    body header#masthead {
        margin: 40px 20px;
    }
    .site-logo h1 {
        font-size: 33px;
    }
    .hero-section-content h1 {
        font-size: 4rem;
        line-height: 85px;
    }
    .text-md-center {
        text-align: left !important;
    }
    h4.fs-1:before {
        left: 170px;
        width: 37%;
        height: 8px;
    }
    h4.fs-1:after {
        bottom: -14px;
        left: 169px;
        height: 6px;
    }
}

/* Max width 768px (tablets and down) */
@media (max-width: 768px) {
    body header#masthead {
        margin: 10px 30px;
    }
    .site-logo h1 {
        font-size: 35px;
    }
    .hero-section-content h1 {
        font-size: 3rem;
        line-height: 75px;
    }
    .text-center {
        margin: 50px 0px;
    }
    h4.fs-1:after {
        bottom: -14px;
        height: 6px;
        left: 240px;
    }
    h4.fs-1:before {
        bottom: -15px;
        width: 25%;
        height: 8px;
        left: 250px;
    }
    section.hero-section {
        margin-top: 0;
    }
}

/* Max width 576px (phones and down) */
@media (max-width: 576px) {
  body:before {
        height: 440px;
        top: 69px;
    }
  .hero-section-content h1 {
        font-size: 2rem;
        line-height: 42px;
    }
    .hero-section-content p {
        font-size: 1.2rem;
        margin-top: 20px;
        height: 84px;
    }
    .partner-bottom-content p {
        font-size: 1rem !important;
        font-weight:400;
    }
    .logo-item img {
        height: 36px;
        width: 135px;
    }
    .logos-title {
        font-size: 2.3rem;
    }
    .logos {
        margin-top: 4.3rem;
    }
    .cta-section {
        padding-bottom: 0.5rem;
        margin-top: 6rem;
    }
    .card-box h2 {
        font-size: 37px;
        line-height: 38px;
    }
    .card-box p {
        font-size: 13px;
    }
    .announce-box {
        height: 100%;
        border-radius: 887px 18px 77px 18px;
    }
    .announce-box img.inner-image {
        width: 109px;
        margin-top: 44px;
    }
    .circle-inner {
        width: 72px;
        height: 72px;
        top: -19px;
    }
    .circle-inner img {
        width: 26px;
    }
    .partner-bottom-content,.boxes {
        text-align: center !important;
    }
    .box-item .box-item-content p {
        font-size: 15px;
        margin-bottom: 0px;
    }
    .box-item .box-item-content h6 {
        font-size: 0.9rem !important;
    }
    .box-item-image {
        height: 265px;
    }
}

/* Max width 425px (small phones) */
@media (max-width: 425px) {
     body header#masthead {
        margin: 10px;
    }
    .site-logo h1 {
        font-size: 24px;
    }
    h4.fs-1:after {
        bottom: -11px;
        left: 75px;
        height: 5px;
    }
    h4.fs-1:before {
        bottom: -12px;
        left: 110px;
        width: 40%;
        height: 7px;
    }
    section.cta-section {
        text-align: center;
        margin-bottom: 50px;
    }
    .text-center {
        text-align: center !important;
        margin-top: 50px;
    }
    section#services .box-item-content {
        margin: 0;
    }
}

/* Max width 375px (small phones) */
@media (max-width: 375px) {
      body header#masthead {
        margin: 10px;
    }
    .site-logo h1 {
        font-size: 24px;
    }
    h4.fs-1:after {
        bottom: -7px;
        left: 84px;
        height: 5px;
    }
    h4.fs-1:before {
        bottom: -8px;
        left: 85px;
        width: 45%;
        height: 7px;
    }
    section.cta-section {
        text-align: center;
        margin-top: 50px;
    }
    .text-center {
        text-align: center !important;
        margin: 50px 0px 0px 0px;
    }
    section#services .box-item-content {
        margin: 0;
    }
}


/* Max width 320px (small phones) */
@media (max-width: 320px) {
  .site-logo h1 {
        font-size: 30px;
    }
    .cbtn {
        padding: 10px 20px;
    }
    .pointer {
        width: 30px;
    }
    body header#masthead {
        margin: 10px;
    }
    .hero-section-content h1 {
        font-size: 1.9rem;
    }
    .site-logo h1 {
        font-size: 22px;
    }
    h4.fs-1:after {
        bottom: -6px;
        left: 70px;
        height: 5px;
    }
    h4.fs-1:before {
        bottom: -7px;
        width: 50%;
        height: 7px;
        left: 70px;
    }
    h4.fs-1 {
        position: relative;
        margin-bottom: 15px;
    }
    p {
        font-size: 14px;
    }
    @keyframes border{
      from {
        width: 0px;
      }
      to {
        width: 75px;
    }
}
