@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    font-family: "Noto Sans", serif
}

.site-para,
p {
    line-height: 1.6
}

.custom-btn,
p {
    font-weight: 500
}

.custom-btn,
.primary-button {
    -webkit-transition: .5s;
    -o-transition: .5s
}

.btn-outline:hover,
.primary-button {
    background: linear-gradient(45deg, #6044d0, #d86dfa)
}

.custom-btn,
.hero-right-image {
    position: relative
}

.customcard h3,
.zigzag .text h2 {
    margin-bottom: 10px
}

p {
    color: #25222a
}

.site-para {
    font-size: 20px
}

.custom-btn {
    z-index: 1;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 12px;
    transition: .5s
}

.custom-btn1,
.footer-copyright.ul_li_between p.copyright {
    font-weight: 400
}

.btn-outline {
    border: 1px solid #5e41d1;
    color: #5e41d1
}

.btn-outline:hover {
    color: #fff
}

.primary-button {
    color: #fff;
    transition: .5s
}

.primary-button:hover {
    background: #0a001a;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.primary-button:hover i {
    margin-left: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.outline-img {
    background-color: #fff;
    border: 1px solid #5e41d1;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px
}

section#home {
    position: relative;
    background-color: #ffffffcd;
    overflow: hidden;
}

section#home::after {
    content: "";
    position: absolute;
    top: 100px;
    left: -200px;
    width: 500px;
    height: 500px;
    background-color: #c968f2;
    border-radius: 100%;
    z-index: -1;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.banner-place_holder {
    width: 100%;
    height: 600px;
    border-radius: 15px;
    background-color: #6044d0;
    display: flex;
    align-items: center;
    justify-content: center
}

.banner-place_holder span {
    font-size: 2em;
    color: #fff
}

.hero-bg-wrapper {
    background-image: url(../img/hero/grid.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat
}

.hb-1,
.hb-2,
.hb-3,
.hb-4,
.heading-arrow-bp,
.heading-arrow-tp {
    position: absolute
}

.hb-1 {
    width: 34px;
    top: 30px;
    left: 48px;
    animation: 4.5s ease-in-out infinite bounce
}

.hb-2 {
    width: 30px;
    top: 43px;
    right: 90px;
    animation: 4.5s ease-in-out infinite bounce1
}

.hb-3 {
    width: 23px;
    bottom: 34px;
    left: 51px;
    animation: 4.5s ease-in-out infinite bounce2
}

.hb-4 {
    width: 30px;
    bottom: 30px;
    right: 62px;
    animation: 4.5s ease-in-out infinite bounce
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-20px)
    }
}

@keyframes bounce1 {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-20px)
    }
}

@keyframes bounce2 {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(20px)
    }
}
.acc_body .content {
    opacity: 0;
    transition: opacity 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
  }
  
  .acc_body.current .content {
    opacity: 1;
    padding: 15px;
  }
  
.heading-arrow-tp {
    top: -30px;
    left: -40px;
    transform: rotate(-84deg)
}

.heading-arrow-bp {
    bottom: -20px;
    right: 60px;
    transform: rotate(86deg)
}

.header-style-one .xb-nav-mobile,
.header-style-one .xb-nav-mobile:hover {
    color: #000
}

.hero_wrap {
    padding-top: 80px
}

.xb-logo-mobile img {
    width: 150px;
    height: auto
}

.xb-logo-mobile {
    margin-bottom: 22px
}

.xb-header-menu-scroll {
    padding: 25px 25px 40px
}

.header-style-one .xb-menu-primary li>a:hover {
    color: #3c16cf
}

.fea-img {
    padding-right: 90px
}

.review-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 10px 10px 0
}

.avatars {
    display: flex;
    align-items: center
}

.avatars img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    object-position: top;
    border: 3px solid #fff;
    border-radius: 100px
}

.hd-blog,
.xb-video {
    border-radius: 20px
}

.avatars img:nth-child(2),
.avatars img:nth-child(3) {
    margin-left: -25px
}

