/**
* Template Name: eNno
* Updated: May 30 2023 with Bootstrap v5.3.0
* Template URL: https://bootstrapmade.com/enno-free-simple-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    background-color: #eff0ec;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ffde59;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #000000;
    line-height: 0;
}

.back-to-top:hover {
    background: #eacc54;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #eff0ec;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

#header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
}

#header .logo a {
    color: #000000;
}

#header .logo img {
    max-height: 40px;
}

@media (max-width: 991px) {
    #header {
        padding: 12px 0;
    }

    #header .logo {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #6a7489;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active:focus,
.navbar li:hover > a {
    color: #000000;
}

.navbar .active {
    padding: 10px 15px;
    margin: 10px;
    border-radius: 8px;
    line-height: 1;
    color: #000000;
    background: #ffde59;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #ffde59;
}

.navbar .getstarted,
.navbar .getstarted:focus {
    margin: 15px;
    padding: 10px 15px;
    border-radius: 8px;
    line-height: 1;
    color: #000000;
    background: #ffde59;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #ffde59;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
    background: #eacc54;
    border-color: #eacc54;
}

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #6a7489;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(73, 80, 94, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #6a7489;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #000000;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
    padding: 10px 15px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: right;
    padding: 30px 0;
    position: relative;
}

.section-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #888f70;
    position: relative;
    z-index: 2;
}

.section-title h2 {
    color: #212120;
    font-size: 30px;
    font-weight: 600;
}

.section-title span {
    color: #212120;
}

.section-title p {
    color: #212120;
    font-size: 22px;
    font-weight: 500;
    text-align: justify !important;
}

@media (max-width: 768px) {
    .section-title h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center !important;
    }
    .section-title h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        text-align: center !important;
    }

    .section-title p {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    padding: 60px 0;
}

#hero h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #888f70;
}

#hero .hero-logo {
    max-width: 40%;
}

#hero h2 {
    color: #212120;
    margin: 10px 0 30px 0;
    font-size: 20px;
    font-weight: 600;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 10px 30px;
    border-radius: 8px;
    transition: 0.5s;
    color: #000000;
    background: #ffde59;
}

#hero .btn-get-started:hover {
    background: #eacc54;
}

@media (max-width: 991px) {
    #hero {
        height: 100vh;
    }
    #hero .animated {
        animation: none;
    }
    #hero .hero-img {
        text-align: center;
    }
    #hero .hero-img img {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #hero {
        height: auto;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #hero .hero-img img {
        width: 70%;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services {
    padding: 60px 0;
}

.featured-services .icon-box {
    padding: 20px;
    background: #888f70;
    border-radius: 20px;
    border: 1px solid #f9f9fa;
    transition: 0.3s;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-services img {
    width: 75%;
}

@media (max-width: 768px) {
    .featured-services .icon-box {
        padding: 5px;
        border-radius: 15px;
        width: 50px;
        height: 50px;
    }
    .featured-services img {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #888f70;
}

.about .content h2 {
    color: #212120;
    margin: 10px 0 30px 0;
    font-size: 20px;
    font-weight: 600;
}

.about .content p:last-child {
    margin-bottom: 0;
}

.about .member {
    text-align: center;
    margin-bottom: 20px;
    background: #888f70;
    height: 175px;
}

.about .member img {
    width: 100%;
    object-fit: cover;
}

.about .subtitle-member {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 768px) {
    .about .content h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }
    .about .content h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        text-align: center;
    }
    .about .subtitle-member {
        font-size: 20px;
    }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts .counters span {
    font-size: 48px;
    display: block;
    color: #000000;
    font-weight: 700;
}

.counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #212120;
}

@media (max-width: 768px) {
    .counts .counters span {
        font-size: 38px;
        line-height: 36px;
    }
    .counts .counters p {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    background: #888f70;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #808477;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    padding: 20px 20px 60px 20px;
    background: #b2b8a6;
    position: relative;
    color: #000000;
    border-radius: 0 80px 80px 0;
    z-index: 1;
    height: 190px;
    width: 100%;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #888f70;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #888f70;
}

.custom-card-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
}

.custom-button {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    background: #51524e;
}

.custom-button:hover {
    color: #ffffff;
    background: #353533;
}

@media (max-width: 768px) {
    .custom-card-image {
        width: 100%;
        height: 150px;
        object-fit: cover;
        border-radius: 15px;
    }
    .card-title .text-center {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .member:hover {
    cursor: pointer;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 20px;
}

.team .member img {
    max-width: 100%;
    margin: 0 0 30px 0;
}

.team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 23px;
    color: #000000;
}

.team .member span {
    display: block;
    font-size: 15px;
}

.team .member .member-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 20px;
    z-index: 2;
    background: #888f70;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 10px 30px;
    border-radius: 8px;
    transition: 0.5s;
    color: #000000;
    background: #ffde59;
}

.team .btn-get-started:hover {
    background: #eacc54;
}

@media (max-width: 768px) {
    .team .member .member-img {
        width: 100px;
        height: 100px;
    }
    .team .member h4 {
        font-size: 20px;
    }
    .team .member span {
        display: block;
        font-size: 13px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background-color: #000000;
    color: #5f687b;
    font-size: 14px;
    position: relative;
}

#footer .footer-top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 60px 0;
}

#footer .footer-top h1 {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding-bottom: 0;
    margin-bottom: 30px;
}

#footer .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px 10px 30px;
    border-radius: 8px;
    transition: 0.5s;
    color: #000000;
    background: #ffde59;
}

#footer .btn-get-started:hover {
    background: #eacc54;
}

#footer .footer-top img {
    max-width: 40%;
}

#footer .footer-top .social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: flex;
    background: #888f70;
    color: #ffffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 20px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #5a5f47;
    text-decoration: none;
}

#footer .footer-bottom {
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .copyright {
    color: #ffffff;
}

@media (max-width: 768px) {
    #footer .footer-top h1 {
        font-size: 27px;
    }
    #footer .footer-top .social-links a {
        border-radius: 25px;
        width: 50px;
        height: 50px;
    }
    #footer .copyright {
        float: none;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    #footer .footer-top img {
        max-width: 70%;
    }
}

/*--------------------------------------------------------------
# Customization
--------------------------------------------------------------*/

.modal-content {
    opacity: 0.8;
    background: #ffde59;
}

/*--------------------------------------------------------------
# Custom Pagination
--------------------------------------------------------------*/
.custom-pagination {
    display: flex;
    justify-content: center;
}

.custom-pagination .pagination {
    margin: 0;
}

.custom-pagination .page-item {
    display: inline-block;
    margin-right: 5px;
}

.custom-pagination .page-item .page-link {
    padding: 5px 10px;
    border-radius: 5px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #888f70;
}

.custom-pagination .page-item .page-link:hover {
    background-color: #888f70;
    color: #fff;
    border-color: #888f70;
}

.custom-pagination .page-item.active .page-link {
    background-color: #888f70;
    color: #fff;
    border-color: #888f70;
}
