/* ===================================
    Crafto - Logistics 
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

/* variable */
:root {
    --alt-font: "Urbanist", sans-serif;
    --primary-font: "Urbanist", sans-serif;
    --primary: #0f4d5b;
    --secondary: #05af93;
    --green: #8cc63f;
    --white: #fff;
    --black: #000;
    --dark-gray: #1e3238;
    --very-light-gray: #eceff1;
}

/* reset */
body {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

section {
    padding-bottom: 0;
    padding-top: 0;
}

.h1,
h1 {
    font-size: 4.8rem;
    line-height: 1.0;
}

.h2,
h2 {
    font-size: 4.375rem;
    line-height: 4.375rem;
    font-weight: 500;
    letter-spacing: -1px;
}

.h3,
h3 {
    font-size: 2.438rem;
    line-height: 2.438rem;
    letter-spacing: 0.2px;
}

.h5,
h5 {
    line-height: 2rem;
}

a:hover {
    color: var(--dark-gray);
}

.text-white {
    color: var(--white);
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-secondary {
    background-color: var(--secondary) !important;
}

.txt-primary {
    color: var(--primary);
}

.txt-secondary {
    color: var(--secondary);
}

.sec-mt {
    /* margin-top: 7rem; */
    padding-top: 7rem;
}

.top-page-m {
    margin-top: 15rem;
}

.section-btm-padding {
    padding-bottom: 7rem;
}

.section-padding {
    padding-bottom: 5rem;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

textarea::placeholder {
    color: var(--medium-gray);
}

/* header */
header .navbar {
    background: var(--white);
}

.navbar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
}

.navbar .navbar-nav .dropdown.open .dropdown-menu {
    background-color: var(--dark-gray);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    font-weight: 500;
    color: var(--white);
    border-bottom: 1px solid rgb(249 246 246 / 28%);
    background: var(--primary);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
    color: var(--primary);
    background: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0 0 10px 10px;
    padding: 0;
    overflow: hidden;
    width: 260px;
}

header .navbar-brand {
    padding: 18px 0;
    width: 100%;
}

/* header .navbar-brand img {
    max-height: 30px;
} */
.header-top-bar div>a {
    /* color: var(--light-gray); */
    color: var(--white);
}

.header-top-bar div>a:hover {
    color: var(--white);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 30px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a i {
    width: 35px;
}

header .btn.btn-box-shadow.btn-base-color,
.btn.btn-base-color {
    color: var(--dark-gray);
}

.btn:hover {
    color: var(--white);
    /* background: var(--primary); */
    background: var(--primary);
}

.header-light .navbar-nav .nav-link {
    color: var(--primary);
}

.header-light .widget-text {
    color: var(--primary);
}

.header-top-bar.top-bar-dark.bg-dark {
    background: var(--primary) !important;
}

.btn-link.text-base-color,
.text-base-color {
    color: var(--white);
}

header .btn.btn-small {
    font-size: 15px;
    padding: 10px 18px;
}

header.sticky .navbar-brand {
    padding: 20px 0;
    width: 70%;
}

header .navbar-brand img {
    max-height: 50px;
    width: auto;
}

/* btn */
.btn.btn-hover-animation-switch.btn-link {
    padding-top: 0;
}

.btn:focus-visible {
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
    outline: 0;
}

.btn {
    text-transform: inherit;
    font-weight: 600;
    background: var(--secondary);
    color: var(--white);
    border: 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);
}

.review-star-icon i {
    color: var(--base-color);
}

/* footer style */
footer {
    background: var(--primary) !important;
}

footer ul li {
    margin-bottom: 4px;
    font-size: 15px;
}

footer p {
    line-height: 28px;
}

.footer-dark a,
.footer-dark p {
    color: var(--extra-medium-gray) !important;
}

.footer-contact a i {
    font-size: 16px;
    margin-right: 10px;
}

/* 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;
}

.footer-logo-wrapper a {
    width: 80%;
}

.footer-logo-wrapper a img {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.footer-dark a:hover {
    color: var(--secondary) !important;
}

.footer-social-icon a:hover {
    color: #1b70d1;
}

.footer-adddres i {
    margin-right: 10px;
}

/* top bottom left right class */
.right-12 {
    right: 12%;
}

.bg-jungle-green {
    background-color: #2ebb79;
}

/* Outside box */
.outside-box-top-205px {
    margin-top: -205px;
}

/* Transparent background color */
.bg-gradient-gray-light-dark-transparent {
    background-image: linear-gradient(to top, #f7f7f7 0%, transparent 100%);
}

.services-form {
    background: #f4f7fb;
}

.light-gray {
    background: #f4f7fb;
}

/* imge aspect raions */

.home-about-img {
    aspect-ratio: 9 / 11;
}

.bridging-2-img {
    aspect-ratio: 10 / 7;
}

.Bridging-1-img {
    aspect-ratio: 9 / 8;
}

.committed-img {
    aspect-ratio: 16 / 18;
}

.strategical-img {
    aspect-ratio: 16 / 15;
}

.hold-tight-img {
    aspect-ratio: 16 / 15;
}

.personalize-img {
    aspect-ratio: 16 / 9;
}

.agency-img {
    aspect-ratio: 16 / 9;
}

.transportaion-img {
    aspect-ratio: 16 / 9;
}

.vessel-img {
    aspect-ratio: 16 / 9;
}

.warehoue-img {
    aspect-ratio: 16 / 9;
}

.iso-img {
    aspect-ratio: 16 / 9;
}

/* home page - service section */

.home-service-cards .btn-link:hover {
    color: var(--secondary);
    /* border-bottom: 2px solid var(--secondary); */
}

.service-card {
    margin-bottom: 3rem
}

.service-card span {
    color: var(--primary);
}

.icon-with-text-style-10 .feature-box-icon:before {
    background-color: var(--secondary);
}

.services-slider .swiper-slide {
    height: auto;
}

.services-slider .services-box-style-02 {
    height: 100%;
}

.banner-caption {
    position: relative;
    background: rgb(0 0 0 / 50%);
    padding: 3rem;
}

/* .banner-caption::before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
} */
.banner-overlay::before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.banner-caption h1 {
    font-size: 3rem;
    line-height: 1;
}

.banner-slide .banner-pera {
    max-width: 70%;
    letter-spacing: 0.5px;
}

.services-box-icon {
    width: 40%;
}

.services-box-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-bottom: 10px;
    max-height: 80%;
    max-width: 85%;
}

.why-choose-card .feature-box-icon img {
    height: 100%;
    width: 60%;
    object-fit: contain;
}

.custom-navigation {
    position: absolute;
    bottom: -7rem;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 15px;
}

.services-slider .slider-navigation-style-03 {
    position: initial;
}

.one-fourth-screen.custom-mission {
    margin-bottom: 0 !important;
}

.services-slider {
    padding-bottom: 11rem;
}

/* ----------mission sec------------- */

.mission-sec .one-fourth-screen {
    height: 400px !important;
}

.top-banner-content h1 {
    font-size: 4.275rem;
    line-height: 1.0;
    font-weight: 500;
    color: var(--primary);
}

/* .mission-bg-img{
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.8;
} */

/* about page */

.img-abt {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.band-bg-img::before,
.mission-bg-img::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}

.mission-bg-img::before {
    opacity: 0.2;
}


/* sercices pages */

.top-banner-sec {
    padding: 6rem 0 1rem;
}

.services-list i {
    color: var(--primary);
}

.services-list a:hover {
    color: var(--secondary);
}

.services-list {
    background-color: #f4f7fb;
}

.personalize-sec p {
    margin: 0;
}

.service-banner::before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    top: 0;
}

.services-card-wrapper {
    position: relative;
    align-items: center;
    display: flex;
    gap: 2rem;
    flex-direction: column;
    text-align: center;
    background: #f4f7fb;
    padding: 40px 40px 10rem;
    border-radius: 24px;
    font-size: 20px;
    height: 100%;
}

.card-wrapper-icon {
    width: 26%;
    position: absolute;
    bottom: 40px;
}

.card-wrapper-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* .column-card [class*= "col"]{
    width: 50%;
    margin-bottom: 3rem;
} */
.card-mb {
    margin-bottom: 2rem;
}

.services-box-content h5 {
    margin: 20px 0;
    letter-spacing: 0.2px;
}

/* contact page */

.contact-sec .contact-icon {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: start;
}

.contactPage-form {
    padding: 4.5rem 4.2rem;
}

.contact-page-btn {
    display: flex;
    justify-content: center;
}

.contactUs-icon .large-icon a {
    font-size: 20px;
}

.social-icon-style-04 ul li a.instagram span {
    background-color: #962fbf;
}

.contactPage-form input,
.contactPage-form textarea,
.contactPage-form select {
    padding-right: 40px;
}

/* pop up */
.modal-header {
    border-bottom: 0;
}

.modal-close-btn {
    position: absolute;
    top: -20px;
    right: 5px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat;
    opacity: 1;
    width: 5px;
    height: 5px;
    z-index: 99;
}

/* .testimonial-body{
    padding: 0;
    display: flex;
} */
.modal-backdrop.show {
    opacity: 0.9;
}

.modal {
    z-index: 99999;
}

.btn-modal .modal-body {
    padding: 0;
}

/* validation form code  */
.form-control.error {
    font-size: 16px;
}

.error-msg.error {
    color: #717580;
}

.error {
    color: #ff0000;
    font-size: 12px;
}

.contact-form-sec label span {
    color: #ff0000;
}

.success-msg {
    padding: 4rem 3rem;
    text-align: center;
    background: #f4f7fb;
    border-radius: 20px;
}

.request-msg {
    background: rgb(15 77 91 / 9%);
}

.success-msg h5 {
    color: var(--secondary);
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

.success-msg p {
    margin-bottom: 0;
}


/* pop up  form submitted code*/

#success-msg-popup {
    padding: 4rem 3rem;
    text-align: center;
    background: #f4f7fb;
    border-radius: 20px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--primary);
    ;
    border-radius: 10px;
    z-index: 9999;
}


