
:root{
    --primary-text-color: #ab9574;
    --primary-bg-color: #181616
}

.header{
    width: 100%;
}

.header-row {
    grid-template-areas: "heading left-icon icons";
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
    margin: 0 2%;
    display: grid;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    left: 0;
    right: 0
}

.header-middle-left{
    background-color: #262222 !important;
}

.header-heading {
    display: flex;
    justify-content: start;
    margin: 0;
    font-size: 1.2rem;
    color: #868694;
}

.header-heading a{
    text-decoration: none;
    color: #fff;
}

.logo{
    width: 70px;
    height: auto;
}

.sub-heading{
    margin-top: 4px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
}


footer .login-link{
    display: block;
    color: #1a1d20;
    font-weight: 700;
    text-decoration: none;
}

.social-icon a{
    color: #1a1d20;
    font-size: 20px;
}


.btn-transprent, .btn-transprent:hover, .btn-transprent:focus{
    background: transparent;
    color: #f0f1f3;
    padding: 0;
    font-size: 18px;
    margin: 0 8px;
}

.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}




.btn.style-two {
    color: #fff;
    z-index: 5;
    font-weight: 600;
    padding: 17px 29px 16px 26px;
    border: none;
    overflow: hidden;
    transition: all ease 300ms;
    border-radius: 10px;
}

.btn.style-two:before, .btn.style-two:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all ease 300ms;
}

.btn.style-two span {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    color: #fff;
}

.btn.style-two span .icon-left {
    position: absolute;
    top: 6px !important;
    right: 0;
    transition: all 350ms linear;
}

.btn.style-two:hover:before {
    width: 46px;
    height: 100%;
    border-radius: 6px 0 0 6px;
}


.btn.style-two span {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    color: #fff !important;
}

.btn.style-two:before {
    background: #ab9574;
    z-index: -1;
}

.btn.style-two:after {
    background-color: #8d5f4a;
}
.btn.style-two:after {
    z-index: -2;
    opacity: 0;
}

.btn.style-two:before, .btn.style-two:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transition: all ease 300ms;
}

.btn.style-two span .icon-left {
    position: absolute;
    top: 6px !important;
    right: 0;
    transition: all 350ms linear;
}

.btn.style-two .icon-right {
    position: absolute;
    right: 58px;
    top: 22px;
    opacity: 0;
    transition: all 350ms linear;
}

.btn.style-two:hover {
    padding-left: 21px;
    padding-right: 34px;
}

.btn.style-two:hover:before {
    width: 46px;
    height: 100%;
    border-radius: 6px 0 0 6px;
}

.btn.style-two:hover .icon-right {
    right: 14px;
    opacity: 1;
}
.btn.style-two:hover span .icon-left {
    right: 0%;
    opacity: 0;
}

.btn.style-two:hover:after {
    opacity: 1;
}


.section-subtitle{
    color: #a7b1b7;
}

.bg-body-dark{
    background-color: var(--primary-bg-color);
    color: #fff;
}

.hero-h1{
    font-size: 42px;
    font-weight: 700;
    color: var(--primary-text-color) !important;
}

.slider-text{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-text-color) !important;
}

.py-section{
    padding: 60px 0;
}

.text-color-default{
    color: var(--primary-text-color) !important;
}

.banner-text{
    margin-top: 16px;
}

.theme-card{
    background-color:  #2E3438FF;
    padding: 24px;
}

.banner-text h2{
    font-size: 32px;
    font-weight: bold;
}

.banner-text p{
    font-size: 18px;
    color: #a7b1b7;
    font-weight: 500;
}

.banner-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: .75rem 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
    -webkit-appearance: none;
    white-space: nowrap;
    appearance: none;
    background-color: #AB9574FF;
    transition: all .3s linear;
    font-weight: 500;
    text-transform: capitalize;
}

.banner-btn:hover{
    background-color: #8d5f4a;
    color: #fff;
}

.grid-banner-wrapper {
    position: relative;
    background: #000;
    height: 100%;
    color: #fff;
}

