/* ===================================
    Crafto - Web agency
====================================== */


/* font */

@import url(https://db.onlinewebfonts.com/c/0f7c3f2601bcee0f352ed983eb41da19?family=BancroftBold);
@import url(https://db.onlinewebfonts.com/c/5fbc824fc20dd8012386aae646012bf2?family=Glacial+Indifference);
@import url(https://db.onlinewebfonts.com/c/f7d34c9e4c3102c89048d775c27a78f3?family=The+Seasons+Bold);
@import url(https://db.onlinewebfonts.com/c/2b4340a805a511bfd4c664d141206d2d?family=Typo+Draft+Demo);
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
 :root {
    --base-color: #B87333;
    --medium-gray: #6F7071;
    --dark-gray: #052c26;
    --alt-font: "The Seasons Bold";
    --primary-font: "Josefin Sans", sans-serif;
}

body {
    font-size: 17px;
    line-height: 32px;
    font-family: "Josefin Sans", sans-serif !important;
    font-weight: 400;
}

.top-space-margin {
    margin-top: 120px;
}



/* header */

.navbar .navbar-nav .nav-link {
    font-weight: 500;
    font-size: 18px;
}


/* header .navbar-brand img {
    max-height: 120px;
} */

header .btn.btn-switch-text.btn-medium>span {
    padding: 11px 30px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    border-radius: 0;
}


/* btn  */

.btn.btn-base-color {
    color: var(--dark-gray);
}

.btn.btn-box-shadow.btn-base-color:hover,
.btn.btn-box-shadow.btn-base-color:active {
    color: var(--dark-gray);
}


/* letter spacing */

.bg-base-color-transparent {
    background-color: rgba(204, 255, 0, 0.9);
}

.mt-bb {
    margin-top: 6%;
}


/* banner title */

.banner-title {
    font-size: 650px;
    word-break: normal;
    letter-spacing: -40px;
}


/* letter spacing */

.ls-minus-20px {
    letter-spacing: -20px;
}

.ls-minus-13px {
    letter-spacing: -13px;
}

.mt-minus-12 {
    margin-top: -12%;
}


/* word break normal */

.word-break-normal {
    word-break: normal;
}


/* bg color */

.bg-sherpa-blue {
    background-color: #333436;
}


/* page title */

.page-title-extra-large h1 {
    font-size: 5rem;
    line-height: 5rem;
}


/* team style */

.team-style-05 img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.team-style-05:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.team-style-08 figure img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.team-style-08:hover figure img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.team-style-08 figure figcaption .social-icon a {
    background-color: var(--base-color);
}

.team-style-08 figure figcaption .social-icon a:hover {
    color: var(--dark-gray);
}


/* blog comment */

.blog-classic .card .blog-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.blog-comment li .btn-reply:hover {
    color: var(--text-dark-gray);
}


/* tag */

.tag-cloud a {
    background-color: var(--white);
}


/* portfolio-image */

.portfolio-simple .grid-item .portfolio-image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.portfolio-simple .portfolio-box:hover .portfolio-image img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}


/* popular post sidebar */

.popular-post-sidebar li figure {
    width: 190px;
    height: auto;
}

.popular-post-sidebar li .media-body {
    padding-left: 40px;
}


/* social icon style 06 */

.social-icon-style-06 li {
    position: relative;
}

.social-icon-style-06 li:before {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--medium-gray);
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    opacity: .5;
}

.social-icon-style-06 li:last-child:before {
    display: none;
}

.border-b {
    border-bottom: 2px solid #ffffff1f;
}

.w-78 {
    width: 78% !important;
}

.fs-35 {
    font-size: 35px !important;
}


/* footer */

footer .footer-logo img {
    max-height: 150px;
}

footer .nav-link {
    color: var(--dark-gray);
}

.footer-navbar li a:hover {
    color: var(--dark-gray);
}


/* media query responsive */

@media (min-width: 992px) {
    .navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
        padding: 15px 25px;
    }
}

@media (min-width: 768px) {
    /* heading tag */
    h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
    h2 {
        font-size: 3.75rem;
        line-height: 3.75rem;
    }
    h3 {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }
}

@media (max-width: 1399px) {
    .banner-title {
        font-size: 500px;
    }
    header .btn.btn-switch-text.btn-medium>span {
        padding: 11px 22px;
    }
}

@media (max-width: 1199px) {
    .banner-title {
        font-size: 380px;
        letter-spacing: -25px;
    }
    .ls-minus-20px {
        letter-spacing: -15px;
    }
    header .btn.btn-switch-text.btn-medium>span {
        padding: 6px 11px;
    }
    .navbar .navbar-nav .nav-link {
        padding: 10px 12px;
    }
    footer .nav-link {
        padding: 2px 8px;
    }
}

@media (max-width: 991px) {
    .banner-title {
        font-size: 270px;
        letter-spacing: -15px;
    }
    .ls-minus-20px {
        letter-spacing: -10px;
    }
    .top-space-margin {
        margin-top: 100px;
    }
    header .btn.btn-switch-text.btn-medium>span {
        padding: 9px 24px;
    }
    .bb {
        margin-top: 80px;
    }

    .slider-mt {
    margin-top: 100px;
}
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 200px;
        letter-spacing: -15px;
    }
    .process-step-style-10.hover-box:hover .hover-content {
        bottom: 0;
    }
    .ls-minus-20px {
        letter-spacing: -4px;
    }
    .ls-minus-13px {
        letter-spacing: -5px;
    }
}