.xb-video {
    width: 100%;
    overflow: hidden;
    margin: auto
}

.mfp-iframe-holder .mfp-content {
    max-width: 1060px
}

.features-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.uc-esnts .hd-feature-item {
    margin-top: 50px
}

.features-wrapper1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin-top: 30px
}

.xb-faq-two .accordion_box .block .acc-btn {
    display: flex;
    gap: 12px
}

.hd-blog {
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
    position: relative;
}

.footer-copyright.ul_li_between {
    font-size: 12px
}

.footer-style-four .footer-widget .xb-item--email,
.footer-style-four .footer-widget .xb-item--number,
.footer-widget .xb-item--list {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 34px !important
}

.error-msg,
.footer-style-four .footer-widget .xb-item--input-box label {
    font-size: 14px
}

.footer-style-two .footer-copyright {
    padding: 0 0 20px
}

.need-help-icon {
    width: 22px
}

.xb-item--content {
    font-size: 20px
}

.xb-faq-two .accordion_box .block .acc-btn .arrow {
    line-height: 1.5
}

.xb-faq .accordion_box .block.active-block .acc-btn .arrow::before {
    transform: rotate(0)
}

.xb-faq .accordion_box .block .content p {
    margin-bottom: 0
}

.xb-header-menu {
    left: auto;
    right: 0;
    transform: translateX(100%);
    overflow-y: hidden
}

@media only screen and (min-width:1200px) and (max-width:1500px) {
    .hero-style-four .xb-hero .xb-item--title {
        font-size: 72px
    }
}

@media (max-width:1199px) {
    .hero-style-four .xb-hero .xb-item--title {
        font-size: 51px;
        line-height: 64px
    }

    .header-style-one .main-menu__wrap {
        display: block
    }

    .footer-style-four .footer-widget .xb-item--email,
    .footer-style-four .footer-widget .xb-item--number,
    .footer-widget .xb-item--list {
        font-size: 16px
    }

    .hero_wrap {
        padding-top: 20px
    }

    .heading-arrow-tp {
        display: none
    }

    .hero-bg-wrapper {
        margin-top: 60px
    }

    .fea-img {
        padding-right: 30px
    }
}

@media (max-width:991px) {
    .pt-130 {
        padding-top: 100px
    }

    .pb-130 {
        padding-bottom: 100px
    }

    .fea-img {
        padding-right: 0;
        width: 450px;
        margin-block: 50px
    }

    .video-wrap .xb-shape .img--one {
        top: 28%
    }

    .footer-style-four .footer-nees-helf::before,
    .footer-style-four .sa-newslatter::before {
        background: 0 0
    }

    .footer-style-two .footer-copyright {
        border-top: 1px solid rgba(255, 255, 255, .2);
        margin-top: 40px
    }

    .footer-style-four .footer-widget .xb-item--email,
    .footer-style-four .footer-widget .xb-item--number,
    .footer-widget .xb-item--list {
        font-size: 14px
    }

    .footer-style-four {
        padding-top: 50px
    }

    .features-wrapper1 {
        grid-template-columns: 1fr 1fr
    }

    .uc-esnts .hd-feature-item {
        margin-top: 0;
        margin-bottom: 50px
    }

    .uc-esnts .hd-feature-item:last-child {
        margin-bottom: 0
    }

    .sd-title-wrap .page-title-box {
        text-align: center;
    }
}

@media (max-width:767px) {
    .hero-style-four .xb-hero .xb-item--title {
        font-size: 36px;
        line-height: 1.3
    }

    .hero_wrap {
        padding-top: 0
    }

    .pt-130 {
        padding-top: 80px
    }

    .pb-130 {
        padding-bottom: 80px
    }

    .video-wrap .xb-shape .img--one {
        top: 41%;
        width: 40px;
        left: -30px
    }

    .hb-1 {
        width: 26px;
        top: 8px;
        left: 37px;
        animation: 6.5s ease-in-out infinite bounce
    }

    .hb-2,
    .hb-3 {
        animation: 6.5s ease-in-out infinite bounce2
    }

    .hb-2 {
        width: 26px;
        top: 25px;
        right: 46px
    }

    .hb-3 {
        width: 16px;
        bottom: 34px;
        left: 0
    }

    .hb-4 {
        width: 18px;
        bottom: 30px;
        right: 37px;
        animation: 6.5s ease-in-out infinite bounce
    }

    .hd-blog .xb-item--title {
        font-size: 20px
    }
}

