/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
    border-radius: 50px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
}

.btn-primary {
    color: var(--bs-white);
}


/*** Navbar ***/
.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 40px 0;
    color: var(--bs-white);
    font-size: 17px;
    text-transform: uppercase;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.bg-dark .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--bs-light);
    }
}

@media (min-width: 992px) {
    .navbar.bg-dark .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 100px;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 200px;
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/Carosol-3.jpg) top center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-white);
}


/*** Title ***/
.title {
    margin-bottom: 2rem;
}

.title .title-left,
.title .title-center,
.title .title-right {
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
}

.title .title-center {
    text-align: center;
}

.title .title-right {
    text-align: right;
}

.title .title-left h5,
.title .title-center h5,
.title .title-right h5 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
}

.title .title-left h5::after,
.title .title-center h5::before,
.title .title-center h5::after,
.title .title-right h5::before {
    position: absolute;
    content: "";
    width: 500%;
    height: 0;
    top: 9px;
    border-bottom: 1px solid var(--bs-white);
}

.title .title-left h5::after,
.title .title-center h5::after {
    left: calc(100% + 15px);
}

.title .title-right h5::before,
.title .title-center h5::before {
    right: calc(100% + 15px);
}

.title .title-left h1,
.title .title-center h1,
.title .title-right h1 {
    border-bottom: 1px solid var(--bs-white);
}


/*** Service ***/
.service-item {
    position: relative;
    margin-top: 2.5rem;
    overflow: hidden;
}

.service-item .service-img {
    position: relative;
    display: inline-block;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: calc(100% - 12rem);
    height: calc(100% - 12rem);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3rem solid rgba(0, 0, 0, .5);
    border-radius: 300px;
    z-index: 1;
}

.service-item.service-item-left {
    border-radius: 500px 0 0 500px;
    background: linear-gradient(to right, var(--bs-secondary), var(--bs-dark));
}

.service-item.service-item-right {
    border-radius: 0 500px 500px 0;
    background: linear-gradient(to left, var(--bs-secondary), var(--bs-dark));
}

@media (max-width: 767.98px) {
    .service-item.service-item-left,
    .service-item.service-item-right {
        border-radius: 500px 500px 0 0;
        background: linear-gradient(to bottom, var(--bs-secondary), var(--bs-dark));
        text-align: center;
    }
}


/*** Team ***/
.team-item {
    position: relative;
}

.team-item .team-name {
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .7);
}

.team-item .team-body {
    position: relative;
    overflow: hidden;
}

.team-item .team-body .team-before,
.team-item .team-body .team-after {
    position: absolute;
    content: "";
    width: 0;
    height: calc(100% - 60px);
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .5s;
}

.team-item .team-body .team-after {
    left: auto;
    right: 0;
}

.team-item .team-body .team-before {
    text-align: right;
}

.team-item:hover .team-body .team-before,
.team-item:hover .team-body .team-after {
    width: 50%;
}

.team-item .team-body .team-before span,
.team-item .team-body .team-after span {
    margin: 5px;
    color: var(--bs-white);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-body .team-before span,
.team-item:hover .team-body .team-after span {
    opacity: 1;
    transition-delay: .2s;
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--bs-dark);
    border-radius: 100px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
@keyframes footerAnimatedBg {
	0% {
        background-position: 0 0;
    }

	100% {
        background-position: -1000px 0;
    }
}

.footer {
	background-image: url(../img/footer.png);
	background-position: 0px 0px;
    background-repeat: repeat-x;
	animation: footerAnimatedBg 50s linear infinite;
}.portfolio-card{

    background:#161616;

    border-radius:18px;

    overflow:hidden;

    transition:.35s;

    height:100%;

    box-shadow:0 0 25px rgba(0,0,0,.25);

}

.portfolio-card:hover{

    transform:translateY(-8px);

}

.portfolio-card img{

    width:100%;

    height:240px;

    object-fit:cover;

}

.portfolio-content{

    padding:25px;

}

.portfolio-content h3{

    font-size:28px;

    margin-bottom:15px;

}

.portfolio-content p{

    margin-bottom:20px;

}

.portfolio-content a{

    color:var(--bs-primary);

    font-weight:600;

}

.portfolio-content a:hover{

    letter-spacing:.5px;

}.portfolio-card img{

    width:100%;

    aspect-ratio:16/9;

    object-fit:cover;

    transition:.4s;

}

.portfolio-card:hover img{

    transform:scale(1.05);

}/* ===========================
   Portfolio Page
=========================== */

.portfolio-card{

    background:#181818;

    border-radius:20px;

    overflow:hidden;

    transition:.35s;

    height:100%;

    border:1px solid rgba(255,255,255,.05);

}

.portfolio-card img{

    width:100%;

    aspect-ratio:16/9;

    object-fit:cover;

    transition:.4s;

}

.portfolio-card:hover img{

    transform:scale(1.08);

}

.portfolio-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 45px rgba(0,0,0,.45);

}

.portfolio-content{

    padding:30px;

}

.portfolio-content h3{

    margin:20px 0;

}

.portfolio-tag{

    color:var(--bs-primary);

    font-size:14px;

    font-weight:600;

    letter-spacing:2px;

}

/*==================================
    Why Work With Me
==================================*/

.feature-box{

    background:#181b22;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:40px 30px;

    height:100%;

    text-align:center;

    transition:.35s;

}

.feature-box:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.feature-box i{

    font-size:42px;

    color:var(--bs-primary);

    margin-bottom:20px;

}

.feature-box h4{

    color:#fff;

    margin-bottom:15px;

    font-weight:600;

}

.feature-box p{

    color:#b6b6b6;

    margin:0;

    line-height:1.8;

}


.cta-box{

    background:#181818;

    border-radius:20px;

    padding:70px 40px;

}/*======================================
        Portfolio Hero
======================================*/