@media (max-width: 575px) {
    .banner-title {
        font-size: 110px;
        letter-spacing: -3px;
    }
    .popular-post-sidebar li figure {
        width: 100%;
    }
    .popular-post-sidebar li .media-body {
        padding-left: 0;
        padding-top: 25px;
    }
}

.text-sliding-line {
    background-image: linear-gradient(135deg, transparent 45%, #fff 45%, #fff 55%, transparent 0);
}

.page-title-extra-small h1 {
    font-size: 5.375rem;
    line-height: 5.5rem;
}

.page-title-extra-small h2 {
    font-size: 13px;
    line-height: 26px;
}

.fs-325 {
    font-size: 20.313rem;
    line-height: 20.313rem;
}


/* line height */

.lh-160 {
    line-height: 10rem;
}

.lh-300 {
    line-height: 18.75rem;
}


/* top bottom left right */

.top-minus-250px {
    top: -250px;
}

.right-minus-250px {
    right: -250px;
}

.left-minus-230px {
    left: -230px;
}

@media (max-width: 1599px) {
    .fs-325 {
        font-size: 18.313rem;
        line-height: 18.313rem;
    }
}


/* media query responsive */

@media (max-width: 1499px) {
    .fs-325 {
        font-size: 16rem;
        line-height: 16rem;
    }
}

@media (max-width: 1399px) {
    .bottom-minus-130px {
        bottom: -70px;
    }
    .fs-325 {
        font-size: 15rem;
        line-height: 15rem;
    }
}

@media (max-width: 1199px) {
    .lg-lh-128 {
        line-height: 8rem;
    }
    .lg-bg-black {
        background-color: var(--bg-maire-yellow);
    }
    .fs-325 {
        font-size: 12rem;
        line-height: 12rem;
    }
}

@media (max-width: 991px) {
    .lh-300 {
        line-height: 15rem;
    }
    .fs-325 {
        font-size: 10rem;
        line-height: 10rem;
    }
    .navbar-full-screen-menu-inner {
        background-color: #333436 !important;
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .fs-325 {
        font-size: 9rem;
        line-height: 10.5rem;
    }
}

@media (max-width: 575px) {
    .xs-lh-112 {
        line-height: 7rem;
    }
    .fs-325 {
        font-size: 6rem;
        line-height: 8rem;
    }
}

.border-d {
    border: 2px double var(--base-color);
}

.bb {
    padding: 252px 0px 40px;
    margin-top: 70px;
}

.fs-90 {
    font-size: 90px !important;
}

.title-font {
    font-size: 8.8rem;
    line-height: 10rem;
}

.c-lh {
    line-height: 6.25rem;
}


/* MOBILE Screen */

@media (min-width:0px) and (max-width:475px) {
    .banner-font {
        font-size: 50px !important;
        line-height: normal;
    }
    .home-section {
        margin-top: 80px;
    }
    .xs-fs-30 {
        font-size: 30px !important;
    }
    /* .navbar-toggler:not(.collapsed) {
        display: none;
    } */
}


/* IPAD Screen */

@media (min-width:600px) and (max-width:991px) {}


/* 1024PX Screen */

@media (min-width:992px) and (max-width:1099px) {}


/* 1280PX Screen */

@media (min-width:1100px) and (max-width:1300px) {}


/* 1440PX Screen */

@media (min-width:1399px) and (max-width:1500px) {
    .title-font {
        font-size: 10rem;
        line-height: 11rem;
    }
}


/* 1600PX Screen */

@media (min-width:1500px) and (max-width:1670px) {
    .title-font {
        font-size: 11.1rem;
        line-height: 12rem;
    }
}


/* 1680PX Screen */

@media (min-width:1671px) and (max-width:1700px) {
    .title-font {
        font-size: 11.7rem;
        line-height: 12rem;
    }
    .mt-bb {
        margin-top: 15% !important;
    }
}


/* 1920PX Screen */

@media (min-width:1701px) and (max-width:2000px) {
    .title-font {
        font-size: 13rem;
        line-height: 14rem;
    }
    .ani-font {
        font-size: 70px !important;
    }
    .mt-bb {
        margin-top: 26% !important;
    }
}


/* 2k Screen  */

@media (min-width:2001px) and (max-width:3000px) {
    .title-font {
        font-size: 14rem;
        line-height: 14.7rem;
    }
    .c-lh {
        line-height: 8.25rem;
    }
    .page-bb {
        padding: 279px 0px !important;
    }
    .ani-font {
        font-size: 100px !important;
    }
    .title-pro {
        font-size: 50px;
    }
    .list-style-01 li {
        margin-bottom: 30px !important;
    }
    .list-style-01 .pb-10px {
        padding-bottom: 30px !important;
    }
    p {
        margin-bottom: 25px;
        color: #373737;
        font-size: 32px;
        line-height: 49px;
    }
    .mission-font {
        font-size: 50px !important;
        margin-bottom: 35px !important;
    }
    .fs-15 {
        font-size: 25px !important;
    }
    .text-call {
        font-size: 100px;
        line-height: 111px;
    }
    .title-f {
        font-size: 50px !important;
        line-height: normal;
    }
    .banner-font {
        font-size: 200px !important;
    }
    .list-s {
        font-size: 30px !important;
    }
    .team .tab-style-04 .nav-tabs .nav-item .nav-link {
        font-size: 50px;
    }
    .tab-style-04 .nav-tabs .nav-item .nav-link .tab-border {
        height: 4px;
        margin-top: 10px;
    }
    .fs-xxl-20 {
        font-size: 20px !important;
    }
    .navbar .navbar-nav .submenu-content {
        width: 32%;
        border-top: 4px solid #b87333 !important;
        right: 5%;
    }
    .mt-bb {
        margin-top: 18% !important;
    }
}

.title-f {
    font-size: 20px;
}

.mission-font {
    font-size: 18px;
}

.banner-font {
    font-size: 100px;
    line-height: normal;
}

.ani-font {
    font-size: 60px;
    opacity: 0.5;
}

.ani-font:hover {
    color: var(--base-color) !important;
    opacity: 1;
}

.project-name {
    position: absolute;
    bottom: 0px;
    margin-left: 29px;
}

.project-name h3 {
    font-size: 35px;
}


/* 4k Screen  */

@media (min-width:3001px) and (max-width:6000px) {
    .title-font {
        font-size: 53.75rem;
        line-height: 47.75rem;
    }
}


/* 8k Screen */

@media (min-width:6001px) and (max-width:8000px) {
    .title-font {
        font-size: 100.75rem;
        line-height: 98.75rem;
    }
}

.p-5c {
    padding: 30px;
}

.fade-title {
    position: absolute;
    font-size: 150px;
    margin: 40px 0px;
    color: #d897332e;
    right: 0;
}

.fade-title-left {
    position: absolute;
    font-size: 150px;
    margin: 40px 0px;
    color: #d897332e;
    left: 0;
    z-index: -1;
}

.page-bb {
    padding: 119px 0px;
}

.footer-text {
    font-size: 90px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 30px;
}

.mouse {
    width: 26px;
    height: 40px;
    border-radius: 15px;
    border: 2px solid #000;
    position: relative;
    overflow: hidden;
    /* margin-top: 40px; */
}

.mouse .roll {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    border-radius: 4px;
    background: #000;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    z-index: 2;
}

.mouse .rollshadow {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    background: #aaa;
    border-radius: 4px;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation-delay: 0s;
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    z-index: 1;
}

@-webkit-keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

@keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

.portfolio-box:hover .project-name h3 {
    display: none;
}

.fade-title {
    position: absolute;
    font-size: 80px;
    margin: 40px 0px;
    color: #d897332e;
    right: 0;
}

.fade-title-left {
    position: absolute;
    font-size: 80px;
    margin: 40px 0px;
    color: #d897332e;
    left: 0;
}

.icon-o {
    position: absolute;
    bottom: 15px;
    right: 15px;
    opacity: 0.5;
}

.contact-form-style-01 {
    max-width: 750px;
    margin: 0 auto;
}

.clients-btn {
    display: flex;
    justify-content: center;
}