@media (max-width:575px) {
    .container {
        padding: 0 20px
    }

    .pt-100,
    .pt-130 {
        padding-top: 60px
    }

    .pb-100,
    .pb-130 {
        padding-bottom: 60px
    }

    .mt-130 {
        margin-top: 60px
    }

    .features-wrapper,
    .features-wrapper1 {
        gap: 16px;
        grid-template-columns: 1fr
    }

    .hd-feature-item {
        padding: 20px
    }

    .video-wrap .xb-shape .img--one {
        display: none
    }

    .hd-feature-item .xb-item--title,
    .xb-faq-two .accordion_box .block .acc-btn {
        font-size: 20px
    }

    .hd-blog .xb-item--title,
    .sec-title--four .title {
        font-size: 24px
    }

    .footer-style-four {
        padding-top: 10px
    }

    .xb-faq-two .accordion_box .block .content {
        padding: 0 25px 25px 20px
    }

    .footer-style-two .sa-newslatter .xb-item--sub-title {
        margin-bottom: 24px
    }

    .footer-style-two .footer-copyright {
        flex-direction: column
    }

    .hds-footer-links.mt-20 {
        margin-top: 10px
    }

    .xb-item--social-link.mt-45 {
        margin-top: 24px
    }
}

@media (max-width:375px) {
    .features-wrapper {
        grid: none
    }

    .info-item.ul_li {
        display: block
    }

    .footer-style-two .info-item {
        margin-bottom: 0
    }

    .hds-footer-links {
        justify-content: center
    }

    .hds-footer-links li {
        margin-right: 0
    }

    .hds-footer-links li::before {
        display: none
    }
}

.form-control.sm-input,
.form-select.sm-input {
    padding: 10px;
    height: 48px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f3f4f5
}

.form-control:focus,
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: unset
}

.form-select.sm-input {
    padding-top: 3px;
    padding-bottom: 3px
}

.nice-select {
    height: 45px;
    line-height: 45px;
    min-height: 45px;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f3f4f5;
    border: 1px solid #ddd;
    font-size: 16px
}

.nice-select:after {
    content: "";
    display: none
}

.custom-btn1 {
    z-index: 1;
    font-size: 15px;
    padding: 4px 12px;
    border-radius: 12px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-width:1144px) {

    .custom-btn,
    .custom-btn1 {
        padding: 12px 16px
    }
}

@media (min-width:1024px) {
    .custom-container-width {
        max-width: 820px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg)
}

.zigzag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    gap: 20px
}

.gridcontainer,
.usecasecontainer {
    display: grid;
    gap: 20px;
    margin: auto
}

.zigzag:nth-child(2n) {
    flex-direction: row-reverse
}

.zigzag .text {
    width: 75%;
    padding: 30px;
    border-radius: 20px
}

.zigzag .text h2 {
    font-size: 24px
}

.zigzag .text p {
    font-size: 16px;
    color: #555
}

.zigzag .image {
    width: 25%
}

.zigzag .image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.right {
    background-color: #f1f8cc
}

.left {
    background-color: #f8d3f875
}

.usecasevideo {
    width: 100%;
    max-width: 800px
}

.usecasecontainer {
    grid-template-columns: repeat(auto-fill, minmax(312px, 1fr))
}

.gridcontainer {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    padding-top: 20px
}

.customcard {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 6%);
    text-align: center
}

