@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&amp;family=Manrope:wght@300;400;500;600;700&amp;display=swap";

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: manrope, sans-serif;
    font-size: 16px;
    line-height: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inter, sans-serif
}

.theme-container {
    max-width: 1330px;
    padding: 0 20px
}

.shadow-style-one {
    box-shadow: 0 10px 60px 0 rgba(121, 74, 255, .2)
}

.black_overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%)
}

.win-grid {
    letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap;
    background: #f3f4f9
}
.win-gridd {
    letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap;
    background: #f3f4f9
}

.win-grid.win-grid-two {
    background: 0 0
}

.win-btn {
    width: 56px;
    height: 56px;
    text-align: center;
    border: none;
    border-radius: 0;
    border: 1px solid #e5e7ec6b;
}

.win-grid-two .win-btn {
    border: 1px solid #ffffff05
}

.win-grid-bg {
    background: 0 0
}

.testimoial-section-wrapper .swiper-pagination {
    position: unset;
    width: auto
}

.testimoial-section-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    opacity: 1
}

.testimoial-section-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #794aff
}

.testimoial-section-wrapper .swiper-button-prev,
.testimoial-section-wrapper .swiper-button-next {
    position: unset;
    margin: 0
}

.testimoial-section-wrapper .swiper-button-prev::after {
    content: ""
}

.testimoial-section-wrapper .swiper-button-next::after {
    content: ""
}

#hero-mouse-move-anim {
    position: relative !important
}

#hero-mouse-move-anim .layer:nth-child(1) {
    position: absolute !important;
    left: 0 !important;
    top: 160px !important
}

#hero-mouse-move-anim .layer:nth-child(2) {
    position: absolute !important;
    left: 66% !important;
    top: 128px !important
}

#hero-mouse-move-anim .layer:nth-child(3) {
    position: absolute !important;
    left: 0 !important;
    bottom: 288px !important;
    top: auto !important
}

#hero-mouse-move-anim .layer:nth-child(4) {
    position: absolute !important;
    left: 66% !important;
    bottom: 256px !important;
    top: auto !important
}

#home-working-cursor-anim {
    position: relative !important
}

#home-working-cursor-anim .layer:nth-child(1) {
    position: absolute !important;
    left: -160px !important;
    top: 144px !important
}

#home-working-cursor-anim .layer:nth-child(2) {
    position: absolute !important;
    left: -56px !important;
    top: 288px !important
}

#home-working-cursor-anim .layer:nth-child(3) {
    position: absolute !important;
    left: -80px !important;
    top: 460px !important
}

#consaltaion-mouse-move-anim .layer:nth-child(2) {
    position: absolute !important;
    left: 130px !important;
    top: 80px !important
}

#consaltaion-mouse-move-anim .layer:nth-child(3) {
    position: absolute !important;
    left: auto !important;
    right: 160px !important;
    top: auto !important
}

#hero-three-cursor-anim .layer:nth-child(1) {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important
}

#home-one-about-mouse-anim .layer:nth-child(1) {
    position: absolute !important;
    left: 66.666667% !important;
    top: 144px !important
}

#home-one-about-mouse-anim .layer:nth-child(2) {
    position: absolute !important;
    left: 50% !important;
    top: auto !important;
    bottom: 0 !important
}

.shadow-style-h2 {
    box-shadow: 0 10px 60px 0 #5d51f24d
}

.h2_features_card_bg {
    background: #f4f3fe
}

.moving-h2-hero-main-img {
    animation: moving_h2-hero 1s linear 0s infinite alternate
}

@keyframes moving_h2-hero {
    0% {
        transform: translateX(0px)
    }

    100% {
        transform: translateX(10px)
    }
}

.rotating_text {
    animation: rotating-circle-odd 10s linear 0s infinite
}

.rotating_circle img:nth-child(odd) {
    animation: rotating-circle-odd 10s linear 0s infinite
}

@keyframes rotating-circle-odd {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.rotating_circle img:nth-child(even) {
    animation: rotating-circle-even 10s linear 0s infinite
}

@keyframes rotating-circle-even {
    0% {
        transform: rotate(-0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes anim_circle_bg {
    0% {
        opacity: 1;
        width: 0;
        height: 0
    }

    80% {
        opacity: .5
    }

    100% {
        width: 1035px;
        height: 1035px;
        opacity: 0
    }
}

@keyframes anim_circle {
    0% {
        width: 0;
        height: 0
    }

    95% {}

    100% {
        width: 1035px;
        height: 1035px;
        opacity: 0
    }
}

@keyframes anim_circle_sm {
    0% {
        width: 0;
        height: 0
    }

    95% {
        opacity: 2%
    }

    100% {
        width: 345px;
        height: 345px;
        opacity: 0
    }
}

.animated_circle_bg {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_bg 4s linear 0s infinite
}

.animated_circle_bg2 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_bg 4s linear .7s infinite
}

.animated_circle_bg3 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_bg 4s linear 1.4s infinite
}

.animated_circle_bg4 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_bg 4s linear 2.1s infinite
}

.animated_circle_bg5 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_bg 4s linear 2.8s infinite
}