.portfolio-hero{

    padding:180px 0 140px;

    background:#0d0d0d;

}

.portfolio-subtitle{

    display:inline-block;

    color:var(--bs-primary);

    font-size:15px;

    letter-spacing:5px;

    font-weight:600;

    margin-bottom:25px;

}

.portfolio-title{

    font-size:68px;

    line-height:1.1;

    font-weight:700;

    color:#fff;

    margin-bottom:35px;

}

.portfolio-description{

    color:#c7c7c7;

    font-size:22px;

    line-height:1.8;

    max-width:820px;

    margin:auto;

}

.portfolio-buttons{

    margin-top:55px;

}

/*======================================
        Portfolio Intro
======================================*/

.portfolio-intro{

    padding:120px 0;

    background:#111111;

}

.portfolio-intro h2{

    color:#fff;

    text-align:center;

    font-size:46px;

    margin-bottom:35px;

}

.portfolio-intro p{

    text-align:center;

    color:#bbbbbb;

    font-size:20px;

    line-height:1.9;

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

.portfolio-title{

    font-size:42px;

}

.portfolio-description{

    font-size:18px;

}

.portfolio-intro h2{

    font-size:34px;

}

.portfolio-intro p{

    font-size:17px;

}

.portfolio-buttons .btn{

    display:block;

    width:100%;

    margin:15px 0;

}

}/*=============================
    Talking Head Hero
==============================*/

.talking-hero{

    padding:170px 0 120px;

    background:#0d0d0d;

}

.service-label{

    display:inline-block;

    color:var(--bs-primary);

    letter-spacing:4px;

    font-size:15px;

    margin-bottom:25px;

    font-weight:600;

}

.hero-heading{

    font-size:72px;

    line-height:1.05;

    color:#fff;

    font-weight:700;

    margin-bottom:30px;

}

.hero-text{

    font-size:20px;

    line-height:1.8;

    color:#bfbfbf;

    max-width:600px;

}

.hero-buttons{

    margin-top:50px;

}

.demo-preview{

    position:relative;

    overflow:hidden;

    border-radius:25px;

    transition:.4s;

}

.demo-preview img{

    transition:.5s;

}

.demo-preview:hover img{

    transform:scale(1.05);

}

.play-button{

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:90px;

    height:90px;

    border-radius:50%;

    background:var(--bs-primary);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#fff;

    font-size:34px;

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

.hero-heading{

font-size:48px;

}

.hero-text{

font-size:18px;

}

.hero-buttons .btn{

display:block;

width:100%;

margin-bottom:15px;

}

}/*=============================
      Trust Section
==============================*/

.trust-section{

    padding:120px 0;

    background:#111111;

}

.section-label{

    color:var(--bs-primary);

    letter-spacing:4px;

    font-size:14px;

    font-weight:600;

}

.section-title{

    font-size:48px;

    color:#fff;

    margin:20px 0;

}

.section-text{

    color:#b8b8b8;

    font-size:19px;

    line-height:1.8;

}

.stat-card{

    background:#181818;

    border:1px solid rgba(255,255,255,.05);

    border-radius:20px;

    padding:45px;

    text-align:center;

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.stat-card h3{

    color:var(--bs-primary);

    font-size:52px;

    margin-bottom:10px;

    font-weight:700;

}

.stat-card p{

    color:#ffffff;

    font-size:18px;

    margin:0;

}/*==================================
      Featured Projects
==================================*/

.featured-projects{

    padding:120px 0;

    background:#0d0d0d;

}

.project-card{

    background:#181818;

    border-radius:22px;

    overflow:hidden;

    transition:.35s;

    height:100%;

    border:1px solid rgba(255,255,255,.05);

}

.project-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

    box-shadow:0 20px 50px rgba(0,0,0,.4);

}

.project-card img{

    width:100%;

    aspect-ratio:16/9;

    object-fit:cover;

    transition:.4s;

}

.project-card:hover img{

    transform:scale(1.05);

}

.project-content{

    padding:30px;

}

.project-category{

    color:var(--bs-primary);

    font-size:14px;

    letter-spacing:2px;

    font-weight:600;

}

.project-content h3{

    margin:18px 0;

    color:#fff;

    font-size:28px;

}

.project-content p{

    color:#bbbbbb;

    margin-bottom:25px;

}/*==================================
     Service Features
===================================*/

.service-features{

    padding:120px 0;

    background:#111111;

}

.feature-list{

    margin-top:40px;

}

.feature-item{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:15px;

    padding:18px 22px;

    margin-bottom:18px;

    color:#fff;

    font-size:18px;

    transition:.3s;

}

.feature-item:hover{

    border-color:var(--bs-primary);

    transform:translateX(8px);

}

.service-image{

    overflow:hidden;

    border-radius:22px;

}

.service-image img{

    transition:.4s;

}

.service-image:hover img{

    transform:scale(1.05);

}/*==================================
      Workflow
===================================*/

.workflow-section{

    padding:120px 0;

    background:#0d0d0d;

}

.process-card{

    background:#181818;

    border-radius:20px;

    padding:40px 30px;

    height:100%;

    transition:.35s;

    border:1px solid rgba(255,255,255,.06);

}

.process-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.process-number{

    font-size:56px;

    color:var(--bs-primary);

    font-weight:700;

    margin-bottom:20px;

}

.process-card h4{

    color:#fff;

    margin-bottom:18px;

    line-height:1.4;

}

.process-card p{

    color:#bfbfbf;

    line-height:1.8;

}/*==================================
        FAQ
===================================*/

.faq-section{

    padding:120px 0;

    background:#111111;

}

.accordion-item{

    background:#181818;

    border:1px solid rgba(255,255,255,.08);

    margin-bottom:18px;

    border-radius:16px !important;

    overflow:hidden;

}