@media (max-width:768px) {
    .zigzag {
        flex-direction: column !important;
        text-align: center
    }

    .zigzag .image,
    .zigzag .text {
        width: 100%
    }

    .page-title {
        padding-top: 100px
    }

    .info-item.ul_li {
        flex-wrap: unset
    }

    .footer-style-two .info-item .xb-item--icon {
        flex-shrink: 0
    }

    .gridcontainer,
    .usecasecontainer {
        grid-template-columns: repeat(auto-fill, minmax(312px, 1fr))
    }

    .hd-cta h2.xb-item--title {
        font-size: 24px;
    }

}

.shadow {
    box-shadow: 0 .2rem 1rem rgb(0 0 0 / 11%) !important
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%
}

@media (min-width:1201px) {
    .cookies-banner {
        width: 100%;
        background: rgba(255, 255, 255);
        color: #fff;
        justify-content: space-between;
        align-items: center;
        transition: opacity .3s ease-in-out;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        z-index: 1;
        border-radius: 10px;
        max-width: 80%
    }
}

@media (max-width:1200px) {
    .cookies-banner {
        width: 100%;
        background: rgba(255, 255, 255);
        color: #fff;
        justify-content: space-between;
        align-items: center;
        transition: opacity .3s ease-in-out;
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        z-index: 1;
        border-radius: 10px;
        max-width: 90vw
    }
}

.cookies-banner.hidden {
    opacity: 0;
    pointer-events: none
}

.cookie-content {
    padding: 20px 30px;
    background-color: #754dd5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.cookie-btn-content {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 100px
}

@media (max-width:991px) {
    .cookie-btn-content {
        flex-direction: column;
        gap: 24px;
        text-align: center
    }


    .page-title-wrap {
        padding-bottom: 0
    }
}

.form-select {
    background-color: #f3f4f5;
    height: 48px !important;
    border-radius: 8px !important;
}

textarea.form-control {
    border-radius: 8px !important;
    max-height: 100px;
}

.cta-right_img {
    position: absolute;
    right: 0;
    opacity: .07;
    top: 10%
}

.xb-item--holder {
    padding: 20px 15px
}

.footer-style-four .footer-widget .xb-item--holder {
    padding: 0
}

#contactsec .cta,
.section-cta {
    margin-block: 100px;
    padding: 68px;
    border-radius: 20px;
    border: 1px solid #cd69f5;
    background: linear-gradient(90deg, #e3e5fc, #f6e8ff);
}

@media (max-width:575px) {

    #contactsec .cta,
    .section-cta {
        padding: 20px
    }

    .footer-widget p {
        max-width: 100%
    }

    .footer-style-two .info-item {
        margin-bottom: 0
    }
}


.footer-widget .socials {
    margin-top: 40px;
    margin-bottom: 20px;
}

.footer-widget .socials a {
    height: 56px;
    width: 56px;
    display: block;
    text-align: center;
    align-content: center;
    border-radius: 12px;
    background-color: #433679;
    transition: .3s;
}

.footer-widget .socials a:hover {
    background-color: #4e3c97;
}

.footer-widget a svg {
    width: 20px;
    fill: #fff;
}

.about-cotent h3 {
    margin-bottom: 16px;
    font-size: 32px;
}

.about-cotent p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #7a7a7a;
    margin-bottom: 12px;
}

.about-set {
    background: #fff;
    border: 1px solid #ddd;
    padding: 24px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    height: 100%;
}

.about-set .icon {
    height: 58px;
}

.about-set svg {
    width: 32px;
    fill: #6347d1;
    margin-bottom: 24px;
}

.about-set h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.about-set p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #7a7a7a;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f0f1fd;
    border: 1px solid #aeb0f3;
    padding: 20px;
    border-radius: 20px;
    margin-top: 2rem;
    gap: 24px;
}

@media (max-width:768px) {
    .btn-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .ct-left {
        flex-direction: column;
        text-align: center;
    }
}

.btn-wrapper a {
    flex-shrink: 0;
}

