/* ===================================
    Bison - Design Studio
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/* variable */
:root {
    --base-color: #db6e2e;
    --bis-dark-orange: #a94925;
    --bis-dark-brown: #1B130D;
    --bis-light-brown: #886a53;
    --bis-kahki: #f0f0e1;
    --bis-dark-kahki: #e8e8da;
    --bis-wood: #c2b89b;
    --bis-light-blue: #cfeef9;
    --bis-very-light-blue: #e5f5fb;
    --bis-blue: #84d4ef;
    --bis-dark-blue: #21363f;
    --bis-dark-blue-alt: #577e8f;
    --medium-gray:#787875;
    --white: #d8d8d4;
    --concrete-gray:#d8d8d4;
    --bg-maire-yellow:#131312;
    --light-medium-gray:#cdcdc7;
    --dark-gray:#2d2d2d;
    --zeus-grey:#333331;
    --white:#ffffff;
    --brand-gradient:linear-gradient(120deg, #ED155A 0%, #D96627 70%);
    --alt-font: 'Bebas Neue', cursive;
    --primary-font: 'Inter', sans-serif;

}
body {
    font-size: 17px;
    line-height: 30px;
}
.container-fluid {
    max-width: 1750px;
}
.main-content {
    background-color: #C1B89C !important;
}

/* down scroll */
.down-section { position: absolute; width: 100%; bottom:50px; left: 0; right: 0; }

.animation-rotation {
  -webkit-animation: rotation 12s infinite linear !;
}

/* custom cursor */
@media (hover: hover) and (pointer: fine) {
    .custom-cursor .circle-cursor-outer {
        border: 1px solid transparent;
    }
    .custom-cursor .circle-cursor-inner {
        width: 20px;
        height: 20px;
        left: -5px;
        top: -5px;
        background: var(--dark-gray);
    }
    .custom-cursor .circle-cursor-inner.cursor-link-hover {
        width: 30px;
        height: 30px;
        background: var(--white);
        opacity: 0.5 !important;
    }
}
/* heading tag */
h1 {
    font-size: 5rem;
    line-height: 4.5rem;
}
h3 {
    font-size: 3.125rem;
    line-height: 2.8rem;
}
.fs-325 {
    font-size: 20.313rem;
    line-height: 20.313rem;
}
/* page title */
.page-title-large h1 {
    font-size: 5.625rem;
    line-height: 4.375rem;
}
/* header */
header .container-fluid {
    padding: 0;
}
.navbar .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 15px;
    padding: 10px 24px;
}
header .navbar-brand {
    padding: 38px 0;
}
header .navbar-brand img {
    max-height:60px;
}
.navbar-nav .nav-item.active > .nav-link {
    border-bottom: 4px solid #db6e2e !important;
    color: #a94925 !important; 
    opacity: 1 !important;
}
.navbar-nav .nav-item > .nav-link {
    border-bottom: 4px solid rgba(219, 110, 46, 0) !important;
  
}


/* line height */
.lh-160 {
    line-height: 10rem;
}
.lh-300 {
    line-height: 18.75rem;
}
.lh-0px {
  line-height: 0px;
}
/* top bottom left right */
.top-minus-250px {
    top: -250px;
}
.right-minus-250px {
    right: -200px;
}
.left-minus-230px {
    left: -230px;
}
.right-minus-200px {
    right: -200px !important;
}

.no-word-wrap {
  text-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}

.word-break-keep-all {
  word-break: keep-all !important;
}
/* bg color */