.accordion-button{

    background:#181818;

    color:#ffffff;

    font-size:20px;

    font-weight:600;

    padding:25px;

    box-shadow:none;

}

.accordion-button:not(.collapsed){

    background:#181818;

    color:var(--bs-primary);

}

.accordion-button::after{

    filter:invert(1);

}

.accordion-body{

    background:#181818;

    color:#bbbbbb;

    font-size:17px;

    line-height:1.8;

    padding:0 25px 25px;

}/*==================================
        Final CTA
===================================*/

.final-cta{

    padding:140px 0;

    background:#0d0d0d;

}

.cta-wrapper{

    background:linear-gradient(
        135deg,
        #1b1b1b,
        #121212
    );

    border:1px solid rgba(255,255,255,.08);

    border-radius:30px;

    padding:80px 60px;

    text-align:center;

    position:relative;

    overflow:hidden;

}

.cta-wrapper::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:rgba(var(--bs-primary-rgb), .08);

    border-radius:50%;

    top:-150px;

    right:-120px;

}

.cta-wrapper h2{

    color:#ffffff;

    font-size:52px;

    line-height:1.2;

    margin:25px 0;

    position:relative;

    z-index:2;

}

.cta-wrapper p{

    color:#c2c2c2;

    font-size:20px;

    line-height:1.9;

    max-width:760px;

    margin:auto;

    position:relative;

    z-index:2;

}

.cta-buttons{

    margin-top:45px;

    position:relative;

    z-index:2;

}/*==================================
        Faceless Hero
===================================*/

.faceless-hero{

    padding:170px 0 120px;

    background:
        linear-gradient(
            rgba(13,13,13,.95),
            rgba(13,13,13,.95)
        );

}

.faceless-hero .hero-heading{

    max-width:650px;

}

.faceless-hero .hero-text{

    max-width:620px;

}/*==================================
    Editing Strengths
===================================*/

.editing-strengths{

    padding:120px 0;

    background:#111111;

}

.strength-list{

    margin-top:40px;

}

.strength-item{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:18px;

    padding:28px;

    margin-bottom:20px;

    transition:.35s;

}

.strength-item:hover{

    transform:translateX(10px);

    border-color:var(--bs-primary);

}

.strength-item h4{

    color:#ffffff;

    margin-bottom:12px;

}

.strength-item p{

    color:#bfbfbf;

    margin:0;

    line-height:1.8;

}

.strength-image{

    overflow:hidden;

    border-radius:22px;

}

.strength-image img{

    transition:.5s;

}

.strength-image:hover img{

    transform:scale(1.05);

}/*==================================
        Workflow Timeline
===================================*/

.workflow-timeline{

    max-width:900px;

    margin:70px auto 0;

    position:relative;

}

.workflow-timeline::before{

    content:"";

    position:absolute;

    left:30px;

    top:0;

    bottom:0;

    width:2px;

    background:#303030;

}

.workflow-item{

    display:flex;

    gap:35px;

    margin-bottom:55px;

    position:relative;

}

.workflow-number{

    width:60px;

    height:60px;

    min-width:60px;

    border-radius:50%;

    background:var(--bs-primary);

    color:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    z-index:2;

}

.workflow-content{

    background:#181818;

    padding:30px;

    border-radius:18px;

    flex:1;

    border:1px solid rgba(255,255,255,.05);

    transition:.35s;

}

.workflow-content:hover{

    border-color:var(--bs-primary);

    transform:translateX(8px);

}

.workflow-content h4{

    color:#fff;

    margin-bottom:15px;

}

.workflow-content p{

    color:#bfbfbf;

    line-height:1.8;

}/*==================================
    Tools Section
==================================*/

.tools-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

    gap:30px;

    margin-top:60px;

}

.tool-card{

    background:#181b22;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:35px 25px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.tool-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.tool-card img{

    width:70px;

    height:70px;

    object-fit:contain;

    margin-bottom:20px;

}

.tool-card h4{

    color:#fff;

    margin-bottom:15px;

    font-size:20px;

    font-weight:600;

}

.tool-card p{

    color:#b6b6b6;

    line-height:1.8;

    margin:0;

}
/*==================================
        Motion Hero
===================================*/

.motion-hero{

    padding:170px 0 120px;

    background:#0d0d0d;

}

.motion-hero .hero-heading{

    max-width:680px;

}

.motion-hero .hero-text{

    max-width:620px;

}/*==================================
        Benefits Section
===================================*/

.benefits-section{

    padding:120px 0;

    background:#111111;

}

.benefit-card{

    background:#181818;

    padding:45px 30px;

    border-radius:22px;

    text-align:center;

    border:1px solid rgba(255,255,255,.06);

    transition:.35s;

    height:100%;

}

.benefit-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

}

.benefit-card i{

    font-size:48px;

    color:var(--bs-primary);

    margin-bottom:25px;

}

.benefit-card h4{

    color:#fff;

    margin-bottom:20px;

    line-height:1.4;

}

.benefit-card p{

    color:#bfbfbf;

    line-height:1.8;

}/*==================================
        Benefits Section
===================================*/

.benefits-section{

    padding:120px 0;

    background:#111111;

}

.benefit-card{

    background:#181818;

    padding:45px 30px;

    border-radius:22px;

    text-align:center;

    border:1px solid rgba(255,255,255,.06);

    transition:.35s;

    height:100%;

}

.benefit-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

}

.benefit-card i{

    font-size:48px;

    color:var(--bs-primary);

    margin-bottom:25px;

}

.benefit-card h4{

    color:#fff;

    margin-bottom:20px;

    line-height:1.4;

}

.benefit-card p{

    color:#bfbfbf;

    line-height:1.8;

}/*==================================
        Motion Services
===================================*/

.motion-services{

    padding:120px 0;

    background:#111111;

}