.ct-left {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ct-left .ic svg {
    width: 24px;
    fill: #fff;
}

.ct-left .ic {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    align-content: center;
    text-align: center;
    border-radius: 12px;
    background: #6347d1;
}

.ct-left h4 {
    font-size: 20px;
    color: #3e064c;
}

.page-title-wrap .page-title-box h2 {
    line-height: 1.25;
}

.next-blog-wrapper a {
    display: flex;
    transition: .3s;
}

.next-blog-wrapper a:hover {
    background-color: #f0f1fd;
}

.next-blog-wrapper .xb-item--holder {
    padding: 15px;
}

.next-blog-wrapper .hd-blog .xb-item--meta li {
    margin-bottom: 0;
}

.bg-list-uts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .8rem;
}

@media (max-width:375px) {
    .bg-list-uts .title-tag {
        position: absolute;
        top: 20px;
    }

}

.bg-list-uts p {
    font-size: 15px;
    font-weight: 500;
    color: #737373;
}

.blog-auth {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.blog-auth .auth-ic {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border: 1px solid #5f42d0;
    background-color: #eef0ff;
    border-radius: 12px;
    text-align: center;
    align-content: center;
}

.blog-auth small {
    color: #737373;
}

.detail-pg-auth {
    display: flex;
    gap: 24px;
    margin-top: 10px;
    text-align: start;
}

.detail-pg-auth .blog-auth:nth-child(2) {
    padding-left: 24px;
    border-left: 1px solid #ddd
}

.detail-pg-auth .blog-auth {
    margin-top: 0;
}

@media (max-width:991px) {
    .detail-pg-auth {
        justify-content: center;
    }
}

@media (max-width:575px) {
    .detail-pg-auth {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .detail-pg-auth .blog-auth {
        flex-direction: column;
        align-items: center;
    }

    .detail-pg-auth .blog-auth:nth-child(2) {
        padding-left: 0;
        border-left: 0
    }

    .item_details_heading {
        margin-top: 0;
        font-size: 24px;
    }
}

ul.or-refs li span {
    width: 36px;
    text-align: right;
    flex-shrink: 0;
}

/* video modal */

/* Thumbnail Wrapper */
.custom-video-wrapper {
    position: relative;
    cursor: pointer;
}

.custom-video-wrapper img {
    width: 100%;
    display: block;
    border-radius: 24px;
}

/* Play Button with Breathing Animation */
.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 88%);
    width: 72px;
    height: 72px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: breathing 1.5s infinite ease-in-out;
}

.custom-play-btn::before {
    content: '▶';
    color: #5e41d0;
    font-size: 26px;
    font-weight: bold;
    margin-left: 5px;
}

/* Breathing Animation */
@keyframes breathing {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    }
}

/* Modal */
.custom-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

/* Modal Content */
.custom-modal-content {
    position: relative;
    width: 60%;
}

@media (max-width:768px) {
    .custom-modal-content {
        position: relative;
        width: 90%;
    }
}

.custom-modal-content video {
    width: 100%;
    border-radius: 20px;
}

/* Close Button */
.custom-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #5e41d0;
    color: white;
    border: none;
    font-size: 18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
}

.section-padding-top {
    padding-top: 130px;
}

.section-padding-bottom {
    padding-bottom: 130px;
}

@media (max-width:991px) {
    .section-padding-top {
        padding-top: 70px;
    }

    .section-padding-bottom {
        padding-bottom: 70px;
    }

    .image-display {
        margin-top: 70px;
    }
}


@media (min-width:1920px) {
    .thankyou-wrapper {
        height: calc(100vh - 560px);
        align-content: center;
    }
}

@media (max-width:768px) {
    .thankyou-wrapper .about-cotent h3 {
        font-size: 32px;
    }
}

@media (max-width:575px) {
    .thankyou-wrapper .about-cotent h3 {
        font-size: 20px;
    }

    .section-padding-top {
        padding-top: 50px;
    }

    .section-padding-bottom {
        padding-bottom: 50px;
    }
}

