/* ===================================
    Crafto - Interactive portfolio
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* variable */
:root {     
    --base-color:#935b2b; /* Adapt Automotive */
    --dark-gray:#0c0c0b;
    --medium-gray:#6f7071;
    --medium-slate-blue: #21211e;
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Inter', sans-serif;
} 
/* header */
header .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}
header .navbar-brand {
    padding: 38px 0;
}
header .navbar-brand img {
    max-height: 63px; /*changed from 23px*/
}
.header-push-button .push-button {
    height: 8px;
}
.header-push-button .push-button span:first-child {
    width: 15px;
    margin-right: 0;
}
.show-menu .header-push-button .push-button span:nth-child(1) {
    width: 15px;
    top: 0;
}
.show-menu .header-push-button .push-button span:nth-child(2) {
    top: 6px;
    -webkit-transform: rotate(0deg); 
    transform: rotate(0deg);
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 70px;
    line-height: 50px;
}
.hamburger-menu-simple .menu-item-list .nav-link:hover {
    padding-left: 10px;
    color: var(--base-color);
    opacity: 1;
}

/* Keep white button text readable while turning white links/icons to brand color on hover. */
.hamburger-menu-simple a.text-white-hover:hover,
.hamburger-menu-simple .menu-text a:hover,
.sticky-wrap-right a.text-white:hover,
.header-push-button .push-button:hover .push-button-text {
    color: var(--base-color) !important;
}

.hamburger-menu-simple .elements-social ul li a:hover i {
    color: var(--base-color) !important;
}

.mobile-menu-actions {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.mobile-menu-actions ul {
    gap: 10px;
}

.mobile-menu-actions ul li {
    margin: 0;
}

.mobile-menu-actions ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 20px;
}

.mobile-menu-contact {
    display: inline-block;
    letter-spacing: 1px;
}

.header-push-button .push-button:hover span {
    background-color: var(--base-color);
}
/* sticky image */
.stickyImageContainer {
    height: 100vh;
    background-color: var(--black) !important;
}
.stickyImageContainer .bg-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s ease-in-out;
    background-size: cover;
    background-position: center;
}
.stickyImageContainer.scrolling .bg-overlay {
    transform: scale(0.75);    
}
.stickyImageContainer .slide {
    justify-content: center;
}
/* magic view cursor */
.magic-view-cursor #ball-cursor {
    background-color: rgba(255,255,255,.2);
    width: 150px;
    height: 150px;
    pointer-events: none;
}

.magic-cursor-wrapper {
    transition: opacity 0.2s ease-in-out;
}
.magic-view-cursor #ball-cursor:before {
    content: " SCROLL \A or \A DRAG ";
    font-family: var(--primary-font) !important;
    line-height: 20px;
    white-space: pre-line;
    /* text-transform: uppercase; */
    font-size: 14px;
    font-weight: 500;
}
/* portfolio filter */
.portfolio-filter li:hover a, .portfolio-filter li:focus a, .portfolio-filter li.active a {
    color: var(--white);
}
/* font size */
.fs-230 {
    font-size: 14.375rem;
    line-height:12rem ;
}
/* footer */
.home-page-footer {
    position: fixed;
    bottom: 0;
    padding:55px 40px;
    width: 100%;
}
/* page title */
.page-title-extra-large h1 {
    font-size:8.5rem;
    line-height:8.5rem;
}
/* bg color */
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #0c0c0b), to(transparent));
    background: linear-gradient(to top, #0c0c0b 7%, transparent 100%);
}
.bg-maire-yellow {
    background-color: #181817;
} 
.bg-bistre-brown {
    background-color: #3a2d1f;
}
.bg-nero-grey {
    background-color: #1f1f1f;
}
.hover-box.dark-hover:hover .text-light-opacity {
    opacity: 0.5;
}
/* button hover */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    border-color: var(--base-color) !important;
    color: var(--base-color) !important;
    background-color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: var(--base-color);
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: var(--base-color);
    --bs-btn-focus-border-color: var(--base-color);
}
/* slide button sizing */
#stickyImgContainer .slide-meta .btn {
    font-size: 18px !important;
    padding: 9px 16px !important;
    font-weight: 600;
}

/* conversion services card grid */
.services-grid > .col {
    display: flex;
    margin-bottom: 0 !important;
}

.services-grid .feature-box {
    width: 100%;
    min-height: 400px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.services-grid .feature-box-content {
    margin-top: auto;
}

/* our conversions */
.conversions-filter {
    gap: 14px 22px;
}

.conversions-filter li {
    margin: 0 !important;
}

.conversion-tile-box .portfolio-image img {
    min-height: 520px;
    object-fit: cover;
}

.conversion-tile-box .portfolio-hover .category {
    margin-top: 6px;
}
/* footer */
.footer-dark {
    color: var(--medium-gray);  
}
.footer-dark p, .footer-dark a {
    color: var(--medium-gray);
}
footer .footer-logo img {
    max-height: 35px;
}
@media (max-width: 991px) {
    .fs-230 {
        font-size: 13.375rem;
        line-height:11rem ;
    }
    .page-title-extra-large h1 {
        font-size: 7.5rem;
        line-height: 7.5rem;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 50px;
        line-height: 40px;
    }
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }
    header .hamburger-push-button .push-button-text {
        color: var(--white)!important;
    }

    .services-grid .feature-box {
        min-height: 360px;
    }

    .conversion-tile-box .portfolio-image img {
        min-height: 460px;
    }
}
@media (max-width: 767px) {
    .magic-view-cursor #ball-cursor {
        display: none !important;
    }

    .page-title-extra-large h1 {
        font-size: 6.2rem;
        line-height: 6.2rem;
    }

    .conversion-services-intro .extra-very-small-screen {
        height: auto !important;
        min-height: 250px;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 46px;
        line-height: 38px;
    }

    .services-grid .feature-box {
        min-height: auto;
    }

    .conversion-tile-box .portfolio-image img {
        min-height: 400px;
    }
}
@media (max-width: 575px) {
    .fs-230 {
        font-size: 6.2rem;
        line-height:5.5rem ;
    }
    #stickyImgContainer .slides {
        padding: 0 4.5vw;
    }
    /* footer */
    .home-page-footer {
        padding: 35px 15px;
    } 
}