.animated_circle_bg6 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_bg 4s linear 3.5s infinite
}

.animated_circle {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle 4s linear 0s infinite
}

.animated_circle2 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle 4s linear 1s infinite
}

.animated_circle3 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle 4s linear 2s infinite
}

.animated_circle4 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle 4s linear 3s infinite
}

.animated_circle_sm {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_sm 4s linear infinite
}

.animated_circle_sm2 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_sm 4s linear 1s infinite
}

.animated_circle_sm3 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_sm 4s linear 2s infinite
}

.animated_circle_sm4 {
    position: absolute;
    width: 0;
    height: 0;
    border-radius: 100%;
    animation: anim_circle_sm 4s linear 3s infinite
}

.moving-anim {
    animation: moving-left-right 10s linear 0s infinite alternate
}

.moving-anim-left {
    animation: moving-left 10s linear 0s infinite alternate
}

@keyframes moving-left-right {
    0% {
        right: 144px
    }

    100% {
        right: 300px
    }
}

@keyframes moving-left {
    0% {
        left: -100px
    }

    100% {
        left: -213px
    }
}

.anim-light-bg {
    background: linear-gradient(90deg, rgba(93, 81, 242, 0.15) 0%, rgba(93, 81, 242, 0) 100%);
    transform: rotate(180deg);
    animation: lighting 10s linear 0s infinite alternate
}

.anim-light-shadow {
    animation: lighting 10s linear 0s infinite alternate
}

@keyframes lighting {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    70% {
        opacity: .5
    }

    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.underlines {
    width: calc(100%);
    background-image: linear-gradient(transparent calc(100% - 1px), white 1px);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: all .3s ease-in-out;
    transition-delay: .3s
}

.underlines:hover {
    background-size: 100% 100%
}

.overlay-vSlider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
    z-index: 10
}

.vsliderSm .swiper-wrapper,
.vslider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.h3-partner_slider>.swiper-wrapper>.swiper-slide {
    opacity: .2;
    transition: all;
    transition-duration: 300ms
}

.h3-partner_slider>.swiper-wrapper>.swiper-slide:hover {
    opacity: 1
}

.h3-partner_slider>.swiper-wrapper>.swiper-slide-active {
    opacity: 1
}

.h3_service_card_shadow:hover {
    box-shadow: 0 10px 60px 0 #794aff1a
}

.h3_case_card_shadow {
    box-shadow: 0 10px 60px 0 rgba(121, 74, 255, .1)
}