.grid-banner-block-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.grid-banner-image{
    height: 100%;
}
.grid-banner-wrapper .grid-banner-block-image .grid-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-banner-wrapper.overlay .grid-banner-content {
    position: absolute;
    top: 10px;
    bottom: 10px;
    margin: auto;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0,.7);
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.heading{
    text-align: center;
    margin-bottom: 1.5rem;
}

.subheading {
    color: #AB9574FF;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.heading h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}


.product-card{
    position: relative;
        border: 2px solid #2a2a2a;
    border-radius: 15px;
    overflow: hidden;
    padding: 25px !important;
    letter-spacing: .5px;
}
.product-thumb-image {
    position: relative;
    background-color: #2a2a2a;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.product-info {
    padding: 30px 30px 10px 30px;
    text-align: center;
    border-radius: 0 0 5px 5px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 2;
}

.product-info h3 {
    font-size: 22px !important;
    line-height: 30px;
    padding: 0 0 10px 0 !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.btn-product {
    background-color: #aa9474;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    border-radius: 50px;

    padding: 10px 20px;
}

.btn-product:hover {
    background-color: #8d5f4a;
    border: 2px solid #8d5f4a;
    color: #fff;
}

.section-bg-wrapper{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    background-image: url('../../../assets/img/sliderbg-3.jpg');
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.section-bg-wrapper:before{
    background-image: linear-gradient(to right, rgba(1, 8, 31, 0.82), rgba(27, 58, 31, 0.56));
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.banner-section {
    position: relative;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    min-height: 400px;
}

.banner-section{
    color: #fff;
}

.banner-section .sub-title{
    color: var(--primary-text-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.banner-section h2{
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--primary-text-color);
}

.banner-section p{
    font-size: 18px;
    font-weight: 600;
}

.position-relative{
    position: relative;
}

.my-section{
    margin: 60px 0;
}

.icon-content {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
    justify-content:center;
    align-items: center;
    background-color: #41414d;
}

.reason h3{
    font-weight: 700;
    font-size: 28px;
    color: var(--primary-text-color);
}

.content-center{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-center .h2 {
    color: var(--primary-text-color);
    margin: 10px 0;
    font-weight: 700;
    font-size: 18px;
}

.text-heading{
    color: var(--primary-text-color);
    margin: 10px 0;
    font-weight: 700;
    font-size: 36px;
}

.content-center p{
    font-size: 18px;
    font-weight: 400;
    margin-right: 80px;
}

.text-highlite{
    color: #8d5f4a;
    display: block;
    margin: 1.5rem 0;
    font-size: 22px !important;
}

.testimonial{
    background-color: #262222;
}

.bg-sec{
    background-color: #262222;
}

.text-testimonial {
    color: #ab9574;
    margin: 0 0 10px;
}



/*------------------------------------------------------------------------------------------
#  Portfolio Slider
------------------------------------------------------------------------------------------*/

.portfolio .img-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-img {
    margin-top: 50px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio-text {
    text-align: center;
    margin: 50px 100px 10px;
    color: #847d68 ;
}

.text-sub-title{
    font-size: 24px;
}

.arrow-p{
    width: 60px;
    font-size: 2rem;
    color: #847d68 ;
}

.mb-section{
    margin-bottom: 60px;
}

.process-card{
    background-color: #262222;
    height: 100%;
}

.card-element-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}


.icon-card {
    margin: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #41414d;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 75px;
    height: 75px;
    font-size: 2rem;
}

.process-card h3{
    font-size: 18px;
     color: #fff;
}

.process-card p{
    color: #fff;
}

.about-section{
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.about-section .text-about{
    color: #ab9574;
    font-size: 20px;
    font-weight: 600;
}

.about-section h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-section p{
    font-size: 18px;
    font-weight: 400;
}

.card-dark{
    background-color: #262222;
}

.list-style .icon{
    font-size: 22px;
    margin-right: 10px;
    color: #f0f1f3;
}

.show-result{
    color: #cdd2d7;
    font-weight: 600;
}

.card-dark .form-select{
    background-color: #1d1e1f;
    border: 1px solid #1a1d20;
    color: #fff;
}

.heading-2{
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.text-highlited {
    color: #ab9574;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.heading-2 h2{
        color: #ffffff;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    text-transform: uppercase;
}

.heading-2:before {
    position: absolute;
    content: '';
    height: 120px;
    width: 60px;
    border-left: 20px solid;
    border-right: 20px solid;
    border-color: #212122;
    transform: skew(-10deg, -10deg) rotate(10deg);
    left: 50%;
    top: 0;
    margin-left: -30px;
    z-index: -1;
}

.export p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
    color: #939393;
}

.hilited-txt{
    color: #ab9574;
    margin-right: 3px;
}

.export p strong{
    color: #fff;
}



.feature-item-wrap .feature-item .feature-info {
    width: calc(100% - 110px);
    margin-left: auto;
}

.feature-item-wrap .feature-item .feature-info h3 {
    margin-bottom: 11px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-120 {
    padding-top: 120px;
}
.counter-card-wrap.style-two .counter-card {
    width: 25%;
}
.mb-30 {
    margin-bottom: 30px;
}

.counter-card-wrap.style-two .counter-card .counter-icon {
    width: 82px;
    height: 82px;
}

.counter-card-wrap.style-two .counter-card .counter-text {
    width: calc(100% - 100px);
    margin-left: auto;
}

.counter-card-wrap.style-two .counter-card .counter-text h4 {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 12px;
}

.contact-card-wrap.style-one {
    padding: 47px 0 22px;
}

.contact-card-wrap.style-one .contact-card {
    width: 33.33%;
    margin-bottom: 25px;
    position: relative;
}

.contact-card .contact-icon {
    width: 56px;
    height: 56px;
    margin-right: 20px;
}


.bg-chard {
    background-color: #FEC091;
}
.bg-mauve {
    background-color: #ECB2FF;
}
.bg-jordyBlue {
    background-color: #92BDF6;
}


.bg-berylGreen {
    background-color: #CBE2AE;
}



/* -------Gallery --------*/

.portfolio-nav ul {
    margin: 30px 0;
    text-align: center;
    list-style: none;
}

.portfolio-nav ul li.filter-menu {
    background: transparent;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 10px 22px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border: 1px dashed #BB9A65FF;
    color: #fff;
}


.portfolio-nav ul li:hover, .portfolio-nav ul li.active {
    color: #fff;
    background: #BB9A65FF;
}

.single-portfolio {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 5px;
    margin-right: 5px;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.portfolio-thumb img {
    width: 100%;
    height: auto;
}

.portfolio-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s;
}

.port-icon {
    background: #BB9A65FF none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 5px 0;
    transition: .5s;
    cursor: pointer;
}

.port-icon a {
    color: inherit;
}

.portfolio-content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    bottom: -100%;
    left: 0;
    opacity: 0;
    background: #BB9A65FF;
    margin: auto;
    padding: 22px 25px 30px;
    color: #fff;
}

.portfolio-content .text-h3 {
    margin: 8px 0 0px;
    font-size: 22px;
}

.portfolio-content p {
    color: #fff;
    line-height: 1.2;
    margin: 5px 0 0;
}

.single-portfolio:hover .portfolio-content {
    opacity: 1;
    bottom: 0;
}

.single-portfolio:hover .portfolio-icon {
    opacity: 1;
}



.contact-info-card {
    padding: 50px 15px 50px;
    height: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.contact-info-card .contact-icon {
    width: 120px;
    height: 120px;
    margin-bottom: 28px;
}

.contact-info-card h3 {
    margin-bottom: 17px;
}

.contact-info-card p {
    margin-bottom: 24px;
}

.btn.color-2nd {
    color: var(--whiteColor);
}

.btn.color-2nd:before {
    background: #0a53be !important;
}

.btn.color-2nd:after {
    background-color: #3db3d8 !important;
}

.form-floating .form-comment {
    height: 150px;
}

.card-dark-2{
    background-color: #2b3035;
}