@media (max-width: 1399px) {
    .xl-h-180px {
        height: 180px;
    }

    .xl-w-180px {
        width: 180px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .feature-box .feature-box-icon-rounded i {
        font-size: 20px;
    }

    .feature-box .feature-box-icon-rounded {
        height: 52px !important;
        width: 52px !important;
    }

    .feature-box-content a {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .outside-box-top-200px {
        margin-top: -150px;
    }

    .index-banner .swiper-button-next,
    .swiper-button-prev {
        margin-top: 2rem;
    }

    .home-page-banner .slider-one-slide-prev-1.swiper-button-prev {
        top: 60% !important;
    }

    .slider-navigation-style-06 {
        left: 15px;
    }

    .services-slider .slider-one-slide-prev-02 {
        left: -4rem;
        margin-top: 0;
    }

    .services-slider .slider-one-slide-next-02 {
        right: -4rem;
        margin-top: 0;
    }

    .h2,
    h2 {
        font-size: 3.375rem;
    }

    .one-fourth-screen {
        margin-top: 0 !important;
    }

    /* contact page */
    .contact-social-icon .large-icon a {
        width: 40px;
    }

    .services-card-wrapper {
        padding: 28px 36px 8rem;
    }

    .about-years {
        font-size: 25px;
    }

    .services-card-wrapper {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .outside-box-top-200px {
        margin-top: 0;
    }

    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding: 15px;
    }

    .header-button {
        margin-left: 0 !important;
    }

    .index-banner h1 {
        font-size: 4rem;
        line-height: 4.275rem;
    }

    .home-about-img {
        height: 100%;
        width: 100%;
    }

    .one-fourth-screen {
        margin-top: 0 !important;
    }

    .home-about-img {
        aspect-ratio: 16 / 10;
    }

    .footer-logo-wrapper a {
        width: 50%;
    }

    /* about page */

    .Bridging-1-img {
        aspect-ratio: 16 / 8;
    }

    .bridging-2-img {
        aspect-ratio: 7 / 4;
        height: 100%;
    }

    .band-bg {
        margin-bottom: 0 !important;
    }

    .committed-img {
        aspect-ratio: 5 / 3;
    }

    .strategical-img {
        aspect-ratio: 4 / 2;
    }

    .hold-tight-img {
        aspect-ratio: 8 / 5;
    }

    .top-banner-sec {
        padding: 1rem 0 1rem;
    }

    /* service page */
    .services-card-wrapper {
        padding: 3rem 3rem 6rem;
    }

    .top-banner-content {
        height: 220px !important;
    }

    .top-banner-content h1 {
        font-size: 3.275rem;
    }
}

@media (max-width: 767px) {
    header .btn.btn-small {
        font-size: 14px;
        padding: 9px 14px;
    }

    .index-banner .banner-slide .banner-pera {
        max-width: 90%;
        letter-spacing: 0.5px;
        line-height: 1.8;
    }

    .home-about-img {
        aspect-ratio: 9/8;
    }

    .top-banner-sec {
        padding: 3rem 0 1rem;
    }

    .card-wrapper-icon {
        width: 18%;
    }

    .footer-logo-wrapper a {
        width: 30%;
    }

    .top-banner-content {
        height: 180px !important;
    }
}

@media (max-width: 680px) {
    .index-banner .btn.btn-extra-large {
        font-size: 16px;
        padding: 15px 21px;
    }

    .one-fourth-screen {
        margin-top: 0 !important;
    }

    .slider-navigation-style-06 {
        left: 5px;
    }
}

@media (max-width: 575px) {

    header .navbar-brand img {
        max-height: 45px !important;
    }

    .footer-logo-wrapper a img {
        max-width: 60%;
    }

    .index-banner h1 {
        font-size: 3.9rem;
    }

    .mission-sec .one-fourth-screen {
        height: 300px !important;
    }

    .mission-content p {
        font-size: 16px;
    }

    .footer-logo-wrapper a {
        width: 50%;
    }

    .services-box .services-box-icon {
        width: 20%;
    }

    .home-about-img {
        aspect-ratio: 9 / 6;
    }
}

@media (max-width: 480px) {
    header .btn.btn-small {
        font-size: 12px;
        padding: 9px 8px;
    }

    .top-banner-sec {
        padding: 0rem;
    }

    header .navbar-brand img {
        max-height: 36px !important;
    }

    .Bridging-1-img {
        aspect-ratio: 16 / 12;
    }

    .bridging-2-img {
        aspect-ratio: 16 / 12;
    }

    .committed-img {
        aspect-ratio: 16 / 12;
    }

    .strategical-img {
        aspect-ratio: 16 / 12;
    }

    .hold-tight-img {
        aspect-ratio: 16 / 12;
    }

    .overlap-sectionr {
        margin-top: -138.1px !important;
    }

    .top-banner-content {
        height: 250px !important;
    }

    .top-banner-content h1 {
        font-size: 3rem;
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    header .navbar [class*=col-] {
        padding: 0px 7px;
    }

    header .btn.btn-small {
        font-size: 12px;
        padding: 9px 12px;
    }

    .index-banner h1 {
        font-size: 3rem;
    }

    .index-banner .banner-slide .banner-pera {
        line-height: 1.5;
    }

    .home-about-img {
        aspect-ratio: 9 / 10;
    }

    .index-banner .btn.btn-extra-large {
        font-size: 14px;
        padding: 15px 13px;
    }

    .services-card-wrapper {
        padding-bottom: 5rem;
    }

    .personalize-img {
        aspect-ratio: 16 / 12;
    }

    .card-wrapper-icon {
        width: 25%;
    }
}



/* spinner  */

.loading-animation {
    width: 100%;
    bottom: 0;
    z-index: -1;
}

#loadingSpinner,
#spinner {
    display: none;
}

.spinner {
    border: 4px solid var(--primary);
    border-top: 4px solid var(--secondary);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 20px auto 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}