.service-item{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:20px;

    padding:40px 20px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.service-item:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.service-item i{

    font-size:42px;

    color:var(--bs-primary);

    margin-bottom:20px;

}

.service-item h5{

    color:#ffffff;

    margin:0;

    font-size:20px;

}/*==================================
        Horizontal Process
===================================*/

.process-section{

    padding:120px 0;

    background:#111111;

}

.process-wrapper{

    position:relative;

    margin-top:80px;

}

.process-line{

    position:absolute;

    top:40px;

    left:10%;

    width:80%;

    height:2px;

    background:#2d2d2d;

    z-index:0;

}

.process-step{

    position:relative;

    text-align:center;

    z-index:2;

    padding:0 15px;

}

.process-circle{

    width:80px;

    height:80px;

    margin:auto;

    border-radius:50%;

    background:#181818;

    border:3px solid var(--bs-primary);

    color:#ffffff;

    display:flex;

    justify-content:center;

    align-items:center;

    font-weight:700;

    font-size:22px;

    transition:.35s;

}

.process-step:hover .process-circle{

    background:var(--bs-primary);

    transform:scale(1.1);

}

.process-step h5{

    margin-top:25px;

    color:#ffffff;

}

.process-step p{

    color:#bbbbbb;

    margin-top:12px;

    line-height:1.8;

    font-size:15px;

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

.process-line{

display:none;

}

.process-step{

margin-bottom:60px;

}

}/*=============================
      Universal CTA
==============================*/

.service-cta{

    padding:140px 0;

    background:#0d0d0d;

}

.cta-box{

    background:#181818;

    border-radius:30px;

    padding:80px;

    text-align:center;

}

.cta-title{

    font-size:54px;

    color:#fff;

}

.cta-text{

    max-width:750px;

    margin:auto;

    margin-top:25px;

    color:#bbbbbb;

    line-height:1.9;

}

.cta-buttons{

    margin-top:45px;

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}.tools-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:60px;

}

.tool{

background:#181818;

padding:35px;

border-radius:20px;

display:flex;

justify-content:center;

align-items:center;

transition:.35s;

}

.tool:hover{

transform:translateY(-8px);

border:1px solid var(--bs-primary);

}

.tool img{

height:55px;

}/*==================================
        About Hero
===================================*/

.about-hero{

    padding:170px 0 120px;

    background:#0d0d0d;

}

.about-photo{

    overflow:hidden;

    border-radius:28px;

    border:1px solid rgba(255,255,255,.08);

}

.about-photo img{

    width:100%;

    display:block;

}

.software-tags{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:15px;

    margin-top:30px;

}

.software-tags span{

    background:#181818;

    color:#fff;

    padding:12px 22px;

    border-radius:30px;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.software-tags span:hover{

    border-color:var(--bs-primary);

    color:var(--bs-primary);

}/*=============================
        My Story
==============================*/

.about-story{

padding:120px 0;

background:#111111;

}

.story-image{

overflow:hidden;

border-radius:25px;

}

.story-image img{

transition:.4s;

}

.story-image:hover img{

transform:scale(1.05);

}/*==================================
        Why Me
===================================*/

.why-me-section{

    padding:120px 0;

    background:#111111;

}

.why-card{

    background:#181818;

    border-radius:25px;

    padding:45px 35px;

    height:100%;

    border:1px solid rgba(255,255,255,.05);

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

}

.why-card i{

    font-size:42px;

    color:var(--bs-primary);

    margin-bottom:25px;

}

.why-card h4{

    color:#fff;

    margin-bottom:18px;

}

.why-card p{

    color:#bbbbbb;

    line-height:1.8;

}/*==================================
    What You Can Expect
===================================*/

.expect-section{

    padding:120px 0;

    background:#0d0d0d;

}

.expect-card{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:24px;

    padding:40px 35px;

    height:100%;

    transition:.35s;

}

.expect-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

    box-shadow:0 20px 40px rgba(0,0,0,.3);

}

.expect-icon{

    width:70px;

    height:70px;

    border-radius:18px;

    background:rgba(233,30,99,.1);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:25px;

}

.expect-icon i{

    font-size:28px;

    color:var(--bs-primary);

}

.expect-card h4{

    color:#ffffff;

    margin-bottom:18px;

    font-size:24px;

}

.expect-card p{

    color:#bfbfbf;

    line-height:1.8;

    margin:0;

}/*==================================
        Philosophy
===================================*/

.philosophy-section{

padding:120px 0;

background:#111111;

}

.philosophy-card{

background:#181818;

padding:40px 30px;

border-radius:20px;

text-align:center;

border:1px solid rgba(255,255,255,.06);

transition:.35s;

height:100%;

}

.philosophy-card:hover{

transform:translateY(-10px);

border-color:var(--bs-primary);

}

.philosophy-card i{

font-size:42px;

color:var(--bs-primary);

margin-bottom:25px;

}

.philosophy-card h4{

color:#fff;

margin-bottom:18px;

}

.philosophy-card p{

color:#bfbfbf;

line-height:1.8;

}.footer{

padding:90px 0 30px;

background:#090909;

}

.footer-logo{

color:#fff;

margin-bottom:20px;

}

.footer-text{

color:#aaaaaa;

line-height:1.9;

max-width:350px;

}

.footer h5{

color:#fff;

margin-bottom:25px;

}

.footer ul{

padding:0;

list-style:none;

}

.footer li{

margin-bottom:15px;

}

.footer a{

color:#bbbbbb;

text-decoration:none;

transition:.3s;

}

.footer a:hover{

color:var(--bs-primary);

}

.footer-social{

display:flex;

gap:18px;

margin-top:25px;

}

.footer-social a{

width:46px;

height:46px;

display:flex;

justify-content:center;

align-items:center;

background:#181818;

border-radius:50%;

font-size:20px;

}

