@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap';
@import 'https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap';
:root {
    --base-color: #9a6a1b;
	--secondary-color: #012a26;
    --medium-gray: #727272;
    --dark-gray: #2d2c2b;
    --nero-gray: #1e1d1d;
    --light-red: #c8b2ab;
    --alt-font: 'Space Grotesk', sans-serif;
    --primary-font: 'Inter', sans-serif
}

@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: .5 !important
    }
}

body {
    font-size: 16px;
    line-height: 29px
}

header .container-fluid {
    padding-left: 65px;
    padding-right: 65px
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 19px
}

header .navbar-brand {
    padding: 5px 0
}

header .navbar-brand img {
    max-height: 46px;
margin:14px 0px;
}

header .header-button .btn {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0
}

header .header-button .btn.btn-switch-text>span {
    padding: 10px 24px
}

.newsletter-style-02 input {
    padding-right: 50px !important
}

.banner-slider .swiper-slide .position-absolute {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 1.5s;
    opacity: 0
}

.banner-slider .swiper-slide.swiper-slide-active .position-absolute {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.fs-34 {
    font-size: 2.125rem;
    line-height: 2.2rem
}

.bg-nero-gray {
    background-color: var(--nero-gray)
}

.bg-sliding-line {
    background-image: linear-gradient(135deg, var(--secondary-color) 45%, var(--secondary-color) 45%, var(--secondary-color) 55%, var(--secondary-color) 0);
    background-size: 5px 5px
}

.bg-sliding-line-dark-gray {
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px
}

.bg-base-color-transparent {
    background-color: rgba(239, 211, 203, .6)
}

.border-color-light-red {
    border-color: var(--light-red) !important
}

.border-color-transparent-dark-very-light {
    border-color: rgba(35, 35, 35, .15) !important
}

.highlight-separator[data-shadow-animation] span {
    height: 100px;
    z-index: -1
}

.highlight-separator[data-shadow-animation] span img {
    height: 70px;
    width: auto
}

.highlight-separator-small .highlight-separator[data-shadow-animation] span {
    height: 45px;
    bottom: -10px
}

.highlight-separator-small .highlight-separator[data-shadow-animation] span img {
    height: 45px;
    width: 100%
}

.btn.btn-hover-animation-switch {
    text-transform: none;
    font-family: var(--primary-font)
}

.blog-only-text .card-body:after {
    display: none
}

.mb-minus-50px {
    margin-bottom: -50px
}

.right-minus-40 {
    right: -40%
}

.page-title-extra-large h1 {
    font-size: 4.8rem;
    line-height: 4.8rem
}

.extra-very-small-screen {
    height: 180px !important
}

.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-08.skrollable {
    transition: none !important
}

footer .footer-logo img {
    max-height: 155px
}

.newsletter-style-02 .btn {
    padding: 10px 15px 9px
}

footer a:hover,
.footer-navbar li a:hover {
    color: var(--base-color)
}

@media(max-width:1600px) {
    .fs-140 {
        font-size: 8.125rem
    }
}

@media(max-width:1199px) {
    .fs-140 {
        font-size: 6.875rem
    }
    .lh-95 {
        line-height: 4.75rem
    }
}

@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;
        padding: 0
    }
    [data-mobile-nav-style=full-screen-menu] .navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link {
        font-size: 23px;
        line-height:23px
    }
    header .navbar-brand {
        padding: 0px 0
    }
	.h-slider{
	
	height:100%!important
}
}
@media ( min-width:1000px){
.h-slider{
	
	height:590px !important
}
}
@media (min-width: 1399px){
.h-slider{
	
	height:616px !important
}
}
@media(max-width:767px) {
    .fs-140 {
        font-size: 5rem
    }
    .lh-95 {
        line-height: 3.75rem
    }
	
}

.p-slider{
	
	    padding: 30px 30px 30px 50px!important;
}
.h-service{
	height:286px;
	object-fit:cover;
}
.bg-blur{
	

        -webkit-backdrop-filter: saturate(180%) blur(20px);
        backdrop-filter: saturate(180%) blur(10px);
        background-color: rgb(22 21 21 / 28%) !important;
        -webkit-box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%);
        box-shadow: 0 4px 6px 0 rgb(12 0 46 / 8%);
}
.border-light1{
	border-right: var(--bs-border-width) var(--bs-border-style) #dee2e612 !important;
}
.text-outline-color-base {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--base-color);
}
.h-why{
	
	    height: 144px;
    object-fit: cover;
}
.h-single{
	
	    width: 100%;
    height: 300px;
    object-fit: cover;

}