@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');

:root {
    --dark: linear-gradient(180deg, #060e18 0%, #060e18 100%);
    --light: #fff;
    --bg: #0f1724;
    --bg1: #26282c;
    --glow: #25D366;
    --card: #0b1220;
    --accent: #87e64b;
    /* #87e64b */
    --muted: #94a3b8;
    --glass: rgba(255, 255, 255, 0.03);
    --radius: 16px;
    --interFontFamily: "Inter", sans-serif;
    --exoFontFamily: "Exo", sans-serif;
    --DMNonoFontFamily: "DM Mono", monospace;
}

/* ================= LIGHT THEME ================= */
.theme--dark {
    --light: #fff;
    --white: #fff;
    --bg: #0f1724;
    --bg1: #f1f1f1;
    --card: #94a3b8;
    --accent: #87e64b;
    /* #87e64b */
    --muted: #0f1724;
    --glass: rgba(255, 255, 255, 0.03);
    --radius: 16px;
}

.ltr {
    display: none;
}

[dir=ltr] .ltr {
    display: block;
}

.rtl {
    display: none;
}

[dir=rtl] .rtl {
    display: block;
}

* {
    box-sizing: border-box
}

html {
    direction: rtl;
    scroll-behavior: smooth;
}

html {
    direction: ltr;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    /* cursor: none; */
    direction: ltr;
    font-family: "Raleway", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    /* font-family: var(--DMNonoFontFamily); */
    background: var(--dark);
    color: #e6eef6;
    height: 100%;
    padding: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 0.3s ease;
}

body.rtl {
    direction: rtl;
}

.eyebrow {
    display: inline-block;
    padding: 6px 0px;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0px;
}

.theme--dark {
    background: var(--white);
}

.mutedText {
    color: var(--muted);
}

.borderColor {
    border-color: var(--muted);
}

.accentText {
    color: var(--accent) !Important;
}

.bgText {
    color: var(--bg);
}

.bgBcground {
    background-color: var(--bg);
}

.bg1Bcground {
    background-color: var(--bg1);
}

.exoFontFamily {
    font-family: var(--exoFontFamily)
}

.interFontFamily {
    font-family: var(--interFontFamily);
}

h1 {
    margin: 0 0 8px 0;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.2px;
    color: var(--light);
    width: 100%;
}

h1 .name {
    color: var(--accent);
    font-weight: 800;
}

p.lead {
    color: var(--muted);
    font-size: 14px;
}

/* Responsive */
@media (max-width:880px) {
    h1 {
        font-size: 20px;
    }
}

@media (max-width:574px) {
    h1 {
        font-size: 16px;
    }
}

.theme--dark h1,
.theme--dark h2,
.theme--dark h3,
.theme--dark h4,
.theme--dark h5,
.theme--dark h6 {
    color: var(--bg);
}

.cursor-dot,
.cursor-ring {
    position: fixed;
    pointer-events: none;
    display: none !important;
    transition: transform 0.15s ease-out;
}

.cursor-dot {
    width: 14px;
    height: 14px;
    background: var(--accent);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
}

.cursor-ring {
    width: 25px;
    height: 25px;
    border: 2px solid var(--accent);
    border-radius: 50%;
    position: fixed;
    pointer-events: none;
    transition: transform 0.15s ease-out;
    z-index: 9998;
}


.card {
    background: transparent;
    border: none;
    /*background: linear-gradient(90deg, rgba(6, 182, 212, 0.05), transparent 40%);
      border-radius:var(--radius);
      box-shadow: 0 10px 30px rgba(2,6,23,0.6);
      border: 1px solid rgba(255,255,255,0.04);*/
    transition: transform .28s ease;
}

@media(width <=768px) {
    .card {
        padding: 15px;
    }
}

/* PRELOADER WAVE STYLE */
#preloader-wrapper {
    background: linear-gradient(to right, var(--bg) 0%, var(--bg1) 100%);
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

/*allBtn*/
.allBtn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 10px;
    width: auto;
    background: linear-gradient(135deg, rgb(168, 255, 83), rgb(98, 169, 43));
    color: rgb(15, 26, 10);
    font-weight: 700;
    font-size: 15px;
    border: none;
    cursor: pointer;
    box-shadow: rgba(168, 255, 83, 0.35) 0px 4px 20px;
    transition: 0.25s;
    letter-spacing: 0.02em;
    transform: translateY(0px);
}
/*floating*/
.form-floating .form-control{
    background: var(--dark);
    border: none;
}
.form-floating > .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px var(--dark) inset !important; /* Background color */
    -webkit-text-fill-color: var(--accent) !important; /* Text color */
    transition: background-color 5000s ease-in-out 0s;
}
.form-floating .form-control:focus{
    box-shadow: none;
}
.form-floating>.form-control:focus~label::after{
    font-weight: 300;
    background-color: var(--accent);
}
.form-floating>.form-control:not(:placeholder-shown){
    color: var(--accent);
}
.form-floating>.form-control:not(:placeholder-shown)~label::after{
    background-color: var(--accent);
}
/*top-page-bread*/
.top-page-bread {
    margin-bottom: 10px;
}

