/* ===================================
    Crafto - It business
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #00ada9;
    --dark-gray:#252840;
    --black:#05060a;
    --medium-gray:#7d8087;
    --very-light-gray: #f9faff;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
}
/* reset */
body{
    line-height: 29px;
}
/* header */
.navbar .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: bold;
}
header .btn.btn-rounded.btn-large {
    padding:10px 26px;
    font-size: 13px;
    font-weight: 500;
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background:  var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: #00ada9;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}
/* btn */
[class*=btn-transparent], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn {
    text-transform: none;
    font-family: var(--primary-font);
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 19px 40px;
}
.btn-gradient-purple-pink {
    background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
    background-size: 200% auto;
    color: var(--white);
}
/* bg gradient color */
.bg-gradient-dark-gray-transparent { 
    background: -webkit-linear-gradient(right, rgba(24, 25, 28, .65), rgba(255, 255, 255, 0.65));
    background: linear-gradient(to right, rgba(24, 25, 28, .65), rgba(0, 0, 0, 0.2));
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(15, 89, 201, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(222, 230, 244, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-midnight-blue {
    background-color: #1e2033;
}
/* text */
.text-flamingo {
    color: #e55b53;
}
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #5e70f3, #6170f1, #8074dc, #b87bb6, #ec8192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* portfolio filter */
.portfolio-filter li {
    padding: 0 18px;
    line-height: 24px;
}
/* blog */ 
.categories-btn {
    font-size: 11px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 3.5rem;
    line-height: 3.5rem;
}
.page-title-extra-large h2 {
    font-size: 17px;
    line-height: 28px;
    margin: 0 auto;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
/* height */
.h-72px {
    height: 72px !important;
}
.nh-empty {
    width: 100%;
    padding: 60px 15px;
    text-align: center;
    color: #777;
    font-size: 18px;
}
.pagination {
    gap: 8px;
    flex-wrap: wrap;
    
}
.pagination li, .pagination .page-item {
    list-style: none;
    }
.pagination a, .pagination span {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #e4e4e4;
    color: #242424;
    padding: 0 12px;
}
.pagination .active span,
.pagination .active a,
.pagination a:hover {
    background: var(--base-color);
    border-color: var(--base-color);
    color: #fff;
}
/* banner */
.nh-banner-slider {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    touch-action: pan-y;
}
.nh-banner-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .8s ease;
}
.nh-banner-slide.active {
    opacity: 1;
}
.nh-banner-slider > .opacity-very-light,
.nh-banner-slider > .shape-image-animation {
    position: relative;
    z-index: 2;
}
.nh-banner-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 72px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.nh-banner-dot {
    width: 15px;
    height: 15px;
    padding: 0;
    border: 2px solid rgba(255,255,255,.85);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}
.nh-banner-dot.active {
    background: var(--base-color);
    transform: scale(1.15);
}
@media (max-width: 767px) {
    .nh-banner-slider {
        height: 56.25vw !important;
        min-height: 210px;
        max-height: 420px;
        background-color: #000;
    }
    .nh-banner-slide {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .nh-banner-dots {
        bottom: 18px;
        gap: 10px;
    }
    .nh-banner-dot {
        width: 10px;
        height: 10px;
        border-width: 1px;
    }
}
.lh58 {
    display: flex;
    align-items: center;
    height: 58px;
    justify-content: center;
}

.case-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 25px 0px;
}
.case-detail-breadcrumb a, .case-detail-breadcrumb span {
    color: var(--medium-gray);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.case-detail-breadcrumb a:hover, .case-detail-breadcrumb .current {
    color: var(--dark-gray);
}
.case-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.case-detail-content p {
    margin-bottom: 22px;
}
.news-detail-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 25px 0px;
}
.news-detail-breadcrumb a, .news-detail-breadcrumb span {
    color: var(--medium-gray);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    }
.news-detail-breadcrumb a:hover, .news-detail-breadcrumb .current {
    color: var(--dark-gray);
}
.news-detail-content img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
.news-detail-content p {
    margin-bottom: 22px;
}
.cont-css {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 20px;
    box-sizing: border-box;
}

/* product list */
.product-top-active .feature-box {
    outline: 2px solid var(--base-color);
}
.product-tab-empty {
    padding: 10px 0;
    color: var(--medium-gray);
}
.product-filter-row {
    display: block;
}
.product-filter-row + .product-filter-row { margin-top: 18px; }
.product-filter-options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.product-filter-chip {
    min-height: 40px;
    padding: 8px 18px;
    border: 1px solid #dfe5e4;
    border-radius: 6px;
    background: #fff;
    color: var(--dark-gray);
    line-height: 22px;
    font-weight: 600;
    transition: all .25s ease;
}
.product-filter-chip:hover,
.product-filter-chip.active {
    border-color: var(--base-color);
    background: var(--base-color);
    color: #fff;
}
.m-cate .feature-box-icon {
    width: 80px;
    height: 80px;
}
#map {
    height: 650px;
    border-radius: 6px 0 0 6px;
}
/* margin top */
.mt-minus-50px {
    margin-top: -50px;
}
/* line-height */
.lh-200 {
    line-height: 12.5rem;
}
/* bottom */
.bottom-auto {
    bottom: auto;
}
/* footer */
footer .footer-logo img {
    max-height: 35px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-light a:hover, .footer-navbar li a:hover {
    color: var(--dark-gray);
}
@media (max-width: 1299px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 15px;
        font-size: 12px; 
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }
    header .btn.btn-rounded.btn-large {
        padding: 10px 10px;
        font-size: 11px; 
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 19px;
    }
    header .btn.btn-rounded.btn-large {
        color: var(--dark-gray);
        border-color: var(--extra-medium-gray);
        padding: 10px 15px;
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
    }
    
    .flex-d-row {
        flex-direction: column !important;
    }
    
    .flex-d-row .d-inline-block {
        text-align: center;
    }
    .flex-d-row .last-paragraph-no-margin {
        text-align: center;
    }
    .f-b-icon {
        align-items: flex-end;
        height: 80px;
        margin-bottom: 15px;
    }
    .cont-css {
        width: auto;
        margin: 15px 15px 0px 15px;
        padding: 15px;
    }
    .pt-15 {
        padding-top: 8% !important;
    }
    .pb-15 {
        padding-bottom: 8% !important;
    }
    .lh58 {
        height: 30px;
    }
    .sm-pt-50px {
        padding-top: 15px !important;
    }
    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .md-mb-50px {
        margin-bottom: 30px !important;
    }

    .m-f-d-r {
        display: flex;
        flex-direction: row !important;
        align-content: center !important;
        justify-content: center !important;
    }
    .m-f-d-ritem {
        flex: 0 0 45%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 4%;
    }
    .m-cate .feature-box-icon {
        width: 50px;
        height: 50px;
    }
    .m-cate .feature-box-icon img {
        width: 50px;
        height: 50px;
    }
    .m-cate .mt-10px {
        margin-top: 2px !important;
    }
    .m-cate .md-mb-30px {
        margin-bottom: 15px !important;
    }
    .m-f-d-ritem:nth-child(2n) {
        margin-right: 0px;
    }
    .m-cate .mt-40px {
        margin-top: 0px !important;
    }
    .m-cate .ps-25px {
        padding-left: 10px !important;
    }
    .m-cate .pe-25px {
        padding-right: 10px !important;
    }
    .m-cate .pt-15px {
        padding-top: 10px !important;
    }
    .m-cate .pb-20px {
        padding-bottom: 10px !important;
    }
    .m-cate .fs-22 {
        font-size: 17px !important;
        font-weight: bold !important;
    }
    .m-cate .product-filter-chip {
        padding: 5px 10px;
        line-height: 30px;
        font-size: 15px;
        font-weight: normal;
    }
    .product-filter-row {
        display: block;
    }
}