.footer-social a:hover{

background:var(--bs-primary);

color:#fff;

}

.copyright{

text-align:center;

padding-top:25px;

color:#888;

}/*==================================
        Contact Cards
===================================*/

.contact-info{

padding:100px 0;

background:#111111;

}

.contact-card{

background:#181818;

border-radius:22px;

padding:45px 30px;

text-align:center;

border:1px solid rgba(255,255,255,.06);

transition:.35s;

height:100%;

}

.contact-card:hover{

transform:translateY(-10px);

border-color:var(--bs-primary);

}

.contact-card i{

font-size:42px;

color:var(--bs-primary);

margin-bottom:20px;

}

.contact-card h4{

color:#fff;

margin-bottom:15px;

}

.contact-card p{

color:#bbb;

margin-bottom:20px;

}

.contact-card a{

color:var(--bs-primary);

text-decoration:none;

font-weight:600;

}/*==================================
        Universal Service Hero
===================================*/

.service-hero{

    position: relative;
    padding: 180px 0 120px;
    background: #0d0d0d;
    overflow: hidden;

}

/* Optional background glow */

.service-hero::before{

    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    background: rgba(233,30,99,.08);

    border-radius: 50%;

    top: -180px;
    right: -180px;

    filter: blur(60px);

}

.service-label{

    display: inline-block;

    color: var(--bs-primary);

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 25px;

}

.hero-heading{

    font-size: 68px;

    line-height: 1.08;

    font-weight: 700;

    color: #ffffff;

    margin-bottom: 30px;

    max-width: 650px;

}

.hero-text{

    font-size: 20px;

    line-height: 1.9;

    color: #bdbdbd;

    max-width: 620px;

    margin-bottom: 45px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.hero-buttons .btn{

    padding:16px 40px;

    font-size:17px;

    border-radius:50px;

    transition:.35s;

}

.hero-buttons .btn-primary:hover{

    transform:translateY(-4px);

}

.hero-buttons .btn-outline-light:hover{

    transform:translateY(-4px);

}

/*==============================
      Hero Image
==============================*/

.hero-image{

    position:relative;

}

.hero-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 30px 60px rgba(0,0,0,.35);

    transition:.5s;

}

.hero-image:hover img{

    transform:translateY(-8px);

}

/*==============================
      Floating Card
==============================*/

.floating-badge{

    position:absolute;

    bottom:25px;

    left:-20px;

    background:#181818;

    border:1px solid rgba(255,255,255,.08);

    padding:18px 25px;

    border-radius:18px;

    color:#fff;

    backdrop-filter:blur(10px);

    box-shadow:0 20px 40px rgba(0,0,0,.25);

}

.floating-badge h5{

    margin:0;

    font-size:18px;

}

.floating-badge p{

    margin:5px 0 0;

    color:#bbbbbb;

    font-size:14px;

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

.service-hero{

padding:150px 0 90px;

text-align:center;

}

.hero-heading{

font-size:48px;

margin:auto auto 25px;

}

.hero-text{

font-size:18px;

margin:0 auto 35px;

}

.hero-buttons{

justify-content:center;

}

.hero-image{

margin-top:50px;

}

.floating-badge{

left:50%;

transform:translateX(-50%);

bottom:-20px;

}

}

@media (max-width:576px){

.hero-heading{

font-size:38px;

}

.hero-text{

font-size:17px;

}

.hero-buttons .btn{

width:100%;

}

}/*==================================
        Thumbnail Gallery
===================================*/

.thumbnail-gallery{

    padding:120px 0;

    background:#111111;

}

.thumbnail-card{

    position:relative;

    overflow:hidden;

    border-radius:22px;

    cursor:pointer;

}

.thumbnail-card img{

    width:100%;

    display:block;

    transition:.5s;

}

.thumbnail-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.65);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    transition:.35s;

}

.thumbnail-overlay span{

    color:#fff;

    font-size:22px;

    font-weight:600;

}

.thumbnail-card:hover img{

    transform:scale(1.08);

}

.thumbnail-card:hover .thumbnail-overlay{

    opacity:1;

}/*==================================
        Thumbnail Categories
===================================*/

.thumbnail-categories{

    padding:120px 0;

    background:#0d0d0d;

}

.category-card{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:22px;

    padding:40px 25px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.category-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.category-card i{

    font-size:40px;

    color:var(--bs-primary);

    margin-bottom:20px;

}

.category-card h5{

    color:#ffffff;

    margin:0;

    font-size:20px;

}/*==================================
        Thumbnail Cards
===================================*/

.thumbnail-card{

display:block;

position:relative;

overflow:hidden;

border-radius:22px;

text-decoration:none;

}

.thumbnail-card img{

width:100%;

display:block;

transition:.5s;

}

.thumbnail-overlay{

position:absolute;

inset:0;

background:rgba(0,0,0,.78);

display:flex;

justify-content:center;

align-items:center;

opacity:0;

transition:.35s;

padding:30px;

text-align:center;

}

.overlay-content{

transform:translateY(20px);

transition:.35s;

}

.thumbnail-card:hover img{

transform:scale(1.08);

}

.thumbnail-card:hover .thumbnail-overlay{

opacity:1;

}

.thumbnail-card:hover .overlay-content{

transform:translateY(0);

}

.behance-icon{

width:46px;

margin-bottom:20px;

}

.overlay-content h4{

color:#fff;

margin-bottom:10px;

}

.overlay-content p{

color:#bbb;

margin-bottom:20px;

}

.overlay-content span{

color:var(--bs-primary);

font-weight:600;

}/*==================================
    Thumbnail Principles
===================================*/

.thumbnail-principles{

    padding:120px 0;

    background:#111111;

}

.principle-card{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:22px;

    padding:40px 35px;

    height:100%;

    transition:.35s;

}

.principle-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

}