ul.listLogo {
    padding: 0;
    margin: 0;
    display: inline-flex;
    column-gap: 20px;
}

ul.listLogo li {
    border: solid 1px var(--dark);
    padding: 10px;
    border-radius: 8px;
    list-style: none;
    display: flex;
    background: #162535;
    align-items: center;
    justify-content: center;
}

.logos-slidee.owl-carousel .owl-item {
    height: 120px;
}

.logos-slidee.owl-carousel .owl-item li img {
    filter: grayscale(1);
    opacity: 0.5;
}

.logos-slidee.owl-carousel .owl-item.active.center li {
    background: var(--dark);
}

.logos-slidee.owl-carousel .owl-item.active.center li img {
    filter: grayscale(0);
    opacity: 1;
}

.top-bar {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px var(--muted);
}

.list-topbar-item {
    gap: 10px;
}

.list-topbar-item a {
    color: var(--muted);
}

.list-topbar-item a:hover {
    color: var(--accent);
}

.theme--dark .list-topbar-item a:hover {
    color: var(--bg);
}

.top-bar .tf-tb-right {
    gap: 22px;
}

.top-bar-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    align-items: center;
}

.top-bar-item a {
    font-weight: 400;
    letter-spacing: 0.05px;
    color: var(--muted);
    font-size: 13px;
    font-family: "Inter", sans-serif;
    text-decoration: none;
}

.post-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
}

.post-social.style-radius-50 .icon-social {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--main-dark);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-social.style-radius-50 .icon-social i {
    color: var(--white);
    font-size: 11px;
}

.post-social.style-radius-50 .icon-social:hover {
    background-color: var(--primary);
}

.post-social.style-radius-50 .icon-social:hover i {
    color: var(--main-dark);
}

.post-social.style-bg-white .icon-social {
    width: 40px;
    height: 40px;
    background-color: var(--white);
}

.post-social.style-bg-white .icon-social i {
    color: var(--dark-2);
    font-size: 16px;
}

.post-social.style-bg-white .icon-social:hover {
    background-color: var(--primary);
}

.post-social.style-bg-white .icon-social:hover i {
    color: var(--white);
}

.icon-social i {
    color: var(--white);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-social:hover i {
    color: var(--primary);
}

.icon-social .icon-youtube {
    font-size: 12px;
}

.theme--dark .icon-social i {
    color: var(--bg);
}

.navbar {
    border: none;
    /*background-color:var(--card);*/
}

.navbar .navbar-nav .nav-item .nav-link {
    color: var(--muted);
    padding: 10px 20px;
    transition: all .6s;
    font-size: 14px;
    color: 0.3s ease;
    font-weight: bold;
}

.navbar .navbar-nav .nav-item .nav-link:hover.accentText {
    background-color: transparent;
}

.navbar .navbar-nav .nav-item .nav-link:hover.active {
    color: var(--accent);
    background: var(--bg1);
}

.navbar .navbar-nav .nav-item .nav-link.active::after {
    opacity: 1;
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--accent);
    background: var(--bg1);
}

