/* ===================================
    Crafto - Logistics 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

/* variable */
:root {      
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Nunito", sans-serif;
    --base-color: #215967;
    --dark-gray: #141414;
    --medium-gray: #707070;
    --aluminium-gray: rgba(255, 255, 255, 0.4);
}
/* reset */
body{
    font-size: 18px;
    line-height: 30px;
}
a:hover{
    color: var(--dark-gray);
}
/* header */
header .navbar {
    width: calc(100% - 40px);
    left: 20px;
    top: 20px;
}
header .navbar-brand {
    padding: 5px 0;
}
header .navbar-brand img {
    max-height: 70px;
}
header.sticky .disable-fixed .navbar-brand, header.sticky .fixed-header .navbar-brand {
    padding: 20px 0;
}
header .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.header-icon .icon>a>i {
    position:relative;
    top:-2px;
}
.header-icon .icon>a, .header-icon .icon .header-cart>a {
    font-size:16px;
    font-weight: 500;
    padding-left: 20px;
}
.header-icon .icon .header-account>a, .header-icon .icon .header-cart>a, .header-icon .icon .header-language>a {
    padding-left: 20px;
}
.header-cart-icon .cart-count {
    background-color: var(--dark-gray);
    font-weight: 500;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    margin-top: 10px;
    border-radius: 6px;
    padding: 40px 0 45px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu {
    padding: 30px 0;
}
.navbar .navbar-nav .submenu-content {
    border-top: 0 !important;
}
.navbar .navbar-nav .nav-link::before {
    content: "";
    height: 10px;
    width: 100%;
}
.navbar .navbar-nav .dropdown .nav-link:before,
.header-cart-icon .header-cart::before {
    content: "";
    height: 10px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -10px;
}
.header-cart-icon .header-cart .cart-item-list {
    margin-top: 10px;
}
.navbar .navbar-nav .dropdown .dropdown-menu, .header-cart-icon .header-cart .cart-item-list {
    background: var(--very-light-gray);
}
.navbar .navbar-nav .submenu-content ul .sub-title {
    margin-bottom: 5px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a {
    padding-bottom: 3px;
}
.navbar .navbar-nav .simple-dropdown .dropdown-menu li a {
    padding-bottom: 6px;
}
.header-cart-icon .header-cart .cart-item-list .cart-total .btn.btn-large {
    font-size: 12px;
}
/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}
.btn { 
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
.btn.btn-extra-large {
    font-size: 18px;
    padding: 16px 32px;
}
.btn.btn-large {
    font-size: 17px;
    padding: 14px 28px;
}
.btn.btn-medium {
    font-size: 16px; 
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 15px;
}
.btn.btn-very-small {
    font-size: 14px; 
    padding: 9px 20px;
}

/* counter style */
.counter-style-04 .vertical-counter:after {
    color: var(--base-color);
}

.counter-style-07 .counter[data-text]:after {
    content: attr(data-text);
    display: inline-block;
    margin-left: 3px;
}
.review-star-icon i {
    color: var(--base-color);
}

.google-maps-link a:hover {
    color: var(--white);
}

/* footer style */
footer ul li {
    margin-bottom: 1px;
}
footer p {
    line-height: 28px;
}
/* page title */
.page-title-double-large h1 {
    font-size: 4.375rem;
    line-height: 4.688rem;
}
.page-title-double-large h2 {
    font-size: 16px;
    line-height: 28px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}
/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}
.outside-box-top-150px {
    margin-top: -150px;
}
/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}
@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }
    .xl-w-180px {
        width: 180px;
    }
}
@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }
}
@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }
    .navbar .navbar-nav .dropdown.open .dropdown-menu {
        padding-bottom: 15px;
    }
    .navbar .navbar-nav .dropdown .dropdown-menu.show {
        background-color: var(--dark-gray);
    }
}


.mt-35 {
    margin-top: 35%;
}


.split-cta-btn {
    display: inline-flex;
    flex-shrink: 0;
    text-decoration: none;
    color: var(--white);
}

.split-cta-btn:hover,
.split-cta-btn:focus {
    color: var(--white);
    text-decoration: none;
}

.split-cta-btn__wrap {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.split-cta-btn__label {
    display: inline-grid;
    place-items: center;
    min-height: 54px;
    padding: 16px 32px;
    background-color: var(--base-color);
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1;
}

.split-cta-btn__label-text {
    grid-area: 1 / 1;
    white-space: nowrap;
    transition: opacity 0.7s ease, visibility 0.7s ease;
}

.split-cta-btn__label-text--hover {
    opacity: 0;
    visibility: hidden;
}

.split-cta-btn:hover .split-cta-btn__label-text--default,
.split-cta-btn:focus .split-cta-btn__label-text--default {
    opacity: 0;
    visibility: hidden;
}

.split-cta-btn:hover .split-cta-btn__label-text--hover,
.split-cta-btn:focus .split-cta-btn__label-text--hover {
    opacity: 1;
    visibility: visible;
}

.split-cta-btn__icon-slot {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
    overflow: hidden;
    transition: width 0.8s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.7s ease;
}

.split-cta-btn__icon-slot--left {
    width: 0;
    opacity: 0;
}

.split-cta-btn__icon-slot--right {
    width: 54px;
    opacity: 1;
}

.split-cta-btn:hover .split-cta-btn__icon-slot--left,
.split-cta-btn:focus .split-cta-btn__icon-slot--left {
    width: 54px;
    opacity: 1;
}

.split-cta-btn:hover .split-cta-btn__icon-slot--right,
.split-cta-btn:focus .split-cta-btn__icon-slot--right {
    width: 0;
    opacity: 0;
}

.split-cta-btn__icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--base-color);
    border-radius: 12px;
    transform-origin: center center;
    transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1);
}