.principle-card i{

    font-size:42px;

    color:var(--bs-primary);

    margin-bottom:22px;

}

.principle-card h4{

    color:#fff;

    margin-bottom:16px;

}

.principle-card p{

    color:#bfbfbf;

    line-height:1.8;

    margin:0;

}.service-cta::before,
.service-cta::after{
    content:"";
    position:absolute;
    width:180px;
    height:100px;
    background:url('../img/thumbnails/thumb1.webp') center/cover;
    opacity:.08;
    border-radius:12px;
    transform:rotate(-12deg);
}

.service-cta::before{
    top:60px;
    left:60px;
}

.service-cta::after{
    bottom:60px;
    right:60px;
    transform:rotate(10deg);
}/*==============================
        Navbar Dropdown
===============================*/

.navbar .dropdown-menu{

    background:#181818;

    border:none;

    border-radius:15px;

    padding:12px;

    margin-top:15px;

    box-shadow:0 20px 40px rgba(0,0,0,.3);

}

.navbar .dropdown-item{

    color:#dddddd;

    padding:12px 18px;

    border-radius:10px;

    transition:.3s;

    font-weight:500;

}

.navbar .dropdown-item:hover{

    background:var(--bs-primary);

    color:#ffffff;

}.navbar .nav-link.active{

    color:var(--bs-primary)!important;

    font-weight:700;

}

.dropdown-item.active{

    background:var(--bs-primary);

    color:#fff;

}.navbar-collapse{

    display:flex;

    justify-content:center;

    align-items:center;

}

.navbar-nav{

    display:flex;

    align-items:center;

    gap:18px;

}

.navbar .btn{

    margin-left:30px;

}/*==============================
        NAVBAR
==============================*/

.custom-navbar{

background:rgba(10,10,10,.92);

backdrop-filter:blur(18px);

padding:18px 0;

transition:.35s;

z-index:999;

}

.navbar-brand h2{

font-size:34px;

font-weight:700;

letter-spacing:1px;

}

.navbar-nav{

gap:18px;

}

.nav-link{

font-size:17px;

font-weight:600;

color:#fff!important;

transition:.3s;

padding:10px 16px!important;

}

.nav-link:hover{

color:var(--bs-primary)!important;

}

.nav-link.active{

color:var(--bs-primary)!important;

}

