:root {
    --main-red: #771708;
    --lighter-red: #9F2F1E;
    --button-red: var(--primary-color);
    --text-color: #531106;
    --header-color: #1F0400;

    --section-bg: #EFEFEF;
    --beige-bg: #F8EEE1;

    --font-family: "Raleway", sans-serif;
    --alt-family: "Lato", sans-serif;
}

/*------------------------------------*/

.pageWrap {
    background-color: #fff;
    padding: 0;
    display: block;
    float: left;
    width: 100%;
}

::selection {
    background: var(--button-red);
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: var(--button-red);
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: var(--button-red);
    color: #fff;
    text-shadow: none
}

/* ::-webkit-scrollbar {
    width: 13px;
    background-color: var(--beige-bg);
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 10px;
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(.44,var(--button-red)),color-stop(.72,var(--button-red)),color-stop(.86,var(--button-red)))
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.15);
    background-color: var(--beige-bg);
    border-radius: 10px
} */

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


html {
    scroll-behavior: smooth;
    margin-top: 0 !important;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

html,
body {
    overflow-x: hidden;
}

body,
html {
    height: 100%;
}

html {
    height: auto;
}

body {
    font-size: 16px;
    font-family: var(--font-family);
    color: var(--text-color);
    background-color: var(--section-bg);
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
}

a {
    text-decoration: none !important;
    font-family: var(--font-family);
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

input,
select,
textarea,
select {
    border: none;
    width: 100%;
    border-radius: 15px;
    height: auto;
    background-color: #f8f8f8;
    padding: 0 40px;
    padding: 12px !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
    color: var(--header-color);
    font-family: var(--font-family);
    letter-spacing: 0.5px;
}

h1 {
    color: #FFFFFF;
    text-shadow: 0px 4px 8px #1F040080;
    opacity: 1;
    font-weight: bold;
    font-size: 68px;
    line-height: 80px;
    font-family: var(--alt-family);
}

h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
}

h3 {
    color: var(--lighter-red);
    opacity: 1;
    font-size: 48px;
    line-height: 24px;
    font-weight: 900;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

dl,
ol,
ul,
li {
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.5px;
}

ul {
    margin-left: 0;
    padding-left: 20px;
}

li {
    margin-top: 20px;
    font-weight: 600;
    /* color: #531106; */
}

li::marker {
    color: var(--button-red);
}

p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

/*------------------------------------*\
   Header
\*------------------------------------*/
.custom-header {
    background-color: #f8f9fa;
    /* Light gray background, adjust to your branding */
    padding: 10px 0;
    /* Vertical padding */
}

.header-logo {
    width: 248px;
}

.btn-danger {
    background-color: #C1272D;
    /* Adjust the color to match the buttons in your design */
    border-color: #C1272D;
    /* Same as background for a uniform look */
}

/* Making the header sticky */
.sticky-top {
    position: -webkit-sticky;
    /* Safari */
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background: #F8EEE1 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 32px 32px;
    opacity: 1;
    height: 112px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 48px #1F04000F;
}

.col-md-4.text-right.btn-righthead {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .btn {
        margin-bottom: 5px;
        /* Space between buttons on smaller screens */
    }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.divider-curve {
    height: 103px;
    background: var(--footer-bg-color) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 48px #1F04001F;
    border-radius: 32px 32px 0px 0px;
    opacity: 1;
}

.custom-footer {
    background-color: var(--footer-bg-color);
    /* Adjust the color to match your brand */
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.custom-footer img {
    max-width: 100%;
    height: auto;
}

.custom-footer .social-icons a {
    font-size: 1.2em;
    /* Adjust size as necessary */
}

.custom-footer .btn-primary {
    background-color: #007BFF;
    /* Bootstrap primary blue, adjust as needed */
    border: none;
}

.map-placeholder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.custom-footer p {
    font-size: 0.9em;
    text-align: right;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 24px;
}

.filterWhite.custom-footer p {
    color: white;
}


.footer-img {
    width: fit-content;
    object-fit: contain;
    object-position: left;
}

.filterWhite .footer-img {
    filter: brightness(0) invert(1);
}

.secondItem.logoInners {
    margin-left: 40px;
}

.logoBelow.d-flex.align-items-center {
    padding-top: 48px;
    padding-bottom: 48px;
}

ul.btnItems {
    list-style: none;
    display: grid;
    grid-template-columns: 24px 24px 1fr;
    grid-column-gap: 44px;
    width: 100%;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

ul.btnItems li a {
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 15px;
}

ul.btnItems li.newis a {
    padding: 18px 32px;
    border-radius: 50px;
    font-size: 16px;
    white-space: nowrap;
}

ul.btnItems li:not(.newis) a {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: flex;
    align-items: center;
}

/*------------------------------------*\
    MAIN CONTENT
\*------------------------------------*/

.sbr-header.tobarCommunites {
    /* margin-top: -100px; */
    border-radius: 0px 0px 32px 32px;
    height: 700px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}

.communiesl .sbr-header.tobarCommunites h1 {
    text-align: center;
}

.page-wrapper.communites .menu-btn .bar-1 {
    position: absolute;
    width: 28px;
    height: 2px;
    top: 0;
    background: #025274;
}

.page-wrapper.communites .menu-btn {
    position: absolute;
    width: 28px;
    height: 12px;
}

.page-wrapper.communites .menu-btn-wrap {
    display: inline-block;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 99;
    cursor: pointer;
    width: 28px;
    height: 12px;
    display: none;
    margin: 44px 30px;
}

.page-wrapper.communites svg {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.page-wrapper.communites .menu-btn .bar-2 {
    position: absolute;
    width: 28px;
    height: 2px;
    bottom: 0;
    background: #025274;
}

.sbr-header.tobarCommunites .mask {
    background: none;
}

@media (min-width: 768px) {
    .sbr-header.tobarCommunites .mask {
        padding: 120px 0;
        padding-top: 220px;
    }
}

.section-block {
    padding-top: 5rem;
    padding-bottom: 0;
}

.row.align-items-top.cenii {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 48px #1F04000F;
    border-radius: 32px;
    padding: 66px 84px 66px 0;
    opacity: 1;
}

.col-lg-3.imageleftsise {
    padding: 0;
}

.row.align-items-top.imagesections {
    margin-bottom: -200px;
}

.imagesections img {
    border-radius: 16px;
}

.col-lg-4.imageRight {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.col-lg-3.imageleftsise.have_logo_far_left img {
    height: 125%;
    width: 125%;
    object-fit: cover;
    margin-top: -10%;
}

.col-lg-3.imageleftsise img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-top: 0;
    margin-left: 20px;
}

.page-wrapper.communites .content-inner {
    padding-top: 5px;
}

/*----  COUNTDOWN  -----------------------------*/

.countdownItems {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    padding-top: 20px;
}

.countdownItems .count-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center;
}

.countdownItems h4.count-title {
    padding-top: 16px;
    font-weight: 900;
}

/*----  SLIDER  -----------------------------*/

.main-slider {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.swiper-slide {
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
    opacity: 0.5;
    pointer-events: none;
    padding-right: 0;
    padding-left: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    /* left: 10px; */
    /* right: auto; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 48px;
    width: 48px;
    font-size: 24px;
}

.swiper-btn-items {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: fit-content;
    overflow: visible;
    height: 48px;
    margin-bottom: 20px;
}

.contentinner li {
    list-style: disc;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-btn-items path {
    fill: var(--primary-color);
}

.swiper-btn-items>div {
    padding: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 20px;
}

.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-next {
    opacity: 1;
    pointer-events: visible;
}

.swiper-wrapper p {
    color: #1F0400;
    opacity: 1;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 24px 10px;
    font-family: var(--font-family);
}

.swiper-slide img {
    height: 308px;
    border-radius: 16px;
}

.lightbox-open .page-wrapper.communites {
    filter: blur(15px);
}

.lightbox-open {
    overflow: hidden;
}

/* .lightbox {
    top: 50% !important;
    transform: translateY(-50%);
} */

.lightboxOverlay {
    opacity: .4;
    background: #fff;
}

.lb-outerContainer {
    background: transparent;
}

.lightbox .lb-image {
    border-radius: 32px;
    object-fit: cover;
    border: none;
}

.lb-data .lb-caption {
    color: #1F0400;
    opacity: 1;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 5px;
    font-family: var(--font-family);
}

.lb-data .lb-details {
    padding: 24px 10px;
    padding-top: 5px;
}

h3.count-number {
    font-family: var(--alt-family);
}

.menu-btn-wrap {
    display: none;
}

header.custom-header.sticky-top {
    transition: 0.2s ease-in-out;
}

.arrowDown {
    height: 72px;
    width: 72px;
    padding: 18px 24px;
    background: var(--unnamed-color-efefef) 0% 0% no-repeat padding-box;
    border: 2px solid var(--unnamed-color-ffffff);
    background: #EFEFEF 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    margin-top: -36px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    z-index: 99;
}

.arrowDown svg {
    fill: var(--button-red);
    transition: 0.2s ease-in-out;
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.arrowDown:hover a {
    transform: translateY(3px);
}

.communiesl .section-block {
    padding-bottom: 0;
    padding-top: 3rem;
}

/*------------------------------------*\
   POPUP
\*------------------------------------*/
.radioForms .gfield_radio {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.radioForms .gfield_radio .gchoice {
    display: grid;
    grid-template-columns: auto 1fr;
    flex-direction: column;
    justify-items: start;
    align-items: center;
    justify-content: start;
    column-gap: 5px;
}

.formItem-inner {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    /* max-width: 80%; */
}

.formItem-inner .gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: middle;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}

.formItem-inner .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 36px;
}

.formItem-inner .gform_button {
    color: rgba(191, 72, 54, 1.00);
    background: rgba(191, 72, 54, 0.1);
}


.formItem-inner .gform_button:hover {
    color: #fff;
    background: rgba(191, 72, 54, 1);
}

ul.btnItems li {
    margin-top: 0;
}

.custom-footer img {
    object-fit: contain;
}

/*------------------------------------*\
   FORM
\*------------------------------------*/
.page-wrapper.communites .content-inner form {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 48px #1F04000F;
    border-radius: 32px;
    padding: 42px;
    opacity: 1;
}

.page-wrapper.communites .content-inner form input#gform_submit_button_1 {
    background-color: var(--primary-color);
    color: #ffffff !important;
    padding: 18px 32px;
    border-radius: 50px;
    font-size: 16px;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: var(--font-family);
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
}

/*------------------------------------*\
   RESPONSIVE
\*------------------------------------*/
@media (min-width: 992px) {
    .col-lg-9.content-inner {
        padding-left: 50px;
        padding-right: 50px;
    }

    .slidersection>.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1280px) {
    .swiper-slide img {
        width: 100%;
        height: 408px;
        max-width: none;
        border-radius: 32px;
        object-fit: cover;
        overflow: hidden;
    }
}

@media (min-width: 1501px) {
    .slidersection>.container-fluid {
        padding-left: 17%;
        padding-right: 0;
    }
}

.swiper-slide>a {
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .slidersection>.container-fluid {
        padding-left: 7%;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .swiper-slide.swiper-slide-next {
        opacity: 0.5;
        pointer-events: none;
    }

    .page-wrapper.communites .menu-btn-wrap {
        display: inline-block;
    }

    /* .col-md-4.text-right.btn-righthead .social-icons {
        opacity: 0;
        visibility: hidden;
        margin-top: -100%;
        transition: margin-top 0.3s ease-in-out, opacity 0.3s ease-in-out 0.3s, visibility 0s linear 0.3s;
    } */
    .header-logo {
        width: fit-content !important;
        max-height: 50px !important;
        object-fit: contain;
    }

    .menu-btn-wrap {
        display: inline-block;
    }

    header.custom-header .row.align-items-center {
        display: grid;
        grid-template-columns: auto 1fr;
    }

    .col-md-8.logoitem {
        width: 100px;
        padding-right: 0;
    }

    ul.btnItems {
        list-style: none;
        display: grid;
        grid-template-columns: auto auto 1fr;
        grid-column-gap: 5px;
    }

    .col-md-4.text-right.btn-righthead .social-icons.show-mobile {
        opacity: 1;
        visibility: visible;
        margin-top: 0;
    }

    .custom-footer .social-icons {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    header.custom-header.sticky-top.menu-show {
        height: 165px;
    }

    ul.btnItems li.newis a {
        padding: 12px;
        border-radius: 50px;
        font-size: 13px;
        white-space: nowrap;
    }

    .countdownItems {
        grid-template-columns: 1fr 1fr;
        display: grid;
        padding-top: 20px;
        grid-row-gap: 40px;
    }

    .slidersection>.container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .swiper-slide img {
        object-fit: cover;
    }

    .countdownItems {
        grid-template-columns: 1fr;
        display: grid;
        padding-top: 20px;
        grid-row-gap: 40px;
    }

    footer.custom-footer.text-white .col-md-6 {
        height: 300px;
    }

    .row.align-items-top.imagesections img {
        margin-bottom: 20px;
    }

    .logoBelow.d-flex.align-items-center {
        padding-top: 50px;
        padding-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .col-lg-3.imageleftsise img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        margin-top: 0;
        max-width: 200px;
    }

    .row.align-items-top.cenii {
        padding: 20px;
        padding-left: 0;
    }

    .row.align-items-top.cenii .col-lg-9.content-inner {
        padding-left: 20px;
    }

    .sbr-header.tobarCommunites {
        height: 500px;
    }
}

@media (max-width: 600px) {
    .slidersection .container {
        padding-right: 30px;
    }

    .sbr-header .mask {
        padding-top: 100px;
    }

    h1 {
        font-size: 38px;
        line-height: 40px;
    }
}


/* @media (min-width: 992px) {
    .left-column {
        max-width: 45%;
    }
}

video {
    max-width: none;
    object-fit: fill;
    object-fit: cover;
    object-position: bottom center;
}

.left-column {
    max-width: 45%;
}
.left-column {
    background: #fff;
    padding: 20px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    /* border: 1px solid #915d29; */
/*
    border-radius: 8px;
    box-shadow: 0 0 12px #05050526 !important;
}

.right-column {
    border-radius: 0 0 0 88px;
    height: 100%;
    position: relative;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    width: 75%;
} */