.case_card_title a {
    position: relative;
    background-image: linear-gradient(#000000, #000000), linear-gradient(#ffffff, #ffffff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all .5s
}

.tick-before::before {
    content: url(../images/tick.svg)
}

.case_card_title a:hover {
    background-size: 100% 1px
}

.card-group .case_card_title a {
    position: relative;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all .5s
}

.card-group:hover .case_card_title a {
    background-size: 100% 1px
}

.white_card_title a {
    position: relative;
    background-image: linear-gradient(#ffff, #ffff), linear-gradient(transparent, transparent);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: ease-out .5s
}

.white_card_title a:hover {
    background-size: 100% 1px
}

.header-four-border {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%)
}

.play-btn-line1 {
    border: 2px rgba(255, 255, 255, .451) solid;
    border-right-color: transparent;
    animation: rotation 4s infinite linear
}

.play-btn-line2 {
    border: 2px rgba(255, 255, 255, .451) solid;
    width: 70px;
    height: 70px;
    border-right-color: transparent;
    animation: rotation1 3s infinite linear;
    left: -7px;
    top: -7px
}

.play-btn-line3 {
    border: 1px rgb(255 255 255/14%) solid;
    width: 85px;
    height: 85px;
    left: -15px;
    top: -14px
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes rotation1 {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

.h5-play-btn-line1 {
    border: 2px rgba(255, 255, 255, .451) solid;
    border-right-color: transparent;
    animation: rotation 4s infinite linear
}

.h5-play-btn-line2 {
    border: 2px rgba(255, 255, 255, .451) solid;
    border-right-color: transparent;
    animation: rotation1 3s infinite linear
}

.h5-play-btn-line3 {
    border: 1px rgb(255 255 255/14%) solid
}

.h8-play-btn-line1 {
    border: 2px rgba(0, 122, 255, .2) solid;
    border-right-color: transparent;
    animation: rotation 4s infinite linear
}

.h8-play-btn-line2 {
    border: 2px rgba(0, 122, 255, .2) solid;
    border-right-color: transparent;
    animation: rotation1 3s infinite linear
}

.h8-play-btn-line3 {
    border: 1px rgba(0, 122, 255, .2) solid
}

.home-four .hero-banner .img {
    transform: perspective(20px) rotateX(1deg)
}

.h3-testimonial-pagination>swiper-pagination-bullet {
    height: 7px;
    width: 7px
}

.top-bottom-moving {
    animation: top-bottom-anim 3s linear 0s infinite alternate
}

@keyframes top-bottom-anim {
    0% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(10px)
    }
}

.line-shape {
    background-image: url(../images/home-four/hero-shape.webp);
    background-repeat: no-repeat;
    background-position: 0 -45px;
    animation: upDownAnim 15s linear infinite
}

@keyframes upDownAnim {
    0% {
        background-position: 0 -45px
    }

    100% {
        background-position: 0 -260px
    }
}

.shape-1 {
    animation: animationFramesOne 20s linear infinite
}

.shape-2 {
    animation: animationFramesThree 25s linear infinite
}

.shape-3 {
    animation: animationFramesFour 25s linear infinite
}

.shape-4 {
    animation: animationFramesTwo 25s linear infinite
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0) rotate(0deg)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg)
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0) rotate(0deg) scale(1);
        transform: translate(0) rotate(0deg) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9);
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg) scale(1);
        transform: translate(0) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0) rotate(0deg) scale(1)
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }

    to {
        -webkit-transform: translate(0) rotate(0deg) scale(1)
    }
}

@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px);
        transform: translate(165px, -179px)
    }

    to {
        -webkit-transform: translate(-346px, 617px);
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }

    to {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg)
    }

    to {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animationFramesFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }

    to {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animationFramesOthers {
    0% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg)
    }

    to {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg)
    }
}

@-webkit-keyframes animationFramesOthers {
    0% {
        -webkit-transform: translate(251px, -200px) rotate(180deg);
        transform: translate(251px, -200px) rotate(180deg)
    }

    to {
        -webkit-transform: translate(-300px, 151px) rotate(0deg);
        transform: translate(-300px, 151px) rotate(0deg)
    }
}

.swiper-slide-active .h5-story_slider_active_card {
    height: 205px;
    background: #d90a2c
}

.swiper-slide-active .h5-story_slider_active_card>h1 {
    border-color: #ffff;
    color: #ffff
}

.swiper-slide-active .h5-story_slider_active_card>h2 {
    color: #ffff
}

.feature-item-h-4 {
    margin-bottom: 10px
}

.feature-item-h-4 .feature-item-wrapper {
    position: relative;
    transition: all .5s ease-in-out;
    border: 1px solid #231b2f;
    overflow: hidden;
    border-radius: 10px
}

.feature-item-h-4 .feature-item-wrapper::before {
    background: linear-gradient(180deg, rgba(121, 74, 255, 0) 0%, rgba(121, 74, 255, 0.3) 100%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .5s ease-in-out
}

.feature-item-h-4:hover .feature-item-wrapper::before {
    opacity: 1
}

.h5_hero_slider .swiper-slide {
    opacity: 0 !important
}

.h5_hero_slider .swiper-slide-active {
    opacity: 1 !important
}

.h5-testimonial-pagination>.swiper-pagination-bullet {
    background: #fff
}

.h5-testimonial-pagination>.swiper-pagination-bullet-active {
    background: #d90a2c
}

.h5-story-pagination>.swiper-pagination-bullet {
    background: #d90a2c
}

.what-we-do-wrapper .service-item {
    border: 1.2px solid rgba(255, 255, 255, .1);
    border-radius: 20px;
    background-color: #160e24;
    position: relative;
    overflow: hidden;
    transition: all 3s ease-in-out
}

.what-we-do-wrapper .service-item .service-item-ico {
    background: #794aff;
    position: relative;
    overflow: hidden
}

.what-we-do-wrapper .service-item .service-item-ico::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
    background: linear-gradient(94.31deg, #794aff 5.85%, #1904e5 95.44%)
}

.what-we-do-wrapper .service-item:hover .service-item-ico::before {
    opacity: 1
}

.what-we-do-wrapper .service-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(121, 74, 255, 0) 0%, rgba(121, 74, 255, 0.3) 100%);
    opacity: 0;
    transition: all .3s ease-in-out
}