.dropdown-menu{

background:#181818;

border:none;

border-radius:18px;

padding:12px;

margin-top:15px;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.dropdown-item{

color:#ddd;

padding:12px 18px;

border-radius:10px;

transition:.3s;

font-weight:500;

}

.dropdown-item:hover{

background:var(--bs-primary);

color:#fff;

}

.dropdown-item.active{

background:var(--bs-primary);

color:#fff;

}

.custom-navbar .btn{

font-weight:600;

padding:12px 32px;

border-radius:40px;

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

.custom-navbar{

padding:15px 0;

}

.navbar-collapse{

margin-top:20px;

background:#111;

padding:20px;

border-radius:18px;

}

.navbar-nav{

gap:8px;

}

.custom-navbar .btn{

margin-top:20px;

width:100%;

}

.dropdown-menu{

background:#222;

box-shadow:none;

}

}/*==========================
        HERO
===========================*/

.hero-section{

    background:#090909;

    position:relative;

    overflow:hidden;

}

.hero-section::before{

    content:"";

    position:absolute;

    width:600px;

    height:600px;

    right:-220px;

    top:-220px;

    background:rgba(233,30,99,.08);

    border-radius:50%;

    filter:blur(90px);

}

.custom-navbar{

    background:rgba(9,9,9,.92);

    backdrop-filter:blur(18px);

    padding:18px 0;

}

.navbar-nav{

    gap:20px;

}

.nav-link{

    color:#fff!important;

    font-weight:600;

}

.nav-link.active{

    color:var(--bs-primary)!important;

}

.dropdown-menu{

    background:#181818;

    border:none;

    border-radius:18px;

    padding:12px;

}

.dropdown-item{

    color:#ddd;

    padding:12px 18px;

}

.dropdown-item:hover{

    background:var(--bs-primary);

    color:#fff;

}

.hero-label{

    color:var(--bs-primary);

    letter-spacing:3px;

    font-weight:700;

}

.hero-title{

    font-size:64px;

    font-weight:700;

    color:#fff;

    margin:25px 0;

    line-height:1.1;

}

.hero-description{

    color:#bbb;

    font-size:20px;

    line-height:1.8;

    max-width:600px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    margin-top:40px;

}

.hero-image img{

    max-width:500px;

    border-radius:30px;

}

.hero-badge{

    margin-top:20px;

    display:inline-block;

    background:#181818;

    color:#fff;

    padding:15px 25px;

    border-radius:20px;

}/*==================================
        NAVBAR
===================================*/

.custom-navbar{

    background:rgba(10,10,10,.92);

    backdrop-filter:blur(16px);

    padding:18px 0;

    transition:.35s;

    z-index:999;

}

.logo-text{

    font-size:30px;

    font-weight:700;

    color:var(--bs-primary);

    letter-spacing:1px;

}

.navbar-nav{

    gap:22px;

}

.nav-link{

    color:#ffffff !important;

    font-size:17px;

    font-weight:600;

    transition:.3s;

}

.nav-link:hover{

    color:var(--bs-primary)!important;

}

.nav-link.active{

    color:var(--bs-primary)!important;

}

/* Dropdown */

.dropdown-menu{

    background:#181818;

    border:none;

    border-radius:18px;

    padding:12px;

    margin-top:18px;

    min-width:260px;

    box-shadow:0 20px 40px rgba(0,0,0,.3);

}

.dropdown-item{

    color:#dddddd;

    padding:12px 18px;

    border-radius:10px;

    transition:.3s;

}

.dropdown-item:hover{

    background:var(--bs-primary);

    color:#fff;

}

.custom-navbar .btn{

    font-weight:600;

    padding:12px 32px;

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

.custom-navbar{

padding:14px 0;

}

.navbar-collapse{

margin-top:18px;

background:#121212;

padding:20px;

border-radius:20px;

}

.navbar-nav{

gap:8px;

}

.custom-navbar .btn{

width:100%;

margin-top:20px;

}

}/*==================================
        HERO
===================================*/

.hero-section{

    padding:140px 0 80px;

    background:#090909;

    position:relative;

    overflow:hidden;

}

.hero-section::before{

    content:"";

    position:absolute;

    right:-180px;

    top:-180px;

    width:500px;

    height:500px;

    background:rgba(233,30,99,.08);

    border-radius:50%;

    filter:blur(90px);

}

.hero-label{

    display:inline-block;

    color:var(--bs-primary);

    letter-spacing:3px;

    font-size:15px;

    font-weight:700;

    text-transform:uppercase;

    margin-bottom:20px;

}

.hero-title{

    color:#fff;

    font-size:64px;

    font-weight:700;

    line-height:1.1;

    margin-bottom:25px;

}

.hero-description{

    color:#bdbdbd;

    font-size:20px;

    line-height:1.8;

    margin-bottom:40px;

    max-width:600px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.hero-buttons .btn{

    border-radius:50px;

    padding:16px 38px;

    font-weight:600;

}

.hero-image{

    position:relative;

    text-align:center;

}

.hero-image img{

    max-width:520px;

    border-radius:30px;

    box-shadow:0 30px 60px rgba(0,0,0,.35);

}

.hero-badge{

    position:absolute;

    left:20px;

    bottom:20px;

    background:#181818;

    color:#fff;

    padding:16px 24px;

    border-radius:18px;

    border:1px solid rgba(255,255,255,.08);

    font-weight:600;

}/*==================================
    Experience Section
===================================*/

.experience-section{

    padding:120px 0;

    background:#111111;

}

.niche-card{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:20px;

    padding:35px 20px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.niche-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.niche-card i{

    font-size:38px;

    color:var(--bs-primary);

    margin-bottom:18px;

}

.niche-card h5{

    color:#fff;

    margin:0;

}/*==================================
        Services
===================================*/

.services-section{

    padding:120px 0;

    background:#0d0d0d;

}

.service-card{

    background:#181818;

    border-radius:22px;

    border:1px solid rgba(255,255,255,.06);

    padding:40px 30px;

    height:100%;

    transition:.35s;

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

}

.service-card i{

    font-size:44px;

    color:var(--bs-primary);

    margin-bottom:25px;

}

.service-card h4{

    color:#fff;

    margin-bottom:18px;

}

.service-card p{

    color:#bdbdbd;

    line-height:1.8;

    margin-bottom:25px;

}

.service-card a{

    color:var(--bs-primary);

    text-decoration:none;

    font-weight:600;

}

.service-card:hover a{

    letter-spacing:.5px;

}/*==================================
        Why Work With Me
===================================*/

.why-me-section{

    padding:120px 0;

    background:#111111;

}

.why-card{

    background:#181818;

    border:1px solid rgba(255,255,255,.06);

    border-radius:22px;

    padding:40px 30px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.why-card:hover{

    transform:translateY(-10px);

    border-color:var(--bs-primary);

}

.why-card i{

    font-size:42px;

    color:var(--bs-primary);

    margin-bottom:20px;

}

.why-card h4{

    color:#fff;

    margin-bottom:15px;

}

.why-card p{

    color:#bdbdbd;

    margin:0;

    line-height:1.8;

}/*==================================
        Featured Portfolio
===================================*/

.portfolio-preview{

    padding:120px 0;

    background:#0d0d0d;

}

.portfolio-card{

    background:#181818;

    border-radius:24px;

    overflow:hidden;

    border:1px solid rgba(255,255,255,.06);

    transition:.35s;

    height:100%;

}

.portfolio-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.portfolio-card img{

    width:100%;

    aspect-ratio:16/9;

    object-fit:cover;

}

.portfolio-content{

    padding:30px;

}

.portfolio-content span{

    color:var(--bs-primary);

    font-weight:600;

    text-transform:uppercase;

    font-size:14px;

}

.portfolio-content h4{

    color:#fff;

    margin:15px 0;

}

.portfolio-content a{

    color:var(--bs-primary);

    text-decoration:none;

    font-weight:600;

}/*==================================
        HOME CTA
===================================*/

.home-cta{

    padding:120px 0;

    background:#111111;

}

.cta-box{

    background:#181818;

    border-radius:30px;

    padding:80px 50px;

    text-align:center;

    border:1px solid rgba(255,255,255,.08);

}

.cta-title{

    color:#fff;

    font-size:52px;

    font-weight:700;

    margin:25px 0;

}

.cta-text{

    color:#bdbdbd;

    font-size:19px;

    line-height:1.8;

    max-width:720px;

    margin:0 auto 40px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

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

.cta-box{

padding:60px 30px;

}

.cta-title{

font-size:36px;

}

.cta-buttons .btn{

width:100%;

}

}html{
    scroll-behavior:smooth;
}.before-after-section{

padding:100px 0;

background:#0f0f10;

}

#comparison{

max-width:1100px;

margin:auto;

border-radius:20px;

overflow:hidden;

box-shadow:0 20px 50px rgba(0,0,0,.35);

}

.beer-slider{

width:100%;

}.tools-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(120px,1fr));
    gap:30px;
    margin-top:60px;
}

.tool{
    background:#171717;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:30px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:.3s;
}

.tool:hover{
    transform:translateY(-8px);
    border-color:#ff2d95;
    box-shadow:0 20px 40px rgba(255,45,149,.18);
}

.tool img{
    width:64px;
    height:64px;
    object-fit:contain;
}.project-card{
    height:100%;
    display:flex;
    flex-direction:column;
}

.project-card img{
    aspect-ratio:16/9;
    object-fit:cover;
}

.project-content{
    flex:1;
    display:flex;
    flex-direction:column;
}

.project-content .btn{
    margin-top:auto;
}/*=============================
Tools Section
=============================*/

.tools-section{

    padding:100px 0;

    background:#111;

}

.tools-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(140px,1fr));

    gap:30px;

    margin-top:60px;

}

