/*
Theme Name: NABU
Theme URI: https://example.com/nabu
Author: Your Name
Author URI: https://example.com
Description: A custom theme for the NABU project.
Version: 1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nabu
*/

/* Custom Logo styles for Bootstrap Navbar */
.custom-logo-link {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.custom-logo {
    height: 50px;
    /* Adjust to fit your navbar height */
    width: auto;
}

/* Offset for fixed navbar */
body {
    /* padding-top: 56px; */
    font-family: "Encode Sans", sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.navbar {
    font-size: small;
}

/* Navbar background transition on scroll */
.navbar.fixed-top {
    /* background-color: transparent; */
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 1.2s ease-in-out;
}

.navbar.fixed-top.scrolled {
    /* Use a semi-transparent dark background for a modern look */
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.navbar-nav {
    /* color: black; */
    align-items: center;
}

.menu-item {
    width: 130px;
    display: flex;
    justify-content: center;
}

.menu-item a,
.visit-button a {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    color: white;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/* --- Animated Navbar Toggler Icon --- */

/* Set up the container for the lines */
.navbar-toggler {
    position: relative;
    width: 30px;
    height: 20px;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

/* Create the hamburger lines using the icon and its pseudo-elements */
.custom-toggler-icon,
.custom-toggler-icon::before,
.custom-toggler-icon::after {
    display: block;
    /* Ensure it's a block element for positioning */
    background-color: rgba(255, 255, 255, 1);
    /* White for dark navbar */
    position: absolute;
    height: 2px !important;
    width: 100%;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border-radius: 2px;
    left: 0;
}

.custom-toggler-icon::before,
.custom-toggler-icon::after {
    content: '';
}

.custom-toggler-icon {
    top: 9px;
}

.custom-toggler-icon::before {
    top: -8px;
}

.custom-toggler-icon::after {
    top: 8px;
}

/* Animate to "X" when the toggler has the .is-active class */
.navbar-toggler.is-active .custom-toggler-icon {
    background-color: transparent;
    /* Hide the middle line */
}

.navbar-toggler.is-active .custom-toggler-icon::before {
    transform: translateY(8px) rotate(45deg);
}

.navbar-toggler.is-active .custom-toggler-icon::after {
    transform: translateY(-8px) rotate(-45deg);
}

.full-screen {
    min-height: 100vh;
}

.front-page #content.container,
.home #content.container,
.page-template #content.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important;
}

.has-overlay {
    position: relative;
}

.has-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.has-overlay>.container {
    position: relative;
    z-index: 2;
}

.first-section {
    color: white;
    background-size: cover;
    background-position: center center;
    background-color: #343a40;
    padding-top: 68px;
}

.first-section h4 {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 2rem;
    max-width: 550px;
}

.first-section h5 {
    font-weight: 200;
}

#arrow {
    /* bottom: 5vh; */
    margin-top: 20px;
    width: 10vh;
    height: 10vh;
    max-width: 20px;
    max-height: 30px;
    background-image: url(../nabu/assets/img/arroww.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

section#offer,
section#contact {
    scroll-margin-top: 68px !important;
}

.second-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.second-section p {
    max-width: 600px;
    margin-top: 40px;
    font-weight: 200;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

.second-section img {
    max-width: 250px;
    height: auto;
}

.button-style {
    color: black;
    text-transform: uppercase;
    font-size: 0.8rem;
    white-space: nowrap;
}

.button-arrow {
    /* transform: rotate(-90deg); */
    scale: 0.8;
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 1px;
}

.second-section a {
    margin-top: 25px;
}

.third-section {
    color: white;
}

.third-section .button-style {
    color: white;
}

/* .carousel-indicators {
    z-index: 2;
} */

.carousel-control-prev,
.carousel-control-next {
    z-index: 2;
}

.carousel-item {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.carousel-inner .carousel-item:first-child {
    background-image: url(../nabu/assets/img/NABU-06.png);
}

.carousel-item-image {
    padding: 20px;
}

.office-image {
    /* width: auto; */
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
    scale: 0.5;
    opacity: 0;
}

.office-image.animated {
    scale: 1;
    opacity: 1;
}

.section-title {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 3.2rem;
    margin-bottom: 20px;
    max-width: 700px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-self: center;
    justify-self: center;
    text-align: center;
    justify-content: center;
}

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

.fourth-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.fourth-icon-container {
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    padding: 0 15px;
}

.fourth-title {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-align: left;
    margin: 0 3px;
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 1.5rem;
}

.fourth-icon {
    width: 200px;
    max-width: 90%;
}

.fourth-section .button-style {
    margin-top: 15px;
}

.fifth-section {
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-color: #343a40;
}

.fifth-section .button-style {
    color: white;
}

.sixth-section {
    color: white;
    background-color: #262626;
    padding: 60px 0;
}

.sixth-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    max-width: 400px;
}

.stars {
    padding: 0px;
    width: 100%;
    max-width: 150px;
}

.opinion {
    font-size: 0.8rem;
    font-weight: 200;
    width: 100%;
    max-width: 200px;
}

.sign {
    font-size: 0.8rem
}

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

.seventh-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.seventh-section .section-title:nth-child(2) {
    font-size: 7vw;
    margin-bottom: 40px;
}

.eigth-section {
    padding: 100px 0;
}

.eigth-section .col {
    max-width: 800px;
}

.description-title {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-style: italic;
}

.description {
    text-align: justify;
    font-weight: 200;
}

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

.sixth-section-statue {
    padding-top: 120px;
}

.member-section {
    color: white;
    background-size: cover;
    background-position: center center;
    background-color: #343a40;
}

.member-section h4 {
    font-family: "Source Serif 4", serif;
    font-weight: 400;
    font-size: 3rem;
    max-width: 550px;
    text-transform: uppercase;
}

.member-section h5 {
    font-weight: 100;
}

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

.offer-icon {
    width: 80%;
    max-width: 300px;
    height: auto;
    margin-bottom: 40px;
}

.offer-title {
    font-family: "Source Serif 4", serif;
    font-weight: 500;
    font-size: 3.5rem;
    text-align: center;
    text-transform: uppercase;
}

.offer-description {
    margin: 30px 0px;
    font-weight: 200;
    text-align: justify;
}

.offer-button-style {
    color: black;
    text-transform: uppercase;
    font-size: 0.8rem;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 200;
    align-self: center;
}

.offer-section:nth-child(2n + 1),
.offer-section:nth-child(2n + 1) .offer-button-style {
    background-color: #262626;
    color: white;
}

.contact-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact-logo {
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
}

.contact-block {
    margin-bottom: 40px;
}

.contact-title {
    font-size: 1.3rem;
    font-weight: 300;
}

.contact-text {
    font-weight: 200;
    font-size: 1rem;
    color: black;
}

.contact-map {
    color: black;
    font-size: 0.9rem;
    font-weight: 200;
}

.contact-title-question {
    font-size: 1.6rem;
    font-weight: 300;
}

.footer-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-button {
    color: black;
    margin: 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 300;
    width: 200px;
    text-align: center;
}

@media (min-width: 576px) {
    .seventh-section .section-title:nth-child(2) {
        font-size: 2.5rem;
    }
}

@media (min-width: 768px) {
    .fourth-section .section-title {
        font-size: 3.2rem;
    }

    .fourth-section .button-style {
        margin-top: 20px;
    }

    .sixth-section .section-title {
        font-size: 3.2rem;
    }

    .sixth-section .sixth-opinion-container:nth-child(3) {
        border-left: white 1px solid;
        border-right: white 1px solid;
    }

    .seventh-section .section-title,
    .seventh-section .section-title:nth-child(2) {
        font-size: 3.2rem;
    }

    .contact-col {
        align-items: flex-start;
        text-align: left;
    }

    .footer-col {
        flex-direction: row;
        justify-content: center;
    }

    .footer-button:nth-child(2) {
        border-left: black 1px solid;
        border-right: black 1px solid;
    }
}

@media (min-width: 992px) {
    .offer-icon {
        margin-bottom: 0;
    }

    .offer-title {
        font-size: 5rem;
        text-align: left;
    }

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

    .offer-button-style {
        align-self: flex-start;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1400px) {}