.navbar .navbar-nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    display: none;
    height: 2px;
    background: 0.3s ease;
    background: var(--accent);
    opacity: 0;
}

.navbar .navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
    background: 0.3s ease;
    width: 100%;
    height: 2px;
    background: var(--accent);
}

.navbar .navbar-nav .nav-item .nav-link.accentText::after {
    display: none;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before,
.navbar .navbar-nav .nav-item .nav-link:hover::after {
    opacity: 1;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--accent);
    background: var(--bg1);
}

.theme--dark .navbar .navbar-nav .nav-item .nav-link:hover.active,
.theme--dark .navbar .navbar-nav .nav-item .nav-link:hover,
.theme--dark .navbar .navbar-nav .nav-item .nav-link.active {
    color: var(--bg);
}


/*services*/
.services {
    /*display:grid;
      grid-template-columns:repeat(2, minmax(0,1fr));*/
    margin-top: 8px;
}

.service {
    background: rgba(255, 255, 255, 0.02);
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    color: #dfefff;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: inset 0 -1px rgba(255, 255, 255, 0.01);
}

.service .dot {
    min-width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.02));
    font-weight: 700;
    color: var(--accent);
    font-size: 18px;
}

/* slidee */
.slidee .carousel-control-next-icon,
.carousel-control-prev-icon {
    border-radius: 50px;
    background-color: var(--accent);
    background-size: 50% 50%;
}

/* mainTitle */
.mainTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainTitle h6 {
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 300;
    color: var(--muted);
    position: relative;
    margin: 0;
    display: inline-block;
}

.mainTitle h5 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 300;
    position: relative;
    margin: 0;
    display: inline-block;
}

.mainTitle .spacer {
    height: 40px;
    width: 1px;
    margin: 0 20px;
    display: block;
    background-color: var(--muted);
}

@media(max-width:1199px) {
    .mainTitle h6 {
        font-size: 26px;
        line-height: 40px
    }

    .mainTitle h5 {
        font-size: 16px;
        line-height: 24px
    }
}

@media(max-width:991px) {
    .mainTitle {
        display: block;
    }

    /*.mainTitle h6 {*/
    /*    font-size: 18px;*/
    /*    line-height: 34px*/
    /*}*/

    .mainTitle h5 {
        font-size: 14px;
        line-height: 22px
    }

    .mainTitle .spacer {
        display: none;
    }
}

@media(max-width:768px) {
    .mainTitle h6 br {
        display: none;
    }
}

.dashImg {
    border: solid 4px #eee;
    border-radius: 6px;
    padding: 0px;
}

.dashImg:hover {
    border-color: var(--accent);
}

