/********** Template CSS **********/
:root {
    --primary: #000000;
    --secondary: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    --secondary-down: linear-gradient(to bottom, #BF953F, #FCF6BA, #AA771C);
    --secondary1: linear-gradient(to right, #BF953F, #FCF6BA, #B38728);
    --secondary2: #42a11c;
    --light: #F6F4F9;
    --dark: #04000B;
    --price: #d30303;
}

.bold{
    font-weight: 700
}
.background-white{
    background-color: var(--light);
}
.text-red{
    color:var(--price);
}

.color-black{
    color: var(--primary);
}
/*** 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;
}

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

.centered-recaptcha {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 400 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


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

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.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;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 12px;
    margin-left: 12px;
    padding: 35px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}
.navbar-client .navbar-nav .nav-link {
    color: var(--primary) !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    /* color: var(--secondary2) !important; */
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary2) !important;
}

.navbar-light .navbar-brand h1 {
    /* color: var(--secondary2); */
}

.navbar-light .navbar-brand img {
    max-height: 90px;
    transition: .5s;
}
.sticky-top.navbar-light .navbar-brand img {
    max-height: 70px;
}
@media (max-width: 991.98px) {
.sticky-top.navbar-light .navbar-brand img {
    max-height: 50px;
}
}

.navbar-light .btn {
    color: var(--dark);
    background: var(--secondary1);
}

.sticky-top.navbar-light .btn {
    color: var(--dark);
    background: var(--secondary1);
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--dark);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #BF953F;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        /* color: var(--secondary2) !important; */
    }

    .navbar {
        background: var(--primary);
    }

    .navbar-client {
        background: var(--light)!important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
        background: var(--primary);
    }
    
    .sticky-top.navbar-light {
        position: fixed;
    }

    /* .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--secondary2);
    } */
    .navbar-client {
        background: var(--light)!important;
    }
    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

}


/*** Hero Header ***/

.space{
    margin-bottom: 1rem;
    padding: 2.6rem 0; 
}
@media (max-width: 991.98px) {
    .space {
        margin-bottom: 0px;
        padding: 0px;
    }
}
.shadow-black {
    box-shadow: -7px -6px 9px 0px !important;
}

.li-checkmark{
    list-style-type: none;
    padding: 0;
}
    
.li-checkmark li {
    position: relative;
    padding-left: 20px; /* Adjust the spacing between the icon and text as needed */
}
.hero-header {
    /* margin-bottom: 0rem; */
    padding: 8rem 0rem 1rem 0rem;
    /* background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png),
        url(../img/bg-bottom.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center,
        center bottom;
    background-repeat: no-repeat; */
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 2rem 0 4rem 0;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: var(--light);
}


/*** Feature ***/
.feature-item {
    transition: .5s;
}

.feature-item:hover {
    margin-top: -15px;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    /* margin: 0rem 0; */
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}

.border-gradient {
    border: 20px solid;
    border-image-slice: 1;
    border-width: 10px;
  }

/*** Service ***/
.service-item {
    position: relative;
    padding: 45px 30px;
    background: var(--primary);
    overflow: hidden;
    transition: .5s;
    color: #FFFFFF;
    border-image-source: linear-gradient(135deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    border-style: solid;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-size: contain;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: transparent;
    background: linear-gradient(45deg, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
    background-size: contain;
}

.service-item h3,
.service-item p {
    transition: .5s;
}

/* .service-item:hover p {
    color: #c52222;
} */

.service-item:hover h6 {
    color: #FBA504;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--secondary);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    /* margin: 6rem 0; */
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}

#sign {
    position: fixed;
    top: 60px;
    display: none; /* Initially hide the navbar */
}

#hide-sign {
    display: block;
    /* Add other styles as needed */
}
@media only screen and (max-width: 760px) {
    #sign {
        position: fixed;
        top: 0px;
        width: 100%;
        background-color: var(--dark);
        /* color: white; */
        padding: 5px;
        transition: bottom 0.3s; /* Add a smooth transition effect */
        display: none; /* Initially hide the navbar */
        z-index: 999;
    }

    #hide-sign {
        display: none;
    }
}

/* Add some space above the fixed navbar */
.content {
    margin-bottom: 60px;
    padding: 20px;
}

/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0px 30px 30px 30px;
    margin-top: 50px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

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

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

/*** Modules ***/
.module-carousel .module-item {
    padding: 0 30px 30px 30px;
    margin-top: 50px;
}

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

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

.module-carousel .owl-nav .owl-prev:hover,
.module-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.owl-prev,
.owl-next {
  position: absolute;
  top: -45px;
  transform: translateY(45px);
}
.owl-prev{
    transform: translateX(-75%);
}
.owl-next{
    transform: translateX(75%);
}
/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Footer ***/
.footer {
    padding-top: 5rem;
    background: var(--primary);
        /* url(../img/bg-top.png),
        url(../img/map.png); */
    background-position:
        center top,
        center center;
    background-repeat: no-repeat;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--light); */
    border: 2px solid rgba(256, 256, 256, .4);
    border-radius: 40px;
    transition: .3s;
}

.footer p,a {
    color: var(--primary);
}

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

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

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

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary2);
}

.center-vertical {
    display: flex;
    align-items: center;
    height: auto;
    flex-direction: column;
}