.tool{

    background:#181818;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:35px;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.3s;

}

.tool:hover{

    transform:translateY(-8px);

    border-color:#ff2d95;

    box-shadow:0 20px 40px rgba(255,45,149,.18);

}

.tool img{

    width:70px;

    height:70px;

    object-fit:contain;

}.footer-social img{
    width: 24px;
    height: 24px;
}/*==================================
        404 PAGE
===================================*/

.error-hero{

    background:#090909;

    position:relative;

    overflow:hidden;

    padding:140px 0 80px;

}

.error-hero::before{

    content:"";

    position:absolute;

    width:550px;

    height:550px;

    right:-180px;

    top:-180px;

    background:rgba(233,30,99,.08);

    border-radius:50%;

    filter:blur(90px);

}

.error-title{

    font-size:64px;

    line-height:1.1;

    color:#fff;

    font-weight:700;

    margin:20px 0;

}

.error-text{

    color:#bdbdbd;

    font-size:20px;

    line-height:1.8;

    max-width:540px;

    margin-bottom:40px;

}

.error-image{

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

}

.error-number{

    font-size:180px;

    color:var(--bs-primary);

    font-weight:700;

    line-height:1;

    margin:0;

    animation:float404 4s ease-in-out infinite;

}

.error-image p{

    color:#fff;

    font-size:28px;

    margin-top:20px;

}

@keyframes float404{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

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

.error-hero{

text-align:center;

}

.error-title{

font-size:42px;

}

.error-number{

font-size:120px;

margin-top:60px;

}

.error-text{

margin:0 auto 40px;

}

}.workflow-section {
    padding: 100px 0;
    background: #0f1115;
}

.workflow-card {
    position: relative;
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    background: #181b22;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    transition: .35s;
    overflow: visible;
}

.workflow-card:hover {
    transform: translateY(-8px);
    border-color: var(--bs-primary);
}

.workflow-number {
    font-size: 42px;
    font-weight: 700;
    color: rgba(255,255,255,.08);
    line-height: 1;
    margin-bottom: 18px;
}

.workflow-card i {
    font-size: 42px;
    color: var(--bs-primary);
    margin-bottom: 20px;
}

.workflow-card h4 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.workflow-card p {
    color: #b6b6b6;
    margin: 0;
    line-height: 1.8;
}/*==========================
    Workflow Connector
==========================*/

.workflow-card::after{
    content:"";
    position:absolute;
    top:50%;
    right:-28px;
    width:56px;
    height:2px;
    background:rgba(255,255,255,.15);
    transform:translateY(-50%);
    z-index:1;
}

.workflow-card::before{
    content:"";
    position:absolute;
    top:50%;
    right:-28px;
    width:12px;
    height:12px;
    border-top:2px solid var(--bs-primary);
    border-right:2px solid var(--bs-primary);
    transform:translateY(-50%) rotate(45deg);
    z-index:2;
}

/* Remove connector from last card */

.row > div:last-child .workflow-card::after,
.row > div:last-child .workflow-card::before{
    display:none;
}

/* Tablet & Mobile */

@media (max-width:991.98px){

    .workflow-card::after,
    .workflow-card::before{

        display:none;

    }

}/*==================================
    Portfolio Stats
==================================*/

.stats-section{

    padding:70px 0;

    background:#111318;

}

.stat-card{

    background:#181b22;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:35px 20px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.stat-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.stat-card h2{

    color:var(--bs-primary);

    font-size:52px;

    font-weight:700;

    margin-bottom:12px;

}

.stat-card p{

    color:#b6b6b6;

    margin:0;

    font-size:17px;

}/*==================================
    Audience Section
==================================*/

.audience-section{

    padding:100px 0;

    background:#0f1115;

}

.audience-card{

    background:#181b22;

    border:1px solid rgba(255,255,255,.08);

    border-radius:18px;

    padding:40px 30px;

    text-align:center;

    height:100%;

    transition:.35s;

}

.audience-card:hover{

    transform:translateY(-8px);

    border-color:var(--bs-primary);

}

.audience-card i{

    font-size:42px;

    color:var(--bs-primary);

    margin-bottom:20px;

}

.audience-card h4{

    color:#fff;

    margin-bottom:15px;

    font-weight:600;

}

.audience-card p{

    color:#b6b6b6;

    margin:0;

    line-height:1.8;

}.stat-card h2{

    color:#fff;

    font-size:clamp(2rem,4vw,3.25rem);

    font-weight:700;

    line-height:1.1;

    margin-bottom:12px;

}/*==================================
    Top Rated Card
==================================*/

.top-rated-card{

    position:relative;

}

.top-rated-icon{

    width:70px;

    height:70px;

    margin:0 auto 18px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(233,30,99,.12);

    border:1px solid rgba(233,30,99,.25);

}

.top-rated-icon i{

    font-size:32px;

    color:var(--bs-primary);

}

.top-rated-badge{

    display:inline-block;

    padding:5px 14px;

    margin-bottom:18px;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    border-radius:50px;

    background:rgba(233,30,99,.15);

    color:var(--bs-primary);

    text-transform:uppercase;

}

.top-rated-card h3{

    color:#fff;

    font-size:34px;

    font-weight:700;

    margin-bottom:10px;

}

.top-rated-card p{

    color:#b6b6b6;

    margin:0;

}