:root {
    --global-base-color: #F7941D;
    --global-secondary-color: #3C2800;
    --title-font-family: 'Bitter', serif;
    --text-font-family: 'Arvo', serif;
}


h1 {
    font-size: 100px;
}

h2 {
    font-size: 72px;
}

h3 {
    font-size: 50px
}

h4 {
    font-size: 32px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

ul {
    list-style: none;
}

img {
    object-fit: cover;
}

button,
a[type="button"] {
    padding-inline: 2rem;
    padding-block: 0.7rem;
    border: none;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.5s;
}

a {
    text-decoration: none;
}

.section {
    padding: 5em 1em 5em 1em;
}

.r-container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.bg-secondary-color {
    background-color: var(--global-secondary-color);
}

.bg-global-base-color {
    background-color: var(--global-base-color);
}

.base-color {
    color: var(--global-base-color);
}

.secondary-color {
    color: var(--global-secondary-color);
}

.text-gray {
    color: #666666;
}

.text-white-2 {
    color: #c6c6c6;
}

.text-white {
    color: white;
}

.text-title {
    font-family: var(--title-font-family);
}

.text-font {
    font-family: var(--text-font-family);
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-24 {
    font-size: 24px;
}

.f-36 {
    font-size: 36px;
}

.f-50 {
    font-size: 50px;
}

.social-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
}

.social-wrapper .social-item a {
    color: white;
    font-size: 20px;
}

.social-wrapper .social-item a:hover {
    color: var(--global-base-color);
}

.header-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.btn-secondary-color {
    background-color: var(--global-secondary-color);
    color: white;
}


.nav-btn .icons-close {
    display: block;
}

.nav-btn .icons-open {
    display: none;
}

.nav-btn.open .icons-close {
    display: none;
}

.nav-btn.open .icons-open {
    display: block;
}

.nav-item .nav-link.active {
    color: #000000 !important;
}

.nav-item .dropdown-item.active {
    color: var(--global-base-color) !important;
    background-color: transparent;
}

.image-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.divider-separator {
    width: 7%;
    border-top: solid 1px var(--global-base-color);
    display: flex;
}

.card {
    border: none;
    border-radius: 0;
    border-bottom: solid 2px var(--global-base-color);
}

.secondary-hover:hover {
    background-color: var(--global-secondary-color);
    color: white;
}

.base-hover:hover {
    background-color: var(--global-base-color) !important;
    color: white;
}

.white-hover:hover {
    background-color: white;
    color: black;
}

.img-border {
    border: solid 6px white;
}

.img-border-base {
    border: solid 3px var(--global-base-color);
}

.overlay-bg {
    background-color: rgba(102, 102, 102, 0.35);
}

.img-brightnes {
    filter: brightness(35%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}

.padding-2 {
    padding: 10em 1em 10em 1em;
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item::before {
    color: white !important;
    font-family: var(--title-font-family);
}

.img-box-shadow {
    box-shadow: -10px 10px 0px 0px var(--global-base-color);
}

.swiper-pagination-bullet {
    margin-inline: 0.4rem !important;
    width: 7px !important;
    height: 7px !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000000;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
    border: none !important;
}

.accordion-button {
    padding: 1.5rem !important;
    background-color: #f8f8f8;
    font-family: var(--text-font-family);
}

.accordion-button:not(.collapsed) {
    color: #232323;
    background-color: #f8f8f8;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-plus-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z"/></svg>');
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-dash-lg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z"/></svg>');
}

form .form-control:focus {
    box-shadow: none;
    border: solid 1px var(--global-base-color);
}

.ifr-gmap {
    height: 500px;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 26px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 14px;
    }

    .header-info {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 1rem;
    }

    .responsive-hide {
        display: none !important;
    }

    .padding-2 {
        padding: 5em 1em 5em 1em;
    }
}