/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap');
/* variable */
:root {
    --base-color: #4F2D7F;
    --dark-gray: #262b35;
    --medium-gray: #868d98;
    --primary-font: 'Be Vietnam', sans-serif;
    --alt-font: 'Be Vietnam', sans-serif;
    --white: #ffffff;
}

/* reset */
body {
    font-size: 17px;
    line-height: 32px;
    color: black;
    font-family: var(--primary-font);
}

.bg-white {
    background: white;
}

.container-fluid {
    background: white;
}


/* header */
header .navbar-brand img {
    max-height: 26px;
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    color: #4f2d7f;
    font-size: 17px;
}

.people-number {
    font-weight: 600;
    color: #4f2d7f;
}

.team-style-05 {
    padding-bottom: 15px;
}

.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-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: #f2f0ee;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #4f2d7f;
}

.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;
}

/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}

.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
}

/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214, .8);
}

/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}

/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px
}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}

/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}

/* separator line */
.separator-line-9px {
    height: 9px;
}

/* tag */
.tag-cloud a {
    padding-top: 5px;
    padding-bottom: 9px;
}

/* blog comment */
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}

/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}

.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}

/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}

.right-minus-45px {
    right: -45px;
}

/* footer */
footer .footer-logo img {
    max-height: 26px;
}

footer ul li {
    margin-bottom: 0;
}

.footer-dark a:hover {
    color: var(--white);
}

.footer-violet {
    background-color: var(--base-color);
}

footer ul li a {
    color: white;
}

/* model popup */
.mfp-bg {
    background: #000000;
    opacity: 0.7;
}

.client-box {
    background-color: #ffffff;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(154, 160, 185, 0.05), 0 3px 6px rgba(166, 173, 201, 0.2);
    box-shadow: 0 1px 3px rgba(154, 160, 185, 0.05), 0 3px 6px rgba(166, 173, 201, 0.2);
}

.col-item {
    max-width: 200px !important;
    height: auto;
}

.client-position {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-auto-rows: 240px;
    grid-gap: 32px;
    padding-top: 32px;
}

/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }

    .sticky-wrap.shadow-in {
        left: 35px;
    }
}

@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}

@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }

    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background: var(--dark-gray);
    }

    .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;
    }
}

@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }

    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

.map {
    height: 550px;
}

@media (max-width: 991px) {
    .map {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .map {
        height: 420px;
    }
}

.extra {
    grid-template-columns: 1fr 1fr;
    display: grid;
    justify-items: center;
}

@media (max-width: 991px) {
    .extra {
        grid-template-columns: 1fr;
    }
}

.extra-item {
    padding: 120px;
}

@media (max-width: 991px) {
    .extra-item {
        padding: 60px;
    }
}

.subpage-heading {
    width: 100%;
    background-size: 600px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-image: url(../images/header.png);
}

h1 {
    color: #4F2D7F;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    height: -webkit-fill-available;
    max-height: 100vh;
    overflow-x: auto;
    overflow-y: hidden;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    border: 0;
    background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: var(--solitude-blue);
    width: 100%;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: var(--solitude-blue);
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }

