:root {
    --primary-color: #232323;
    --primary-color-rgb: 35, 35, 35;
    --grey-color: #f5f5f5;
}
html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: var(--body-color);
    background-color: #ffffff;
    line-height: 1.8;
}
img {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: var(--theme-color);
    word-break: break-word;
    transition: all 0.6s ease-in-out;
}
a:hover {
    color: var(--body-color);
    transition: all 0.6s ease-in-out;
}
:focus {
    box-shadow: none !important;
}
:focus-visible {
    outline: none !important;
}
.btn {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: var(--link-color) !important;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    border-radius: 4px;
    padding: 0.5rem 1.5rem;
    text-transform: capitalize;
    opacity: 0.9;
}
.btn-sm {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
}
.btn-outline-primary {
    background-color: transparent !important;
    border-color: var(--theme-color) !important;
    color: var(--theme-color) !important;
}
.btn-outline-white {
    background-color: transparent !important;
    border-color: #ffffff !important;
}
.btn-outline-secondary {
    background-color: transparent;
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.btn:hover, .btn:active {
    opacity: 1;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: var(--theme-color) !important;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel:hover {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-cancel {
    background-color: var(--body-color) !important;
    border-color: var(--body-color) !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(245, 92, 71, 0.3) !important;
}
.swal2-title {
    color: var(--body-color) !important;
}

.text--primary {
    color: var(--body-color);
}
.text--secondary {
    color: var(--theme-color);
}
.bg--primary {
    background-color: var(--body-color);
}
.bg--secondary {
    background-color: var(--theme-color);
    color: var(--link-color);
}
.bg--grey {
    background-color: var(--grey-color);
}

h1, h2, h3, h4, h5 {
    font-weight: 700;
    line-height: 1.4;
}
h1, .h1 {
    font-size: 2.875rem; /* 46px */
}
h2, .h2 {
    font-size: 2.375rem; /* 38px */
}
h3, .h3 {
    font-size: 2rem; /* 32px */
}
h4, .h4 {
    font-size: 1.5rem; /* 24px */
}
h5, .h5 {
    font-size: 1.25rem; /* 20px */
}
h6, .h6 {
    font-size: 1.125rem; /* 18px */
}

.section-top-spacing {
    margin-top: 4.375rem;
}
.section-padding-y {
    padding: 4.375rem 0;
}

.cn__main-title {
    text-align: center;
    margin-bottom: 4.375rem;
}
.cn__main-title h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 6.25rem;
    height: 2px;
    background-color: var(--theme-color);
    border-radius: 4px;
}
.cn__main-title--left {
    text-align: left;
}
.cn__main-title.cn__main-title--left h3:before {
    left: 0;
    transform: translateX(0);
}

.breadcrumb-item a {
    color: #ffffff;
}
.breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
    color: var(--theme-color);
}

label {
    margin-bottom: 3px;
    font-size: 14px;
}
.form-control {
    padding: 0.938rem 1.25rem;
    border-radius: 8px;
    border: 1px solid rgba(35, 35, 35, 0.08);
}
.form-control:focus {
    border-color: var(--theme-color);
}
.object-cover {
    object-fit: cover !important;
}
.cn__gallery__item {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid rgba(35, 35, 35, 0.05);
    border-radius: 6px;
}
.cn__gallery__item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cn__ads-item {
    background-color: #f1f1f1;
}
.cn__ads img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.cn__ads-side {
    position: sticky;
    top: 5px;
    width: 120px;
    z-index: 100;
}
.cn__ads-side .cn__ads-item {
    width: 120px;
    height: 600px;
}
.cn__ads-side img {
    height: 100%;
}
.ads-left {
    float: left;
    margin-left: 0.5rem;
}
.ads-right {
    float: right;
    margin-right: 0.5rem;
}
@media (max-width: 1339px) {
    .cn__ads-side {
        display: none;
    }
}
@media (min-width: 1340px) {
    .box-site .main-wrapper,
    .box-site .header,
    .box-site .cn__footer {
        width: 1100px;
        margin: 0 auto;
        padding-right: 12px;
        padding-left: 12px;
    }
    .box-site .cn__footer {
        width: 1076px;
        padding-left: 0;
        padding-right: 0;
    }
    .box-site .cn__footer > .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .box-site .main-wrapper .section-padding-y {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .box-site .cn__footer {
        margin-bottom: 1rem;
    }
    .box-site .header--fixed .header__menu {
        width: 1076px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}
#preloader .loader {
    width: 3.125rem;
    height: 3.125rem;
    display: inline-block;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
}
#preloader .loader span {
    position: absolute;
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
#preloader .loader span:last-child {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes preloader {
    0% {
      transform: scale(0, 0);
      opacity: 0.5;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
@keyframes preloader {
    0% {
      transform: scale(0, 0);
      opacity: 0.5;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
}

/* Header CSS */
.header__top {
    padding: 0.6rem 0;
}
.header__top .header__logo img {
    width: auto;
    height: 4.375rem;
}
.header__top__actions li:not(:last-child) {
    margin-right: 0.5rem;
}
.header__top__actions .btn {
    font-size: 0.875rem;
    text-transform: uppercase;
}
.header__top__actions .langSelect {
    width: 125px;
    border-radius: 4px;
    padding: 0.4rem 1.5rem;
    background-color: transparent;
    border-color: var(--theme-color);
    color: var(--theme-color);
}
.header__menu {
    padding: 1rem 0;
}
.header__menu .nav-item:not(:last-child) {
    margin-right: 2.5rem;
}
.header__menu .nav-link {
    padding: 0.313rem 0 !important;
    color: var(--link-color);
    border-bottom: 2px solid transparent;
}
.header__menu .btn-outline-white {
    border-color: var(--link-color);
}
.navbar-nav .nav-link.active, 
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link:hover {
    color: var(--link-color);
    border-color: var(--link-color);
}
.header__menu .active.btn-outline-white {
    background-color: var(--link-color);
    color: var(--theme-color);
    border-color: var(--link-color);
}
.header--fixed .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 10px 0 rgba(35, 35, 35, 0.1);
    z-index: 9;
}
/* Header CSS */

/* Hero Banner CSS */
.cn__hero {
    padding: 9.375rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cn__hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--body-color);
    opacity: 0.8;
}
.cn__hero__content {
    width: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/* Hero Banner CSS */

/* About Section CSS */
.cn__about__content {
    width: 60%;
    margin: 0 auto;
}
/* About Section CSS */

/* Events Section CSS */
.cn__event__item .ribbon {
    position: absolute;
    top: 1.25rem;
    left: 1.25rem;
    width: auto;
    height: auto;
    background-color: var(--theme-color);
    color: var(--link-color);
    border-radius: 6px;
    padding: 0.2rem 1rem;
    font-size: 0.875rem;
    z-index: 1;
}
.cn__event__item .live {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    padding: 0.2rem 1rem;
    font-size: 0.8125rem;
    border-radius: 6px;
    background-color: #027602;
    color: #ffffff;
    z-index: 1;
}
.cn__event__item .live .dot {
    background-color: #ffffff;
    width: 0.5625rem;
    height: 0.5625rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.3125rem;
}
.blink {
    animation: blink-animation 2s linear infinite alternate;
    -webkit-animation: blink-animation 2s linear infinite alternate;
}
@keyframes blink-animation {
    to {
      transform: scale(0.9); }
    from {
      transform: scale(1.1); } }
  
  @-webkit-keyframes blink-animation {
    to {
      transform: scale(0.9); }
    from {
      transform: scale(1.1); } 
}
.cn__event__item {
    color: var(--body-color);
    box-shadow: 0 0 20px 1px rgba(35, 35, 35, 0.1);
    height: calc(100% - 2rem);
    margin-bottom: 2rem;
}
.cn__event__item .cn__event__image {
    padding-top: 80%;
    position: relative;
    overflow: hidden;
    background-color: var(--grey-color);
}
.cn__event__item .cn__event__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.cn__event__item .cn__event__details {
    padding: 1.25rem;
}
.cn__event__item .cn__event__info a svg path {
    stroke: var(--theme-color);
}
/* Events Section CSS */

/* Stats Section CSS */
.cn__stats {
    background: var(--theme-color);
}
.cn__stats h2,
.cn__stats p {
    color: var(--link-color);
}
/* Stats Section CSS */

/* Membership Features Section CSS */
.cn__card {
    padding: 1.25rem;
    background-color: #FFFFFF;
    border: 1px solid rgba(35, 35, 35, 0.05);
    box-shadow: 0 0 20px 1px rgba(35, 35, 35, 0.05);
    border-radius: 8px;
}
.cn__card .cn__card__icon {
    width: 4.375rem;
    height: 4.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 1.6rem;
    background-color: var(--theme-color);
    border-radius: 8px;
    color: #ffffff;
}
.cn__card p {
    color: var(--theme-color);
}
/* Membership Features Section CSS */

/* Committee Members Section CSS */
.cn__members .row {
    margin: 0 -3.125rem;
}
.cn__members .row > div {
    padding: 0 3.125rem;
}
.cn__member__image {
    position: relative;
    overflow: hidden;
    padding-top: 120%;
    background-color: #ffffff;
}
.cn__member__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Committee Members Section CSS */

/* About Page CSS */
.cn__about__page__banner {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 0.5rem;
}
.cn__about__page__banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.8s ease-in-out;
}
.cn__about__page__banner:hover img {
    transform: scale(1.2);
    transition: all 0.8s ease-in-out;
}
/* About Page CSS */

/* Profile Page CSS */
.cn__profile__cover {
    padding: 7.5rem 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    background-color: var(--grey-color);
}
.cn__profile__image {
    margin-top: -3.75rem;
}
.border, .border-start {
    border-color: #f3f3f3 !important;
}
/* Profile Page CSS */

/* Event Page CSS */
.cn__event__detail__banner {
    padding: 30% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 20px 1px rgba(35, 35, 35, 0.05);
    border-radius: 8px;
}
.cn__event__detail__info {
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.cn__event__page .nav-tabs {
    border-color: var(--theme-color);
}
.cn__event__page .nav-tabs .nav-item:not(:last-child) {
    margin-right: 0.4rem;
}
.cn__event__page .nav-tabs .nav-link {
    border-bottom: none;
    background-color: var(--body-color) !important;
    border-color: var(--body-color) !important;
    color: #ffffff;
    border-radius: 6px;
    opacity: 0.9;
} 
.cn__event__page .nav-tabs .nav-link.active {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
    color: #ffffff;
}
.cn__event__page .nav-tabs .nav-item .nav-link:hover {
    opacity: 1;
}
.cn__event__page .tab-content {
    --bs-bg-opacity: 0.02;
    background-color: rgba(var(--primary-color-rgb), var(--bs-bg-opacity));
    padding: 2.5rem 1.5rem;
    border-radius: 6px;
}
/* Event Page CSS */

/* Contact Page CSS */
.contact__address {
    height: 100%;
}
.contact__address address a {
    color: var(--body-color);
}
.contact__address address a:hover {
    color: var(--theme-color);
}
.contact__address i {
    font-size: 1.5rem;
    position: relative;
    top: 5px;
    color: var(--theme-color);
}
/* Contact Page CSS */

/* Footer CSS */
.scroll-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    background-color: var(--theme-color);
    border: 1px solid var(--link-color);
    opacity: 0.9;
    color: var(--link-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border-radius: 6px;
    z-index: 101;
}
.scroll-to-top:hover {
    opacity: 1;
}
.cn__footer {
    padding-top: 4.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}
.cn__footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--body-color);
    z-index: -1;
}
.cn__footer__logo img {
    width: auto;
    height: 5rem;
}
.cn__footer__widget a {
    font-size: 14px;
    color: #FFFFFF;
}
.cn__footer__widget a:hover {
    color: var(--theme-color);
}
.cn__footer__copyright {
    margin-top: 3rem;
    padding: 1rem 0;
}
.cn__footer__copyright p,
.cn__footer__copyright a {
    color: var(--link-color);
}
/* Footer CSS */

/* Responsive CSS */
@media (min-width: 1440px) {
    body {
        max-width: 1350px;
        margin: 0 auto;
    }
}
@media (max-width: 1199px) {
    html { font-size: 14px; }
    .cn__ads-side { display: none; }

    /* Committee Members Section CSS */
    .cn__members .row {
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    .cn__members .row > div {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    /* Committee Members Section CSS */
}
@media (max-width: 991px) {
    .cn__main-title {
        margin-bottom: 3rem;
    }
    .cn__card {
        padding: 1.5rem;
    }
    
    /* Header CSS */
    .navbar-toggler {
        background-color: #fff;
        text-align: center;
        margin: 0 auto;
    }
    .header__menu ul {
        margin-top: 2rem;
    }
    .header__menu .nav-item {
        text-align: center;
    }
    .header__menu .nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .header__menu .nav-link {
        display: inline-block;
        text-align: center;
    }
    /* Header CSS */
    
    /* Hero Banner CSS */
    .cn__hero__content, .cn__about__content { width: 100%; }
    /* Hero Banner CSS */

    /* App Section CSS */
    .cn__app__banner img {
        width: auto;
        height: auto;
    }
    /* App Section CSS */

    /* Footer CSS */
    .cn__footer__widget {
        margin-bottom: 2rem;
    }
    /* Footer CSS */
}
@media (max-width: 767px) {
    .section-padding-y {
        padding: 3rem 0;
    }
    .cn__scoller__sm {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 2rem;
        margin-bottom: 1rem;
    }
    .cn__scoller__sm .col-6 {
        width: 60%;
    }
    .cn__upcoming-events .cn__scoller__sm > div:not(:only-child) {
        width: 90%;
    }

    /* Hero Banner CSS */
    .cn__hero {
        padding: 5rem 0;
    }
    /* Hero Banner CSS */

    /* About Page CSS */
    .cn__about__page .row:nth-child(even) .col-md-6:first-child {
        order: 1;
    }
    /* About Page CSS */

    /* Profile Page CSS */
    .cn__profile__image {
        width: 100px;
        height: 100px;
        margin: -3.5rem auto 0;
    }
    .cn__profile__image img {
        width: 100%;
        height: 100%;
    }
    .cn__profile__info .border-start {
        border: none !important;
    }
    /* Profile Page CSS */

    /* Footer CSS */
    .cn__footer {
        padding-top: 2rem;
    }
    .cn__footer__copyright {
        margin-top: 1rem;
    }    
    /* Footer CSS */
}
@media (max-width: 575px) {
    /* Stats Section CSS */
    .cn__stats__item h2 {
        font-size: 2rem;
    }
    .cn__stats__item p {
        font-size: 0.7rem;
    }        
    /* Stats Section CSS */

    /* Committee Members Section CSS */
    .cn__member__item {
        height: calc(100% - 1.5rem);
        margin-bottom: 1.5rem;
    }
    /* Committee Members Section CSS */
}
@media (max-width: 350px) {
    .btn { padding: 0.5rem 1rem; }


    /* Stats Section CSS */
    .cn__stats__item p {
        font-size: 0.6rem;
    }        
    /* Stats Section CSS */

}
/* Responsive CSS */