.bg-bis-dark-orange {
    background-color: var(--bis-dark-orange);
}
.bg-bis-dark-brown {
    background-color: var(--bis-dark-brown);
}
.bg-bis-kahki {
    background-color: var(--bis-kahki);
}
.bg-bis-dark-kahki {
    background-color: var(--bis-dark-kahki);
}
.bg-bis-wood {
    background-color: var(--bis-wood);
}
.bg-bis-light-blue {
    background-color: var(--bis-light-blue);
}
.bg-bis-very-light-blue {
    background-color: var(--bis-very-light-blue);
}
.bg-bis-blue {
    background-color: var(--bis-blue);
}
.bg-bis-dark-blue {
    background-color: var(--bis-dark-blue);
}
.bg-bis-dark-blue-alt {
    background-color: var(--bis-dark-blue-alt);
}
.bg-maire-yellow {
    background-color: var(--bg-maire-yellow);
}
.bg-brand-gradient {
  background: linear-gradient(120deg, #ED155A 0%, #D96627 70%);
}
.bg-bis-orange-transparent {
  background-color: rgba(217, 102, 39, 0.849) !important;
}

.bg-bis-light-blue-transparent {
  background-color: rgba(132, 212, 239, 0.75) !important;
}

.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #292927), to(transparent));
    background: linear-gradient(to top, #292927 7%, transparent 100%);
}
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
}
.bg-transparent-light {
  background-color: rgba(185, 185, 185, 0.8);
}
.bg-bis-white-transparent-medium {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.bg-position-center-center {
  background-position: center center 0px !important;
  transform: translate(-50%, -50%);
    left: 50%;
    top: 40%;
}
.bg-gradient-dark-transparent {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, #e9884f), to(transparent));
  background: linear-gradient(to top, #e9884f 3%, transparent 100%);
}

.bg-bis-glass-effect {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 1) !important;
}

.top-200px {
    top: 200px;
}
.btn-brand-gradient {
  background: linear-gradient(120deg, #ED155A 0%, #D96627 70%);
  background-size: 200% auto;
  color: var(--white);
}


header.sticky.sticky-active [data-header-hover=light] {
  background-color: rgba(255, 255, 255, 0.7); !important;
}

/* border color */
.border-color-zeus-grey {
    border-color: var(--zeus-grey) !important;
}
/* text color */
.text-concrete-gray {
    color: var(--concrete-gray);
}
.text-white, .btn-link.text-white, a.text-white-hover:hover {
    color: var(--white) !important;
}
.text-bis-dark-orange {
    color: var(--bis-dark-orange);
}
.text-bis-dark-brown {
    color: var(--bis-dark-brown);
}
.text-bis-dark-kahki {
    color: var(--bis-dark-kahki);
}
.text-bis-kahki {
    color: var(--bis-kahki);
}
.text-bis-wood {
    color: var(--bis-wood);
}
.text-bis-light-blue {
    color: var(--bis-light-blue);
}
.text-bis-blue {
    color: var(--bis-blue);
}
.text-bis-dark-blue {
    color: var(--bis-dark-blue);
}
.process-step-style-11:hover .process-step-icon-wrap {
  background-color: var(--bis-dark-blue);
}

/* word break normal */
.word-break-normal {
    word-break: normal;
}
/* btn */
.btn {
    font-family: var(--primary-font) !important;
    letter-spacing: 0;
}
.btn.btn-dark-gray {
    background-color: var(--bis-dark-blue);
    border-color: var(--bis-dark-blue) !important;
    color: var(--white);
}
.btn.btn-dark-gray:hover {
    background-color: var(--bis-dark-blue) !important;
    border-color: var(--bis-dark-blue) !important;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 15px;
    padding: 18px 36px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 14px;
    padding: 14px 28px;
}
.btn.btn-base-color {
    color: var(--bis-dark-blue) !important;
}
.btn.btn-box-shadow.btn-base-color:hover {
    color: var(--bis-dark-blue) !important;
}
.btn.btn-link {
    padding: 0;
}
.btn.btn-dark-gray, .btn.btn-box-shadow.btn-dark-gray:hover {
    color: #d8d8d4;
}
.threeD-letter-menu {
    min-height: inherit;
}
/* hover box */
.hover-box.dark-hover:hover i {
    color: var(--base-color) !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.downer-man {
    position: relative;
    width: 100%;
    bottom: 250px;
    left: 0;
    right: 0;
}

.h-1000px {
  height:1000px !important;
}

/* bg sliding line */
.bg-sliding-line {
    background-image: linear-gradient(-45deg, transparent 45%, #c2b89b 45%, #c2b89b 55%, transparent 0);
    background-size: 5px 5px;
}
.bg-sliding-line-home {
    background-image: linear-gradient(-45deg, transparent 45%, #c2b89b 45%, #c2b89b 55%, transparent 0);
    background-size: 5px 5px;
}
.text-sliding-line {
    background-image: linear-gradient(-45deg, transparent 45%, #c2b89b 45%, #c2b89b 55%, transparent 0);
}
.sliding-text-kahki {
    background-color: var(--bis-kahki) !important;
}
.sliding-text-dark-kahki {
    background-color: var(--bis-dark-kahki) !important;
}
/* team style 08 */
.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);
}
/* team style 04 */
.tab-style-04 .nav-tabs .nav-item .nav-link {
    color: var(--dark-gray);
}
/* Counter style 04 */
.counter-style-04 .vertical-counter-number ul {
    line-height: 1;
}
/* footer */
footer {
    padding-top: 110px;
    padding-bottom: 90px;
}
footer a {
    color: var(--bis-light-blue);
}
footer a:hover {
    color: var(--bis-dark-blue-alt);
}
footer .footer-logo img {
    max-height: 56px;
}
footer .list-style-05 li:before {
    background-color:var(--dark-gray);
}
footer .list-style-05 li:hover {
    margin-left: 0;
}
footer .list-style-05 li:before {
    margin: 0 20px;
}
footer ul li {
    margin-bottom: 7px;
    -webkit-transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
    transition: all 300ms cubic-bezier(0.37, 0.8, 0.63, 1);
}
footer ul li:last-child{
    margin-bottom: 0;
}
footer ul li a:hover {
    padding-left: 10px;
}
/* List style 06 */
.list-style-06 {
  padding: 0;
  margin: 0;
}
.list-style-06 li {
  margin: 0;
  display: inline-block;
}
.list-style-06 li:before {
  content: "|";
  color: var(--very-light-gray-gray);
  display: inline-block;
  margin: 0 15px;
  vertical-align: middle;
  position: relative;
}
.list-style-06 li:first-child:before {
  display: none;
}
.list-style-06 li:nth-child(2):before {
  content: "" !important;
}

.big-ass-text {
  font-size: 1em;
  container-name: bat-container;
}

/* Pricing table style 07 */
.pricing-table-style-07 .nav-tabs {
  padding: 0;
}
.pricing-table-style-07 .nav-tabs .nav-item {
  width: 100%;
  padding: 0 15px;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link {
  border: 0;
  color: var(--bis-dark-blue);
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon {
  border-color: rgba(23, 23, 23, 0.2) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link .icon i {
  opacity: 0;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link .text-dark-gray {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover, .pricing-table-style-07 .nav-tabs .nav-item .nav-link.active {
  box-shadow: none;
  background-color: var(--base-color);
  color: var(--white) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .text-dark-gray, .pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .text-dark-gray {
  color: var(--white) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .icon i, .pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon i {
  opacity: 1;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link:hover .offer, .pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .icon {
  border-color: rgb(255, 255, 255) !important;
}
.pricing-table-style-07 .nav-tabs .nav-item .nav-link.active .offer {
  background-color: var(--dark-gray);
  border-color: var(--dark-gray) !important;
}


@container bat-container (min-width: 100%) {
  .big-ass-text {
    font-size: 300em;
  }
}


@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 {
      font-size: 7.125rem;
      line-height: 7.125rem;
    }
    .lg-bg-black {
        background-color: var(--brand-gradient) !important;
    }
    .fs-325 {
        font-size: 12rem;
        line-height: 12rem;
    }
    h1 .fs-130 {
      font-size: 110px
    }
}
@media (max-width: 991px) {
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav > .nav-item {
        border-bottom: 0;
        text-align: center;

    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 32px;
        line-height: 32px;
        font-weight: 700;
    }


    .main-content {
        z-index: inherit;
    }
    .lh-300 {
        line-height: 15rem;
    }
    footer {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .fs-325 {
        font-size: 10rem;
        line-height: 10rem;
    }
}

media (max-width: 991px) {
    .navbar.bg-transparent, .navbar-modern-inner.bg-transparent, .navbar-full-screen-menu-inner.bg-transparent {
    }
}


@media (max-width: 767px) {
    .sm-border-start {
        border-left: 1px solid !important;
    }
    .btn.btn-switch-text.btn-large > span {
        padding: 18px 30px;
    }
    .lg-bg-black {
        background-color: rgba(255, 255, 255, 0) !important;
    }
    footer ul li {
        margin-bottom: 6px;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    footer .footer-logo img {
        width: auto;
    }
    .fs-325 {
        font-size: 9rem;
        line-height: 10.5rem;
    }
}
@media (max-width: 575px) {
    .xs-lh-112 {
        line-height: 7rem;
    }
    .fs-325 {
        font-size: 18rem;
        line-height: 8rem;
        
    }
    .fs-32 {
      font-size: 2rem;
      line-height: 2.4rem;
    } 
    .lg-bg-black {
        background-color: rgba(255, 255, 255, 0) !important;
    }
    /* Pricing table style 01 */
    .pricing-table-style-01.popular-item {
      margin-top: 20px !important;
    }
}