.what-we-do-wrapper .service-item:hover::before {
    opacity: 1
}

.price_button_bg::before {
    background: linear-gradient(94.31deg, #794aff 5.85%, #1904e5 95.44%)
}

.price_card_bg:hover {
    background: linear-gradient(180deg, rgba(121, 74, 255, 0) 0%, rgba(121, 74, 255, 0.3) 100%)
}

.pricing_section_bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%)
}

.single_faq_bg {
    background: linear-gradient(180deg, rgba(121, 74, 255, 0) 0%, rgba(121, 74, 255, 0.3) 100%)
}

.h4_testimonials_slide:hover {
    background: linear-gradient(180deg, rgba(121, 74, 255, 0) 0%, rgba(121, 74, 255, 0.3) 100%)
}

.h4-testimonials_first_slider .swiper-wrapper,
.h4-testimonials_second_slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative
}

.h4-testimonial-bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 100%)
}

.h4_social_bg::before {
    background: linear-gradient(94.31deg, #794aff 5.85%, #1904e5 95.44%)
}

.h4_contact_bg {
    background: linear-gradient(94.31deg, #794aff 5.85%, #1904e5 95.44%)
}

.h4_contact_bg:hover {
    color: linear-gradient(94.31deg, #794aff 5.85%, #1904e5 95.44%)
}

.bg-circle_color {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%)
}

.h4-cta-bg {
    background: linear-gradient(94.31deg, #794aff 5.85%, #1904e5 95.44%)
}

.active_mobile_nav {
    left: 0;
    transition-delay: 150ms
}

.active_mobile_nav_overlay {
    left: 0;
    transition-delay: 0ms
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.layer-items-h2-dot {
    position: absolute !important;
    top: 75px !important;
    left: -145px !important
}

.h2-hero_img {
    position: absolute !important
}

.h3-hero #hero-banner .img {
    transform: perspective(20px) rotateX(1deg)
}

.player-open-anim {
    animation: player-open .3s linear 0s
}

.active-video-player {
    display: flex
}

@keyframes player-open {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@media(max-width:1536px) {}

@media(max-width:1280px) {
    #hero-three-cursor-anim .layer:nth-child(1) {
        position: absolute !important;
        left: 0 !important;
        top: 40px !important
    }
}

@media(max-width:1024px) {}

@media(max-width:768px) {
    #consaltaion-mouse-move-anim .layer:nth-child(2) {
        position: absolute !important;
        left: 0 !important;
        top: 0px !important;
        width: 200px;
    }

    #consaltaion-mouse-move-anim .layer:nth-child(3) {
        position: absolute !important;
        left: auto !important;
        right: 0 !important;
        top: auto !important
    }
}

@media(max-width:640px) {}

@media(max-width:320px) {}

.map-iframe {
    position: absolute;
    top: -150px;
    border: none
}

.mobile-sub-nav {
    height: 0;
    padding: 0
}

.h1-header-sticky-qs {
    position: absolute;
    top: 30px;

}

.h1-header-sticky-qs .h1-top-bar {
    display: block
}

@media(min-width:1536px) {
    .h1-header-sticky-qs .h1-top-bar {
        display: flex
    }
}

.container-preloader {
    align-items: center;
    cursor: none;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 900
}

.container-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.container-preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, .2);
    border-top-color: #794aff;
    height: 9em;
    margin: 0 auto 3.5em;
    width: 9em
}

.container-preloader .animation-preloader .txt-loading {
    font: 700 5em montserrat, sans-serif;
    text-align: center;
    user-select: none
}

.container-preloader .animation-preloader .txt-loading .characters:before {
    animation: characters 4s infinite;
    color: #794aff;
    content: attr(preloader-text);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: rotateY(-90deg)
}

.container-preloader .animation-preloader .txt-loading .characters {
    color: rgba(0, 0, 0, .2);
    position: relative
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
    animation-delay: .2s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
    animation-delay: .4s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
    animation-delay: .6s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
    animation-delay: .8s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
    animation-delay: 1s
}

.container-preloader .animation-preloader .txt-loading .characters:nth-child(7):before {
    animation-delay: 1.2s
}

.container-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.container-preloader .loader-section.section-left {
    left: 0
}

.container-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    transform: translateX(-101%);
    transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

.loaded .loader-section.section-right {
    transform: translateX(101%);
    transition: .7s .3s all cubic-bezier(.1, .1, .1, 1)
}

@keyframes spinner {
    to {
        transform: rotateZ(360deg)
    }
}

@keyframes characters {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:767px) {
    .container-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .container-preloader .animation-preloader .txt-loading {
        font: 700 3.5em montserrat, sans-serif
    }
}