.split-cta-btn__icon i {
    font-size: 22px;
    line-height: 1;
}

.split-cta-btn__icon-slot--left .split-cta-btn__icon {
    transform: rotate(-90deg) scale(0.2);
}

.split-cta-btn__icon-slot--right .split-cta-btn__icon {
    transform: rotate(0deg) scale(1);
}

.split-cta-btn:hover .split-cta-btn__icon-slot--left .split-cta-btn__icon,
.split-cta-btn:focus .split-cta-btn__icon-slot--left .split-cta-btn__icon {
    transform: rotate(0deg) scale(1);
}

.split-cta-btn:hover .split-cta-btn__icon-slot--right .split-cta-btn__icon,
.split-cta-btn:focus .split-cta-btn__icon-slot--right .split-cta-btn__icon {
    transform: rotate(90deg) scale(0.2);
}

@media (max-width: 575px) {
    .split-cta-btn__wrap {
        gap: 8px;
    }

    .split-cta-btn__label {
        padding: 14px 22px;
        font-size: 13px;
        min-height: 48px;
    }

    .split-cta-btn__icon-slot,
    .split-cta-btn__icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
    }

    .split-cta-btn__icon-slot--right {
        width: 48px;
    }

    .split-cta-btn:hover .split-cta-btn__icon-slot--left,
    .split-cta-btn:focus .split-cta-btn__icon-slot--left {
        width: 48px;
    }
}

.scroll-text-fill {
    --scroll-fill-from: #1a4f5c;
    --scroll-fill-to: var(--base-color);
    --scroll-fill-muted: rgba(33, 89, 103, 0.18);
    --fill-progress: 0;
    --fill-feather: 14;
    display: block;
}

.scroll-text-fill__text {
    display: inline-block;
    line-height: 1.12;
    background-image: linear-gradient(
        90deg,
        var(--scroll-fill-from) 0%,
        var(--scroll-fill-to) calc(max(0%, (var(--fill-progress) - var(--fill-feather)) * 1%)),
        var(--scroll-fill-muted) calc(min(100%, (var(--fill-progress) + var(--fill-feather)) * 1%)),
        var(--scroll-fill-muted) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.scroll-text-fill.is-complete .scroll-text-fill__text {
    background-image: linear-gradient(90deg, var(--scroll-fill-from) 0%, var(--scroll-fill-to) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

@media (prefers-reduced-motion: reduce) {
    .scroll-text-fill__text {
        --fill-progress: 100;
        background-image: linear-gradient(90deg, var(--scroll-fill-from) 0%, var(--scroll-fill-to) 100%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}

.products-slider-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.products-slider-nav .swiper-button-prev,
.products-slider-nav .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background-color: var(--base-color);
    color: var(--white);
    transform: none;
    transition: opacity 0.3s ease;
}

.products-slider-nav .swiper-button-prev:hover,
.products-slider-nav .swiper-button-next:hover {
    opacity: 0.85;
}

.products-slider-nav .swiper-button-prev i,
.products-slider-nav .swiper-button-next i {
    font-size: 20px;
    line-height: 1;
}

@media (max-width: 575px) {
    .products-slider-nav .swiper-button-prev,
    .products-slider-nav .swiper-button-next {
        width: 48px;
        height: 48px;
    }
}

.products-slider .swiper-wrapper {
    align-items: stretch;
}

.products-slider .swiper-slide {
    display: flex;
    height: auto;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: var(--white);
    border: 1px solid var(--base-color);
    border-radius: 14px;
}

.product-card__arrow {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: var(--base-color);
    color: var(--white);
    text-decoration: none;
    transition: transform 0.25s ease;
}

.product-card__arrow i {
    font-size: 15px;
    line-height: 1;
}

.product-card__arrow:hover {
    transform: scale(1.05);
}

.product-card > span {
    display: block;
    min-height: 80px;
    padding-right: 42px;
    margin-bottom: 8px;
    line-height: 32px;
}

.product-card > span a {
    color: var(--base-color);
    text-decoration: none;
    font-weight: 700;
}





.product-card__desc {
    margin: 0 0 22px;
    font-size: 15px;
    line-height: 1.65;
    color: var(--medium-gray);
}

.product-card__link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    min-height: 18px;
    margin-bottom: 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--base-color);
    text-decoration: none;
}

.product-card__link i {
    font-size: 12px;
    line-height: 1;
}

.product-card__media {
    width: 100%;
    aspect-ratio: 600 / 670;
    margin-top: 0;
    border-radius: 12px;
    overflow: hidden;
    background-color: var(--very-light-gray);
    line-height: 0;
}

.product-card__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 767px) {
    .product-card {
        padding: 14px;
    }

    .product-card__arrow {
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
    }

    .product-card__arrow i {
        font-size: 13px;
    }

    .product-card > span {
        min-height: 72px;
        padding-right: 38px;
        line-height: 28px;
    }
}