/*breadcrumb  */
.breadcrumb .breadcrumb-item {
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb .breadcrumb-item a {
    color: var(--accent);
}

/*owl  */
.owl-carousel .owl-nav {
    /*display: flex !important;*/
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.owl-carousel .owl-dots {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin-right: 5px;
    background-color: var(--paragraphColor) !important;
}

.linksUl-heading {
    display: block;
    border-radius: 999px;
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

ul.linksUl {
    padding-left: 15px;
    overflow: auto;
    height: 150px;
}

ul.linksUl li {
    position: relative;
    transition: all .6s;
}

ul.linksUl li a {
    font-size: 12px;
    color: var(--muted);
    display: block;
    transition: all .6s;
    text-decoration: none;
}
ul.linksUl li.active a,
ul.linksUl li.active::after{
    display: block;
    color: var(--accent);
}
ul.linksUl li::before {
    content: '';
    position: absolute;
    left: -10px;
    transition: all .6s;
    height: 100%;
    width: 1px;
    background: var(--muted);
}

ul.linksUl li::after {
    content: '';
    position: absolute;
    transition: all .6s;
    width: 8px;
    left: -13px;
    display: none;
    height: 8px;
    top: 9px;
    border-radius: 20px;
    background: var(--accent);
}

ul.linksUl li a:hover {
    color: var(--accent);
}

ul.linksUl li:hover::after {
    display: block;
}

/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{ display: block;} */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    margin: 0px;
    position: relative;
    font-size: 18px !important;
    color: #202020 !important;
    background-color: var(--borderColor) !important;
    border-radius: 100px;
    transition: all .6s;
    width: 50px;
    height: 50px;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-dots button.owl-dot:hover {
    background: var(--lenearGradientColor) !important;
    border-color: var(--primaryColor) !important;
}

.owl-carousel button.owl-dot.active {
    background: var(--lenearGradientColor) !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev .fas {
    color: var(--paragraphColor);
}

.owl-carousel .owl-nav button.owl-next:hover .fas,
.owl-carousel .owl-nav button.owl-prev:hover .fas {
    color: var(--whiteColor);
}

.dashwarehouse-slidee .owl-dots {
    display: none;
}

.dashwarehouse-slidee .owl-nav {
    display: none !important;
}

.dashwarehouse-slidee.owl-carousel .owl-item.active.center .dashImg {
    border-color: var(--accent);
}

.dashwarehouse-slidee.owl-carousel .owl-item img {
    filter: grayscale(1);
    opacity: 0.5;
}

.dashwarehouse-slidee.owl-carousel .owl-item.active.center img {
    opacity: 1;
    filter: grayscale(0);
}

/*Clients Slidee*/
.clients-slidee .owl-dots {
    display: none;
}

.clients-slidee .owl-nav {
    display: none !important;
}

.clients-slidee.owl-carousel .owl-item .user-testimonial {
    filter: grayscale(1);
    opacity: 0.5;
}

.clients-slidee.owl-carousel .owl-item .user-testimonial {
    max-width: 800px;
    filter: grayscale(1);
    opacity: 0.5;
    background: linear-gradient(135deg, var(--bg), #0f2027);
    color: #ffffff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.clients-slidee.owl-carousel .owl-item .user-testimonial .profile {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.clients-slidee.owl-carousel .owl-item .user-testimonial .rating {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 20px;
    color: var(--accent);
}

.clients-slidee.owl-carousel .owl-item .user-testimonial .rating i {
    margin: 0;
    font-size: 12px;
}

.clients-slidee .user-testimonial .profile {
    border: solid 2px var(--accent);
}

.clients-slidee.owl-carousel .owl-item.active.center p.lead {
    color: var(--light);
}


.clients-slidee.owl-carousel .owl-item.active.center .info {
    opacity: 1;
    filter: grayscale(0);
}

.clients-slidee.owl-carousel .owl-item.active.center .user-testimonial {
    opacity: 1;
    filter: grayscale(0);
    background: linear-gradient(135deg, var(--bg), rgba(135, 230, 75, 0.5));
}

/*.clients-slidee.owl-carousel .owl-stage-outer {*/
/*    height: 270px;*/
/*    overflow: initial;*/
/*}*/
.projects-slidee.owl-carousel .owl-item .rowPro {
    filter: grayscale(1);
    opacity: 0.5;
}

.projects-slidee.owl-carousel .owl-item.active.center .rowPro {
    opacity: 1;
    filter: grayscale(0);
}


.contact-card {
    padding: 0px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.contact-title {
    font-size: 14px;
    color: var(--muted);
    margin-bottom: 8px;
}

.big {
    font-size: 18px;
    font-weight: 600;
    color: var(--light);
    margin-bottom: 6px;
}

.theme--dark .big {
    color: var(--bg);
}

.small {
    color: var(--muted);
    font-size: 13px;
}

.btns {
    display: flex;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.02));
    color: var(--light);
    transition: transform .15s ease, box-shadow .15s ease;
}

.btn:active {
    transform: translateY(1px)
}

.btn.whatsapp {
    background: linear-gradient(90deg, rgb(30 188 89 / 46%), rgb(30 188 89 / 66%));
    color: #042a2d;
    border: none;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.cta {
    border-radius: 10px;
    font-style: italic;
    color: var(--muted);
    font-size: 12px;
    background: transparent;
}

/* footer small note */
.teams-slidee.owl-carousel .owl-item .items {
    opacity: 0.5;
}

.teams-slidee.owl-carousel .owl-item .items img {
    filter: grayscale(1);
    width: 150px !important;
    margin: 0 auto;
}

.teams-slidee.owl-carousel .owl-item.active.center .items {
    opacity: 1;
    background-color: #87e64b80;
}

.teams-slidee.owl-carousel .owl-item.active.center .items img {
    filter: grayscale(0);
}

/*.teams-slidee.owl-carousel .owl-nav{*/
/*    display:none;*/
/*}*/
/* footer small note */
.foot {
    font-size: 12px;
    color: var(--muted);
    text-align: center;
    margin-top: 8px;
    border-top: solid 2px var(--accent);
}

/*footer-nav*/
footer ul.footer-nav {
    gap: 15px;
}

footer ul.footer-nav li a.nav-link {
    font-size: 14px;
    font-weight: 500;
    color: var(--muted);
}

footer ul.footer-nav li a.nav-link:hover,
footer ul.footer-nav li a.nav-link.active {
    color: var(--accent);
}

/*offcanvas*/
.offcanvas {
    border-top: dashed 3px var(--accent);
    /* border: none; */
    color: var(--light);
    background-color: var(--card);
}

.offcanvas .offcanvas-header {
    padding: 12px;
}

.offcanvas-header .btn-close {
    background: linear-gradient(135deg, rgba(168, 255, 83, 0.3), rgba(98, 169, 43, 0.2));
    border: 1px solid rgba(168, 255, 83, 0.4);
    border-radius: 8px;
    width: 26px;
    height: 26px;
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: rgb(168, 255, 83);
    font-size: 20px;
    line-height: 1;
    box-shadow: rgba(168, 255, 83, 0.35) 0px 0px 18px;
    transition: 0.2s;
}

.offcanvas .navbar .navbar-nav .nav-item .nav-link {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.offcanvas .navbar .navbar-nav .nav-item .nav-link::after {
    display: none;
}

/*-----------------------dark-mode-toggle----------------------*/
.dark-mode-toggle {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.dark-mode-toggle__icon {
    width: 25px;
    height: auto;
    color: #F2C94C;
    transition: color .2s linear;
}

.dark-mode-toggle__icon:hover {
    color: #F6C11F;
}

.dark-mode-toggle__icon--moon {
    color: var(--bg);
    opacity: 1;
    transition: opacity .2s linear, color .2s linear;
}

.dark-mode-toggle__icon--moon:hover {
    color: var(--bg);
}

.dark-mode-toggle__rays {
    transition: opacity .2s linear .2s;
}

.dark-mode-toggle__icon--moon .dark-mode-toggle__rays {
    transition: opacity .2s linear;
    opacity: 0;
}

.dark-mode-toggle__cut-out {
    transition: transform .5s cubic-bezier(0.54, -0.42, 0.29, 1.3);
}

.dark-mode-toggle__icon--moon .dark-mode-toggle__cut-out {
    transform: translateX(-30%);
    transition: transform .5s cubic-bezier(0.21, 0.17, 0.43, 1.43);
}

/*-----------------------webkit-scrollbar----------------------*/
.sc5::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    border-left: 0 solid transparent;
}

.sc5::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 0px;
}

.sc5::-webkit-scrollbar-thumb:hover {
    background: var(--accent);
    opacity: 1;
}

@media (max-width: 991px) {
    .sc5::-webkit-scrollbar {
        width: 2px;
        height: 4px;
    }
}

/*-----------------------Android Toggle Switch----------------------*/

.android-switch {
    display: none;
    position: relative;
}

.android-switch+label .small {
    font-size: 0.8em;
    color: #999;
    line-height: 1.5em;
    display: block;
}

.android-switch+label {
    display: flex;
    padding: 5px;
    text-align: left !important;
    /* To keep the switch from getting misaligned */
}

.android-switch+label span.sw {
    display: inline-block;
    width: 31px;
    height: 15px;
    float: right;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #b2b2b2;
}

.android-switch+label span.sw:before {
    content: '';
    position: absolute;
    background-color: #eee;
    margin-top: -4px;
    margin-left: -6px;
    height: 23px;
    width: 23px;
    border-radius: 15px;
    transition: all ease 300ms;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

.android-switch:checked+label span.sw {
    background-color: #87e64b70;
}

.android-switch:checked+label span:before {
    margin-left: 14px;
    background-color: var(--accent);
}

/*-----------------------toolsWrap----------------------*/
.toolsWrap {
    border: solid 2px var(--bg1);
    border-radius: 15px 15px 0 0;
    border-top-width: 35px;
}

.toolsWrap .sc5::-webkit-scrollbar {
    height: 2px;
}

.toolsWrap .calBox {
    max-width: 80px;
    max-height: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 10px;
    background-color: var(--bg1);
    border: solid 2px transparent;
    cursor: pointer;
}

.toolsWrap .calBox:hover {
    border-color: var(--accent);
}

.toolsWrap .calBox::before {
    content: '';
    transition: all .6s;
    position: absolute;
    top: -15px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: var(--bg1);
}

.toolsWrap .calBox:hover::before {
    background-color: var(--accent);
}

.toolsWrap .calBox.active {
    border-color: var(--accent);
}

.toolsWrap .calBox.active::before {
    background-color: var(--accent);
}

.toolsWrap .calBoxInner {
    font-family: "Inter", sans-serif;
    bottom: 0;
    transition: all .6s;
    background-color: var(--bg1);
    opacity: 0;
    border-radius: 10px;
}

.toolsWrap .calBox:hover .calBoxInner {
    bottom: -33px;
    opacity: 1;
    background-color: var(--accent);
}

.toolsWrap .calBox.active .calBoxInner {
    bottom: -33px;
    opacity: 1;
    background-color: var(--accent);
}

/*-----------------------scrollToTop----------------------*/

.scrollToTop {
    pointer-events: none;
    height: 55px;
    width: 55px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: transform 0.4s ease, opacity 0.6s ease;
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .scrollToTop {
        height: 40px;
        width: 40px
    }
}

.scrollToTop.active-progress {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/*.scrollToTop:hover {*/
/*    transform: translateY(-15%)*/
/*}*/

.scrollToTop .arrowUp {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg);
    font-size: 24px
}

.scrollToTop .arrowUp i {
    font-size: 19px
}

.scrollToTop .water {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: var(--accent);
    transition: transform 0.3s ease;
    border: 1px solid var(--accent)
}

.scrollToTop .water svg use {
    margin-bottom: -1px;
    position: relative;
    bottom: -1px;
    fill: var(--accent)
}

.scrollToTop-2 .water {
    background-color: var(--muted);
    border: 1px solid var(--muted)
}

.scrollToTop-2 .water svg use {
    fill: var(--muted) !important
}

.scrollToTop-3 .water {
    background-color: var(--accent);
    border: 1px solid var(--accent)
}

.scrollToTop-3 .water svg use {
    fill: var(--accent) !important
}

.scrollToTop-4 .water {
    background-color: var(--accent);
    border: 1px solid var(--accent)
}

.scrollToTop-4 .water svg use {
    fill: var(--accent) !important
}

.scrollToTop .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%
}

.scrollToTop .water_wave_back {
    right: 0;
    fill: var(--accent);
    animation: wave-back 1.4s infinite linear
}

.scrollToTop .water_wave_front {
    left: 0;
    fill: rgb(122 37 158 / .8784313725);
    margin-bottom: -1px;
    animation: wave-front 0.7s infinite linear
}

@keyframes wave-front {
    100% {
        transform: translateX(-50%)
    }
}

@keyframes wave-back {
    100% {
        transform: translateX(50%)
    }
}

/*-----------------------pxl-process2----------------------*/
.pxl-process2 .pxl-process-wrapper {
    gap: 20px
}

@media(max-width:768px) {
    .pxl-process2 .pxl-process-wrapper {
        flex-wrap: wrap;
        justify-content: center
    }
}

.pxl-process2 p {
    margin: 0
}

@media(max-width:580px) {
    .pxl-process2 .pxl-process-item {
        width: 100%
    }

    .pxl-process2 p {
        font-size: 12px;
    }
}

.pxl-process2 .pxl-item {
    background-color: var(--card);
    padding: 20px;
    overflow: hidden;
    position: relative;
    transition: all .6s;
    border-radius: 8px;
}

.pxl-process2 .pxl-item.active,
.pxl-process2 .pxl-item.active .pxl-item--bottom {
    background-color: var(--accent);
    color: var(--bg);
}

.pxl-process2 .pxl-item.active .pxl-item--count {
    -webkit-text-stroke-color: var(--bg);
}

.pxl-process2 .pxl-item:hover {
    background-color: var(--accent);
}

@media(max-width:1199px) {
    .pxl-process2 .pxl-item {
        padding: 15px
    }
}

.pxl-process2 .pxl-item:hover>.svg {
    opacity: 0.09;
    transform: scale(1)
}

.pxl-process2 .pxl-item>.svg {
    position: absolute;
    top: -21px;
    right: -72.58px;
    opacity: 0;
    transform: scale(.8)
}

.pxl-process2 .pxl-item--title {
    margin-bottom: 16px
}

.pxl-process2 .pxl-item--description {
    max-width: 250px
}

.pxl-process2 .pxl-item--count {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--muted);
    color: transparent;
    margin-bottom: 46px;
    font-weight: 800;
    font-size: 3rem;
}

.pxl-process2 .pxl-item:hover .pxl-item--count {
    -webkit-text-stroke-color: var(--bg);
}

.pxl-process2 .pxl-item:hover .pxl-item--bottom {
    color: var(--bg);
}

@media(max-width:1199px) {
    .pxl-process2 .pxl-item--count {
        margin-bottom: 100px;
    }
}

@media(max-width:530px) {
    .pxl-process2 .pxl-item--count {
        margin-bottom: 30px;
    }
}

.whatsapp-button {
    position: fixed;
    bottom: 100px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    font-size: 28px;
    z-index: 1000;
    animation: glow 2.2s ease-in-out infinite;
}

.whatsapp-button:hover {
    background-color: #1ebc59;
}

@keyframes glow {

    0%,
    100% {
        box-shadow:
            0 0 0 rgba(14, 165, 233, 0),
            0 0 0 rgba(14, 165, 233, 0);
    }

    50% {
        box-shadow:
            0 0 25px 6px color-mix(in oklab, var(--glow) 70%, transparent),
            0 0 60px 18px color-mix(in oklab, var(--glow) 35%, transparent);
    }
}

/*-----------------------Bruna----------------------
@font-face {
    font-family: 'Bruna';
    src: url('./webfont/BrunaBlackItalic.woff2') format('woff2'),
        url('./webfont/BrunaBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bruna';
    src: url('./webfont/BrunaBoldItalic.woff2') format('woff2'),
        url('./webfont/BrunaBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bruna';
    src: url('./webfont/BrunaBlack.woff2') format('woff2'),
        url('./webfont/BrunaBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bruna';
    src: url('./webfont/BrunaBold.woff2') format('woff2'),
        url('./webfont/BrunaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bruna';
    src: url('./webfont/BrunaHeavy.woff2') format('woff2'),
        url('./webfont/BrunaHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bruna';
    src: url('./webfont/BrunaHeavyItalic.woff2') format('woff2'),
        url('./webfont/BrunaHeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}*/