@media screen and (max-width:500px) {
    .container-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .container-preloader .animation-preloader .txt-loading {
        font: 700 2em montserrat, sans-serif
    }
}

.origin {
    text-decoration: none;
    font-size: 45px
}

.low_white_gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%)
}

.continuous_rotating {
    animation: continuous_rotating 5s linear 0s infinite
}

@keyframes continuous_rotating {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.h5-story-pagination>.swiper-pagination-bullet {
    background: #f2844d
}

.swiper-pagination-h6 .swiper-pagination-bullet {
    background: #15362c !important;
    opacity: .3 !important
}

.swiper-pagination-h6 .swiper-pagination-bullet-active {
    background: #15362c !important;
    opacity: 1 !important
}

.left-top-auto {
    left: auto !important;
    top: auto !important
}

.card-shape-bg {
    background: linear-gradient(180deg, rgba(95, 87, 255, 0.07) 0%, rgba(95, 87, 255, 0) 100%)
}

.h7-testimonial-slider .swiper-slide-active {
    box-shadow: 0 10px 60px 0 #5f57ff1a
}

.h7-pagination .swiper-pagination-bullet {
    background: #5f57ff
}

.h7-cta-open-anim {
    animation: cta-shape 7s linear 0s infinite
}

@keyframes cta-shape {
    0% {
        top: 40px;
        left: 40px
    }

    90% {
        top: 153px;
        left: 128px;
        opacity: 1
    }

    100% {
        opacity: 0;
        top: 160px;
        left: 135px
    }
}

.h7-cta-open-anim-rev {
    animation: cta-shape-rev 7s linear 0s infinite
}

@keyframes cta-shape-rev {
    0% {
        top: 40px;
        right: 40px
    }

    90% {
        top: 153px;
        right: 128px;
        opacity: 1
    }

    100% {
        opacity: 0;
        top: 160px;
        right: 135px
    }
}

.cta-dot-anim {
    animation: cta-dot 10s linear 0s infinite
}

@keyframes cta-dot {
    0% {
        left: -510px;
        opacity: .5
    }

    90% {
        opacity: 1;
        left: 0
    }

    100% {
        opacity: 0;
        left: 0
    }
}

.shape-1-bg {
    background: linear-gradient(180deg, #ff9900 0%, #5c33ff 100%)
}

.cta_bg_anim {
    -webkit-animation: filter-animation 8s infinite;
    animation: filter-animation 5s infinite
}

@-webkit-keyframes filter-animation {
    0% {
        -webkit-filter: hue-rotate(30deg)
    }

    50% {
        -webkit-filter: hue-rotate(-120deg)
    }

    100% {
        -webkit-filter: hue-rotate(30deg)
    }
}

@keyframes filter-animation {
    0% {
        filter: hue-rotate(30deg)
    }

    50% {
        filter: hue-rotate(-120deg)
    }

    100% {
        filter: hue-rotate(30deg)
    }
}

.h9-pagination .swiper-pagination-bullet {
    background: #c6fe1e
}

.win-btn-sm {
    width: 56px;
    height: 56px;
    text-align: center;
    border: none;
    border-radius: 0;
    border: .1px solid rgba(255, 255, 255, .02)
}

.win-grid-dark {
    letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap;
    background: 0 0
}

.lighting-hue {
    -webkit-animation: filter-animation 5s infinite;
    animation: filter-animation 5s infinite;
    transition: all;
    transition-duration: 300ms
}

@-webkit-keyframes filter-animation {
    0% {
        -webkit-filter: hue-rotate(0deg);
        opacity: .5
    }

    25% {
        opacity: 1
    }

    50% {
        -webkit-filter: hue-rotate(360deg);
        opacity: .5
    }

    75% {
        opacity: 1
    }

    100% {
        -webkit-filter: hue-rotate(0deg);
        opacity: .5
    }
}

@keyframes filter-animation {
    0% {
        filter: hue-rotate(30deg);
        opacity: .5
    }

    50% {
        filter: hue-rotate(-120deg);
        opacity: 1
    }

    100% {
        filter: hue-rotate(30deg);
        opacity: .8
    }
}

.h10-about-menu-btn.active-tab::before {
    transform: scale(1);
    transform-origin: left
}

.h10-about-menu-btn.active-tab {
    color: #101828
}

.h10-testimonial-pagination .swiper-pagination-bullet {
    background: #00df8e
}

.square-moving-anim {
    transition: all linear;
    -webkit-animation: square-moving-animation 20s 2s linear infinite alternate;
    animation: square-moving-animation 20s 2s linear infinite alternate
}

@-webkit-keyframes square-moving-animation {
    0% {
        top: 0;
        left: 0
    }

    40% {
        top: calc(100% - 250px);
        left: 0
    }

    100% {
        top: calc(100% - 250px);
        left: calc(100% - 380px)
    }
}

@keyframes square-moving-animation {
    0% {
        top: 0;
        left: 0
    }

    40% {
        top: calc(100% - 250px);
        left: 0
    }

    100% {
        top: calc(100% - 250px);
        left: calc(100% - 380px)
    }
}

.square-moving-anim-rev {
    -webkit-animation: square-moving-animation-rev 20s 2s linear infinite alternate;
    animation: square-moving-animation-rev 20s 2s infinite linear alternate
}

@-webkit-keyframes square-moving-animation-rev {
    0% {
        bottom: 0;
        right: 0
    }

    40% {
        bottom: calc(100% - 250px);
        right: 0
    }

    100% {
        bottom: calc(100% - 250px);
        right: calc(100% - 380px)
    }
}

@keyframes square-moving-animation-rev {
    0% {
        bottom: 0;
        right: 0
    }

    40% {
        bottom: calc(100% - 250px);
        right: 0
    }

    100% {
        bottom: calc(100% - 250px);
        right: calc(100% - 380px)
    }
}

.aspect-10 {
    aspect-ratio: 160/103
}

.case_card_title-v2 a {
    position: relative;
    background-image: linear-gradient(#000000, #000000), linear-gradient(#ffffff, #ffffff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all .5s
}

.tick-before::before {
    content: url(../images/tick.svg)
}

.case_card_title-v2 a:hover {
    background-size: 100% 1px
}

.card-group .case_card_title-v2 a {
    position: relative;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all .5s
}

.card-group:hover .case_card_title-v2 a {
    background-size: 100% 1px
}

.nav-shadow {
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.nav-shadow-2 {
    box-shadow: #000 0 8px 24px
}

.nav-shadow-3 {
    box-shadow: rgba(255, 255, 255, .05) 0 8px 24px
}



/*----*/
img.main-logo {
    max-width: 220px;
}

.ulockd-icd-layer {
    padding: 20px 20px 20px 20px;
    position: relative;
    background-color: #1890c9;
    width: 100%;
}

.list-inline {
    padding-left: 0;
    margin-left: 50px;
    list-style: none;
    background-color: #1890c9;
    color: #fff;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.ulockd {
    width: 100%;
    padding: 0px;
}


.newlink01 .btn-3d.blue,
.newlink01 .btn-3d:hover {
    box-shadow: 0 0 0 1px #199dda inset, 0 0 0 2px rgba(255, 255, 255, .15) inset, 0 4px 0 0 rgba(26, 157, 219), 0 4px 0 1px rgba(0, 0, 0, .4), 0 4px 8px 1px rgba(0, 0, 0, .5);
}

.newlink01 .btn-3d {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    color: #000000;
    margin: 5px 10px 10px 0;
    border-radius: 4px;
    text-align: center;
    transition: top .01s linear;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
}

/*
.ulock-about.wow.bounceIn {
    padding: 30px 50px 30px 50px;
}  */

h1.title-bottom.ulockd-mrgn630.wow.fadeInLeft {
    font-size: 28px;
    color: #1890c9;
}

.btn-3d.active {
    background-color: #0e1c1f;
    color: #fff;
}

.btn-3d:hover {
    background-color: #0e1c1f;
    color: #fff;
}

.ratingsec h2 {
    font-weight: 600;
    perspective: 400px;
    font-size: 40px;
}

.ratingsec img {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 0px 1px 3px #eee;
}

.gradient-bg2 {
    background: linear-gradient(158deg, #ceecff9e 0%, #d1f0ff26 50%, #dbedffc7 100%);
}

.sp {
    padding: 60px 0px;
}

/* .heading1 h2 {
    font-size: var(--f-fs-font-fs44);
    line-height: var(--f-fs-font-fs52);
    font-weight: var(--f-fw-semibold);
    color: var(--ztc-text-text-1);
    perspective: 400px;
} */
.why-choose .heading1 {
    padding-right: 0px;
}

.work .single-items .icon {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--ztc-bg-bg-2);
    margin-right: 16px;
    transition: all 0.4s;
}

.why-choose .single-items .icon {
    background-color: #f0f8ff;
    border: 2px solid #1890c9;
}

.heading1 h4 a {
    display: inline-block;
    color: #0D0E10;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    transition: all 0.4s;
}

.space10 {
    height: 10px;
}

.heading1 p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #002E60;
    transition: all 0.4s;
}

.work .single-items {
    display: flex;
    align-items: start;
    margin-top: 30px;
}

.why-choose .single-items .icon img {
    padding: 7px;
}

.why-choose .heading1 h4 a:hover {
    color: #1890c9;
}

.discuss-sec {
    background-color: #f3fbff;
    /* padding: 80px 0; */
/*    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 30px;
    border-radius: 20px;*/
}

.theme-container.mx-auto.discuss-sec{
    background: none;
}

.discuss-sec.cta-padding {
    padding: 80px 0;
}



/*
.bg-cta-img {
    background-image: url(../images/service-imgs/Customized-Web-Application.jpg);
}*/

.heading1-w h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    color: #000;
    perspective: 400px;
}

.space16 {
    height: 16px;
}

.heading1-w p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
/*    color: #fff;*/
    color: #002E60;
}

.cta .buttons {
    text-align: end;
}

.cta-btn1 {
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    padding: 16px 20px;
    color: #0E38B1;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

.discuss-sec .cta-btn1 {
    background-color: #1890c9;
    border-color: #1890c9;
    color: white;
}

.cta-btn1 span {
    display: inline-block;
    padding-left: 4px;
}

.discuss-sec .cta-btn2 {
    background-color: #1890c9;
    border-color: #1890c9;
    color: white;
}

.cta-btn2 {
    display: inline-block;
    border-radius: 7px;
    padding: 16px 20px;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    margin-left: 20px;
    border: 1px solid #fff;
}

.left-85 {
    left: 85px;
}

.about-img-2 {
    border-radius: 5px;
    margin-top: 85px;
}

.whatsapp-icon {
    max-width: 24px;
}

.succes-stories {
    background-color: #1890c9;
    padding: 50px 0;
}

.succes-stories .heading6-w span.span {
    background-color: #d7f2ff;
    color: #000;
}

.heading6-w span.span {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.151);
    padding: 8px 12px;
    margin-bottom: 16px;
    transform: translateZ(0) scale(1);
}

.heading6-w h2 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    perspective: 400px;
}

