/********** Template CSS **********/
:root {
    --primary: #af8c46;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.text-left {
    text-align: left;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/* stled divider  */
.styled-divider {
    width: 300px;
}

.gallery-section {
    text-align: center;
    /* background-image: -webkit-linear-gradient( 90deg, var(--light) 20%, var(--light) 0%, var(--dark) 0%, var(--dark) 0%); */
    background-image: linear-gradient( 0deg, var(--light) 60%, var(--light) 0%, var(--dark) 0%, var(--dark) 0%);
}

.clients-section {
    background-color: var(--dark);
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -3px;
}

.navbar .navbar-nav .nav-link {
    padding: 35px 15px;
    color: var(--light);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.fixed-top {
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--light)!important;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .img-fluid {
    height: 100dvh;
    width: 100%;
    object-fit: cover;
}

.header-carousel .owl-carousel-inner {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 90px;
    max-width: 40vw;
    z-index: 2;
}

.header-carousel .owl-carousel-inner h1 {
    font-size: 3rem;
}

.header-carousel .owl-nav {
    position: absolute;
    left: 45px;
    display: flex;
    width: 110px;
    bottom: 30px;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-nav .bi {
    color: var(--light);
}

.header-carousel .owl-carousel-item::before{
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.about-section .left-img {
    filter: brightness(0.9) grayscale(0);
    position: absolute;
    top: -20px;
    left: 0px;
    z-index: -1;
    pointer-events: none;
    width: 300px;
}

.about-section .right-img {
    filter: brightness(0.9) grayscale(0);
    position: absolute;
    bottom: -112px;
    right: 0px;
    pointer-events: none;
    width: 360px;
}

.about-section .align-self-end .img-fluid {
    height: 30vw;
    width: 100%;
    object-fit: cover;
}

.about-section .img-twice{
    justify-content: center;
}

.mainoffering{
    padding: 10px 24px;
}


/*** Product ***/

.product-item {
    transition: .5s;
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}


/*** Team ***/
.team-item .team-text {
    position: relative;
    height: 100px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--light);
    transition: .5s;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}

/* offerings  */
.service-section {
    overflow: hidden;
}
.service-section .left-img {
    filter: brightness(0.9) grayscale(0);
    position: absolute;
    top: 10%;
    left: 90%;
    z-index: -1;
    pointer-events: none;
    width: 340px;
}

.service-section .right-img {
    filter: brightness(0.9) grayscale(0);
    position: absolute;
    bottom: 0;
    left: -100%;
    pointer-events: none;
    width: 360px;
    z-index: -1;
}

.service-section .img-twice::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: -7%;
    left: 16%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
    opacity: 0.8;
}

.service-section .img-twice-second::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 15%;
    left: -14%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
    opacity: 0.8;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item img {
    width: 60px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** Footer ***/
.footer  {
    z-index: 1;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer .footer-brand img {
    filter: brightness(0) invert(1);
    width: 200px;
}


.footer h4 {
    font-weight: 400!important;
    font-size: 2rem;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .left-img {
    position: absolute;
    left: 0;
    bottom: -150px;
    opacity: 0.1;
}

.footer .right-img {
    position: absolute;
    right: 0;
    top: 180px;
    opacity: 0.1;
}

@media (max-width: 991px) {
    .footer .right-img {
        top: -40px;
    }
    .footer .left-img { 
        bottom: -70px;
        width: 100%;
    }
}

.logomain{
    width: 100px;
}

nav.bg-dark{
    background-color: #fff !important;
}

.bg-dark .navbar-nav a{
    color: #000 !important;
}

.bg-dark .text-light{
    color: #000 !important;
}

/* .owl-nav{
    display: none !important;
} */

.imageparent{
    height: 420px;
    padding: 11px 16px;
}

.imageparent img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.imageparent .img-border{
    object-fit: fill;
}

.img-border{
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: fill;
}


@media (max-width: 991px) {
    .header-carousel .owl-carousel-inner h1 {
        font-size: 2.5rem;
    }
    .header-carousel .owl-carousel-inner {
        max-width: 100vw;
        padding: 15px 15px 90px;
    }
    .header-carousel .owl-nav { 
        left: 30px;
    }
    .about-section .left-img {
        width: 190px;
    }
    .about-section .img-twice {
        display: none;
    }
    .about-section .align-self-end .img-fluid {
        height: 70vw;
    }
    .about-section .right-img {
        width: 270px;
    }
    .service-section .content {
        text-align: center;
    }
    .service-section .align-self-end {
        display: none;
    }
    .service-section .img-twice::before {
        top: auto;
        bottom: -15%;
        height: 100%;
    }
    .service-section .left-img {
        width: 230px;
        top: 30%;
    }
    .navbar-dark .navbar-toggler{
        border-radius: 0;
        background: var(--dark);
    }
    .logomain {
        width: 110px;
        margin: 0;
    }
}

.bgGold{
    background: #af8c46 !important;
    h5, span{
        color: #fff;
    }
}

.navbar{
    justify-content: space-between;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.gallery-section-page{
    background-image: none;
}

.call-link{
    color: #fff;
}

.call-link:hover{
    color: #fff;
}

.bg-dark{
    .call-link{
        color: #000;
    }
    
    .call-link:hover{
        color: #000;
    }
}

.logged-in .navbar{
    z-index: -1;
}


.login-page{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 700px;
}

.navbar{
    height: 80px;
}

.navbar .navbar-brand{
    margin-top: 60px;
}

@media (max-width: 1025px) {
    .navbar .navbar-brand{
        margin-top: 0px;
    }
    .navbar .navbar-brand img{
        width: 70px;
    }
    .navbar{
        align-items: flex-start;
        height: 65px;
        background: #fff;
    }
    .navbar .call-link{
        color: #000;
    }
}



.img-fit{
    height: 295px;
    width: 100%;
    object-fit: cover;
}

.testimonial-item{
    height: 225px;
}

.leftabout{
    padding: 9px 11px;
}

.rightabout{
    padding: 12px 24px;
}