.heading6-w p {
    color: var(--White-colors, rgba(255, 255, 255, 0.6901960784));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.skill7 .porgress-line-all {
    border: none;
}

.skill7 .porgress-line-all .progress-line {
    margin-top: 30px;
}

.skill7 .porgress-line-all .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
}

.skill7 .porgress-line-all h6 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.skill7 .porgress-line-all p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.skill7 .porgress-line-all .progress {
    height: 7px !important;
}

.skill7 .porgress-line-all .progress {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #ffffff70;
    --bs-progress-border-radius: 0.375rem;
    --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #ffffff70;
    border-radius: 0.375rem;
}

.skill7 .porgress-line-all .progress .progress-bar {
    background: #fff;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

.succes-stories.skill7 .image {
    margin: 0;
    border-radius: 20px;
}

.skill7 .image img {
    width: 100%;
}

.succes-stories .carousel-indicators {
    position: relative;
    margin-top: 50px;
    margin-bottom: 0;
}

.succes-stories.skill7 .image {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

footer {
    margin-top: 50px;
}

.win-gridd {
    letter-spacing: 2px;
    display: flex;
    flex-wrap: wrap;
    background: #f3f4f9;
}

/* .win-gridd .win-btn{

    filter: grayscale(1);
    opacity: 0.2;
    transition: all 0.5s;

}

.win-gridd .win-btn:hover {
    filter: grayscale(0) !important;
    opacity: 1 !important;
    transition: all 0.5s;

} */

.win-gridd .win-btn .win-img{
    /* background-image: url(../../assets/images/breadcremp/1.jpg); */
    filter: grayscale(1);
    opacity: 0;
    transition: all 0.5s;

}

.win-gridd .win-btn:hover .win-img{
    filter: grayscale(0) !important;
    opacity: 1 !important;
    transition: all 0.5s;

}

.win-img {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.services-images {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.skills-img {
    max-width: 25px;
    border-radius: 5px;
}

.fs-30 {
    font-size: 30px;
}

.awads-text {
    background: #eaeaea;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transform: translateY(-5px);
    padding: 6px 0;
    color: #002E60;
    font-weight: 600;
}


.cta-btn1::after , .cta-btn2::after {
    content: "";
    position: absolute;
    background-image: url(../img/icons/button-img.png);
    height: 100%;
    width: 0%;
    top: 0;
    left: auto;
    right: 0;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scale(1.5);
    transition: all 0.4s;
    animation-name: shape-animaiton4;
    animation-duration: 52s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
.discuss-sec .cta-btn1::after,
.discuss-sec .cta-btn2::after {
    background-image: url("../images/new-home/web-all-white.png");
    opacity: 0.4;
}
.cta-btn1:hover::after , .cta-btn2:hover::after {
    width: 100%;
    transition: all 0.4s;
    left: 0;
    right: auto;
}


.flex.items-center.gap-2.group.text-gray-69 p{
    color: #002E60 !important;
}

.wt-media{
    background-color: #eaeaea;
    padding: 10px 10px 10px 10px !important;
    border-radius: 10px !important;
}
/* .wt-media img{
    padding-bottom: 10px !important;
} */
.discuss-sec{
    position: relative;
}
/*.discuss-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff83;
    opacity: 0.5;
    z-index: 0;
}*/

.cta-block{
    z-index: 2;
    position: relative;
}

.footer-one-wrapper{
    position: relative;
    z-index: 1;
    background-image: url(../images/service-imgs/cta-bg.jpg );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .footer-one-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    .footer-one-wrapper::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffffd6;
/*         opacity: 0.5; */
        z-index: -1;
    }

.object-fit-cover{
    object-fit: cover !important;
}

.cta-block{
    border-radius: 5px !important;
}
.cta{
    margin-bottom: 50px;
}

.why-text p span{
    font-weight: 600;
}

.why-text p{
    padding-bottom: 10px;
}


@media screen and (max-width: 767px) {
    .text-34{
        font-size: 24px;
    }
    .heading1-w h2{
        font-size: 30px;
        line-height: 32px;
    }
    .cta-block{
        background-position: center !important;
        padding: 20px !important;
    }


    .footer-pad{
        padding-bottom: 30px !important;
    }

    .cta .buttons{
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }
    .cta-btn2{
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .cta-block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
/*        background: linear-gradient(to bottom, #eaf6fd, #cbe7fa);*/
        /* opacity: 0.5; */
        z-index: -1;
    }
}

.fs-12px{
    font-size: 12px;
}

.custom-blog-cta{
    font-size: 42px !important;
    font-weight: 600 !important;
    line-height: 52px !important;
}
.modern-blog-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .35s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modern-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.modern-blog-image {
    position: relative;
    overflow: hidden;
}

.modern-blog-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform .5s ease;
}

.modern-blog-card:hover .modern-blog-image img {
    transform: scale(1.08);
}

.blog-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1890c9;
    color: #fff;
    border-radius: 12px;
    padding: 12px 16px;
    min-width: 75px;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 20px rgba(24,144,201,.3);
}

.blog-date-badge span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.blog-date-badge small {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    letter-spacing: .5px;
}

.modern-blog-content {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.modern-blog-content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #002E60;
    margin-bottom: 20px;
}

.modern-blog-btn {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1890c9;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.modern-blog-btn:hover {
    color: #002E60;
}

.modern-blog-btn svg {
    transition: .3s;
}

.modern-blog-btn:hover svg {
    transform: translateX(5px);
}

@media (max-width: 767px) {
    .modern-blog-image img {
        height: 240px;
    }

    .modern-blog-content {
        padding: 20px;
    }

    .modern-blog-content h3 {
        font-size: 18px;
    }
}
/* Card */
.bw-blog-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.06);
    transition:.4s ease;
    height:100%;
}

.bw-blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}


/* Image */
.bw-blog-image{
    position:relative;
    overflow:hidden;
    aspect-ratio:16/9;
}

.bw-blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.bw-blog-card:hover .bw-blog-image img{
    transform:scale(1.05);
}

/* Date Badge */
.bw-blog-date{
    position:absolute;
    top:20px;
    right:20px;
    background:#1890c9;
    color:#fff;
    padding:10px 18px;
    border-radius:50px;
    font-weight:600;
    line-height:1;
    z-index:2;
}

/* Content Area */
.bw-blog-content{
    padding:25px;
    display:flex;
    flex-direction:column;
    height:calc(100% - 250px);
}

/* Read More */
.bw-blog-btn{
    padding-top: 20px;
    margin-top:auto;
    display:inline-flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
}

.bw-blog-btn span{
    width:44px;
    height:44px;
    border-radius:50%;
    background:#f4f6f8;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.bw-blog-card:hover .bw-blog-btn span{
    transform:translateX(4px);
}

/* Mobile */
@media(max-width:767px){

    .bw-blog-card{
        border-radius:18px;
    }

    .bw-blog-content{
        padding:20px;
    }
}

.bw-blog-title-link{
    color: inherit;
    text-decoration: none;
    transition: .3s;
}

.bw-blog-title-link:hover{
    color: #1890c9;
}

.bw-blog-image a{
    display:block;
    height:100%;
}

.bw-blog-image img{
    cursor:pointer;
}
.bw-blog-content h2{
    font-size: 18px;
}