@import "../fonts/segoe/stylesheet.css";
@import '../fonts/sansation/stylesheet.css';
@import '../fonts/nunito/stylesheet.css';
@import '../fonts/bodoni-bt/stylesheet.css';
@font-face {
  font-family: black-throne;
  src: url(../fonts/BOD_B.TTF);
}
@font-face {
  font-family: bodoni-r;
  src: url(../fonts/BOD_R.TTF);
}
@font-face {
  font-family: titillium-regular;
  src: url(../fonts/Titillium-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: poppins-regular;
  src: url(../Fonts/Poppins-Regular.otf);
}
.text-blue {
  color: #5CA0E0 !important;
}
.text-blue:hover {
  color: #5CA0E0 !important;
}

.text-pink {
  color: #E88BE7;
}
.text-pink:hover {
  color: #E88BE7;
}

.text-red {
  color: #E0665C;
}
.text-red:hover {
  color: #E0665C;
}

.text-green {
  color: #9DBC61;
}
.text-green:hover {
  color: #9DBC61;
}

._bg-white {
  background-color: #ffffff !important;
}
._bg-beige {
  background-color: #F4E7D2 !important;
}
._bg-light-brown {
  background-color: #AA825A !important;
}
._bg-brown {
  background-color: #5F3813 !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-size: 18px;
  background-color: #fff;
  color: #000000;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI";
  scroll-behavior: smooth;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

p,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

.pv-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pv-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pb-150 {
  padding-bottom: 150px;
}

._bg-light-brown {
  background-color: #AA825A;
}

._bg-dark-brown {
  background-color: #5F3813;
}

._bg-brown {
  background-color: #704720;
}

._text-end {
  text-align: end;
}
._text-center {
  text-align: center;
}
._text-right {
  text-align: right;
}
._text-left {
  text-align: left;
}

.disable-btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.standard__text h2 {
  font-size: 36px;
  margin-bottom: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1399.98px) {
  .standard__text h2 {
    font-size: 28px;
  }
}
@media (max-width: 1366.98px) {
  .standard__text h2 {
    font-size: 24px;
  }
}
.standard__text p {
  font-size: 18px;
  color: #000000;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .standard__text p {
    font-size: 16px;
  }
}
.standard__text h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 800;
}

.gap-20 {
  row-gap: 20px;
}

.gap-40 {
  row-gap: 40px;
}

.column-gap-40 {
  column-gap: 40px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 8px 8px;
  border-radius: 0;
  width: 203px;
  margin-top: 3rem;
  background-color: #5F3813;
  border-radius: 21px;
}
.btn:focus {
  box-shadow: none !important;
}

.btn-golden {
  background: linear-gradient(180deg, rgb(219, 175, 70) 15%, rgb(248, 225, 129) 45%, rgb(220, 176, 70) 84%);
  color: #5F3813;
  font-weight: 600;
  margin-top: 2rem;
  transition: all 0.5s ease-in-out;
}
.btn-golden:hover {
  transform: scale(1.1);
  color: #5F3813;
}

.btn-dark {
  background-color: #5F3813;
  color: #eadac5;
}
.btn-dark:hover {
  color: #5F3813;
  background-color: #eadac5;
}
.btn-dark:active {
  background-color: #5F3813;
  color: #eadac5;
}

.btn-red {
  background-color: #b80000;
  color: #eadac5;
}
.btn-red:hover {
  color: #b80000;
  background-color: #eadac5;
}

.btn-light {
  color: #5F3813;
  background-color: #eadac5;
}
.btn-light:hover {
  background-color: #5F3813;
  color: #eadac5 !important;
}
.btn-light:active {
  color: #5F3813;
  background-color: #eadac5;
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #aa825a;
  border-color: #aa825a;
}

.profile {
  cursor: pointer;
  color: #5F3813 !important;
  font-size: 18px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
  font-weight: 600;
}
.profile:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #5F3813;
}

.form-control {
  padding: 12px 20px !important;
  font-size: 16px !important;
}
.form-control:focus {
  box-shadow: none;
}

.dropdown .form-select {
  background-color: #fff;
  width: 200px;
  color: #212529;
  border-radius: 8px;
  margin-top: 0;
  text-align: left;
  padding: 14px 20px;
  cursor: pointer;
}
.dropdown .form-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.form-select:focus {
  box-shadow: none;
  border: 1px solid #ced4da;
}

.dropdown-toggle::after {
  margin-left: 4.5rem;
}

.btn--light-brown {
  color: #5F3813;
  background-color: #eadac5;
  margin-right: 1.5rem;
}
.btn--light-brown:hover {
  background-color: #eec986;
  color: #5F3813;
}

.btn--yellow {
  background-color: #eec986;
  color: #5F3813;
}
.btn--yellow:hover {
  color: #5F3813;
  background-color: #eadac5;
}

.section-header {
  background: #5F3813;
}
.section-header img {
  margin-right: 2rem;
  z-index: 1;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.section-header h2 {
  color: #fff;
  margin-bottom: 0;
  font-family: bodoni-r;
  font-weight: 400;
}
.section-header h2 span {
  color: #efc970;
}

main {
  overflow-x: hidden;
}

.slick-slider .next-arrow {
  right: -6px;
  border: 1px solid #704720;
  padding: 12px 6px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.slick-slider .prev-arrow {
  z-index: 1;
  left: 0;
  border: 1px solid #704720;
  padding: 12px 6px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -28px;
}

.slick-track {
  margin-left: 0 !important;
}

.breadcrumb-item.active {
  color: #5F3813;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

.breadcrumb-item {
  color: #000;
  font-weight: 600;
}
.breadcrumb-item a:hover {
  color: #000;
}

.breadcrumb {
  margin: 1rem 0;
}

.vl {
  border-left: 2px solid #eadac5;
  height: 23px;
  margin: 0 10px;
}

#back-to-top {
  display: inline-block;
  background-color: #5F3813;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#back-to-top::after {
  content: "\f148";
  font-family: "bootstrap-icons";
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
}

#back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#back-to-top:active {
  background-color: #555;
}

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

.border-img {
  border: 3px solid transparent;
  border-image: linear-gradient(90deg, rgb(213, 201, 134) 0%, rgb(138, 67, 15) 35%, rgb(209, 156, 47) 100%);
  border-image-slice: 1;
  padding: 0;
}

.error {
  padding: 6rem 0 12rem 0;
}
.error img {
  width: 30%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.error h1 {
  padding: 3rem 0 0 0;
  font-size: 36px;
  color: #5F3813;
}

#loginModal .modal-header {
  border: 0;
}
#loginModal .modal-body .contact-bg {
  padding: 2rem;
}
#loginModal .modal-body .contact-bg h1 {
  color: #5F3813;
  font-size: 36px;
}
#loginModal .modal-body .contact-bg form {
  padding: 3rem 10rem;
}
#loginModal .modal-body .btn-wrapper {
  margin-top: 2rem;
}
#loginModal .modal-body .btn-wrapper .btn-dark {
  margin: 0;
}
#loginModal .modal-body .btn-wrapper .btn-dark:hover {
  background-color: #eec986;
}
#loginModal .modal-body .btn-wrapper .btn-dark a {
  color: 18px;
}

.floating-icon {
  position: fixed;
  bottom: 0;
  margin-right: 8rem;
  right: 0;
  z-index: 999;
}
.floating-icon .zone-icon {
  width: 90%;
  cursor: pointer;
  animation: pulse 1s infinite ease-in-out alternate;
}
.floating-icon .zone-icon:hover {
  animation: none;
}
.floating-icon .icons {
  text-align: center;
}
.floating-icon .icons a {
  display: block;
}
.floating-icon .icons a img {
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
}
.floating-icon .icons a img:hover {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  transform: scale(1.1);
}
.floating-icon #my-zone-js {
  display: none;
}

.modal .btn-close {
  background-color: #ddcca7;
  opacity: 1;
}
.modal .btn-close:focus {
  box-shadow: none;
}

.fade-in-image {
  animation: fadeIn s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.payment-model__content {
  padding: 2rem 2rem 4rem 2rem;
}
.payment-model .modal-header {
  border: none;
}
.payment-model__heading {
  background-color: #5F3813;
  padding: 1rem;
}
.payment-model__heading h3 {
  font-size: 18px;
  color: #fff;
}
.payment-model .modal-content {
  background-color: transparent;
  border: none;
}
.payment-model .modal-content .modal-body {
  background-color: #ddcca7;
  padding: 0;
  text-align: center;
  position: relative;
}
.payment-model .modal-content .modal-body .btn {
  margin-top: 1rem;
}
.payment-model .modal-content .modal-body .pen-img img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 2rem;
}
.payment-model .modal-content .modal-body h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.payment-model .modal-content .modal-body .form-control {
  width: 100%;
}
.payment-model .modal-content .modal-body h5 {
  font-size: 18px;
  color: #5F3813;
  font-weight: 600;
}
.payment-model .modal-content .modal-body h6 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  padding: 1rem 0;
}
.payment-model .modal-content .modal-body p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
.payment-model .modal-content .modal-body p span {
  color: #5F3813;
}
.payment-model .modal-content .modal-body p .strikeout {
  line-height: 1em;
  position: relative;
  color: #000000;
  margin-right: 10px;
}
.payment-model .modal-content .modal-body p .strikeout::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: -0.0625em;
  position: absolute;
  right: 0;
  top: 57%;
}
.payment-model .modal-content .modal-body .bottom-text {
  position: absolute;
  color: #5F3813;
  bottom: 0;
  right: 0;
  display: block;
  padding: 1rem;
  font-size: 14px;
}

.invoice__heading {
  background-color: #eadac5;
  padding: 1rem 2rem;
  box-shadow: -1px 4px 7px -1px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 1;
}
.invoice__heading h3 {
  font-size: 20px;
  font-family: black-throne;
  color: #5F3813;
}
.invoice__heading h4 {
  font-size: 18px;
  color: #5F3813;
}
.invoice__heading p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.invoice__content {
  background-color: #dfcba2;
}
.invoice__content__text {
  background-color: #f6efdf;
  margin: 0 1rem 1rem 1rem;
  padding: 1.5rem;
}
.invoice__content__text h5 {
  font-size: 20px;
  font-family: black-throne;
  color: #5F3813;
  margin-bottom: 1rem;
  text-align: center;
}
.invoice__content__text p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
}
.invoice__content__text span {
  font-size: 16px;
  color: #5F3813;
  font-weight: 600;
  text-transform: uppercase;
}
.invoice__content__text strong {
  font-size: 16px;
}
.invoice__content .invite-detail p {
  margin: 0;
}
.invoice__content .invite-detail span {
  text-transform: capitalize;
}
.invoice__content .invoice-details__heading {
  text-align: center;
}
.invoice__content .invoice-details__heading h5 {
  font-family: unset;
  margin-bottom: 0;
}
.invoice__content .invoice-details__heading p {
  font-size: 16px;
}
.invoice__content .invoice-details__heading strong {
  font-size: 16px;
  font-weight: 600;
}
.invoice__content .invoice-details table {
  margin-top: 2rem;
  width: 100%;
}
.invoice__content .invoice-details table span {
  text-transform: capitalize;
}
.invoice__content .invoice-details table td {
  padding: 10px 0;
}
.invoice__content .invoice-details .border-bottom {
  border-bottom: 1px dashed #000 !important;
}
.invoice__content .social {
  margin: 0 1rem 0 1rem;
}
.invoice__content .social span {
  text-transform: capitalize;
}
.invoice__content .social p {
  margin: 0;
}
.invoice__content .download-invoice {
  background-color: #5F3813;
  padding: 1rem;
}
.invoice__content .download-invoice a {
  text-transform: uppercase;
  font-size: 16px;
  color: #f6efdf;
}
.invoice__content .download-invoice a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.invoice .modal-content {
  background-color: transparent;
  border: none;
}
.invoice .modal-content .modal-header {
  border: none;
}
.invoice .modal-content .modal-body {
  padding: 0;
  position: relative;
}

.payment-splash-model .modal-content {
  background-color: transparent;
  border: none;
}
.payment-splash-model .modal-content .modal-header {
  border: none;
}
.payment-splash-model .modal-content .modal-body {
  padding: 0;
  position: relative;
  text-align: center;
  padding: 2rem;
  background: url(../img/alert-box-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.payment-splash-model .modal-content .modal-body .pen-img img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  margin-bottom: 2rem;
}
.payment-splash-model .modal-content .modal-body .btn {
  width: 100px;
  margin-top: 2rem;
}

.pagination-section {
  padding-bottom: 30px;
  padding-top: 60px;
}
.pagination-section .page-item.active .page-link {
  background-color: #c8996a;
  color: #fff;
  border: 1px solid #dee2e6;
}
.pagination-section .page-item .page-link {
  color: #707070;
}
.pagination-section .page-item .page-link:focus {
  box-shadow: none;
}
.pagination-section .page-item .page-link img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.section-heading {
  font-size: 30px;
  font-family: bodoni-r;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #5f3813;
}
@media (max-width: 1199.98px) {
  .section-heading {
    font-size: 22px;
  }
}

.section-black-heading {
  font-size: 30px;
  font-family: bodoni-r;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #000;
}
@media (max-width: 1199.98px) {
  .section-black-heading {
    font-size: 22px;
  }
}

.card-black-heading {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
@media (max-width: 1199.98px) {
  .card-black-heading {
    font-size: 18px;
  }
}

.card-brown-heading {
  font-size: 24px;
  color: #5f3813;
  font-family: bodoni-r;
  margin-bottom: 6px;
  font-weight: 400;
}

.brown-subheading {
  font-size: 20px;
  color: #5f3813;
  font-family: bodoni-r;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-bg-brown {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  font-family: bodoni-r;
  font-weight: 400;
}

.heading-brown {
  font-size: 30px;
  font-weight: 400;
  color: #5f3813;
  font-family: bodoni-r;
}

.sub-heading-brown {
  font-size: 18px;
  color: #5f3813;
  margin-bottom: 3px;
  font-weight: 600;
}

.heading-black-brown {
  font-size: 28px;
  color: #000000;
  font-family: bodoni-r;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}
.heading-black-brown span {
  font-size: 36px;
  color: #704720;
  font-weight: 600;
}

.heading-brown-bar {
  font-size: 24px;
  font-weight: 400;
  border: none;
  font-family: bodoni-r;
  color: #5f3813;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px;
}
.heading-brown-bar a {
  color: #aa825a;
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
.heading-brown-bar a::before {
  content: "";
  position: absolute;
  background-color: #5f3813;
  width: 2px;
  height: 100%;
  left: 0;
}
.heading-brown-bar::after {
  content: "";
  position: absolute;
  width: 150px;
  background-color: #c8a482;
  height: 2px;
  bottom: -5px;
  left: 0;
}

.heading-white {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.heading-black {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}

.recent-blog .sub-heading-brown {
  font-family: bodoni-r;
  font-weight: 400;
}

.heading-black-semi {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-brown-semi {
  color: #aa825a;
  font-size: 18px;
  font-weight: 600;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.header-icon-text {
  background-color: #5F3813;
  display: flex;
  align-items: center;
}
.header-icon-text img {
  margin-right: 2rem;
  margin-left: 2rem;
  z-index: 1;
  object-fit: contain;
  max-width: 80px;
}
.header-icon-text .dropdown p {
  font-size: 18px;
  color: #fff;
}
.header-icon-text .dropdown .form-select {
  width: 150px;
  padding: 8px 16px;
}

.heading-social {
  display: flex;
  justify-content: start;
  gap: 2px;
}
.heading-social i {
  font-size: 14px;
  color: #5f3813;
  display: block;
  padding-top: 6px;
  padding-right: 10px;
}

.artwork-content {
  text-align: center;
  padding: 70px 0;
}
.artwork-content img {
  width: 50%;
  margin-bottom: 30px;
}
.artwork-content p {
  color: #2e1a0f;
}

.top__bar {
  padding: 8px 0;
}
@media (max-width: 1199.98px) {
  .top__bar {
    padding: 6px 0;
  }
}
.top__bar__links {
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .top__bar__links {
    gap: 4px;
  }
}
.top__bar__links p {
  color: #eadac5;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .top__bar__links p {
    font-size: 12px;
  }
}
.top__bar__links .social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top__bar__links .social p {
  color: #eadac5;
}
.top__bar__links .social i {
  color: #fff;
  background-color: #704720;
  padding: 4px 6px;
  font-size: 14px;
}
.top__bar__links .social i:hover {
  background-color: #fff;
  color: #704720;
}
.top__bar__links .contact {
  display: flex;
  align-items: center;
  gap: 18px;
}
.top__bar__links .contact a {
  color: #eadac5;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .top__bar__links .contact a {
    font-size: 14px;
  }
}
.top__bar__links .contact a:hover {
  color: #704720;
}
.top__bar__links .contact a i {
  color: #704720;
  margin-right: 8px;
}
.top__bar span {
  border-left: 2px solid #eadac5;
  height: 23px;
  margin: 0 10px;
}
.top__bar__right a {
  color: #eadac5;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .top__bar__right a {
    font-size: 14px;
  }
}
.top__bar__right a:hover {
  color: #704720;
}
.top__bar__right a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 1rem;
}
@media (max-width: 1199.98px) {
  .top__bar__right a img {
    width: 24px;
    height: 24px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.top__bar__right .invite {
  background-color: #704720;
  padding: 6px 24px;
  border-radius: 12px;
  color: #eadac5;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .top__bar__right .invite {
    font-size: 12px;
    padding: 6px 16px;
  }
}
.top__bar__right .invite:hover {
  background-color: #eadac5;
}
.top__bar__right .invite i {
  margin-right: 8px;
}

.header {
  background-image: url(../img/homepage/header-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 203px;
  position: relative;
  z-index: 1;
}
.header nav {
  padding: 1rem 0;
}
@media (max-width: 1680.98px) {
  .header nav {
    padding: 8px 0;
  }
}
@media (max-width: 1440.98px) {
  .header nav {
    padding: 10px 0;
  }
}
@media (max-width: 1399.98px) {
  .header nav {
    padding: 6px 0;
  }
}
.header nav img {
  height: 55px;
}
@media (max-width: 1440.98px) {
  .header nav img {
    height: 40px;
  }
}
@media (max-width: 1399.98px) {
  .header nav img {
    height: 50px;
  }
}
@media (max-width: 1199.98px) {
  .header nav img {
    height: 36px;
  }
}
.header nav .active {
  color: #704720;
}
.header nav .menu {
  gap: 73px;
}
@media (max-width: 1440.98px) {
  .header nav .menu {
    gap: 80px;
  }
}
@media (max-width: 1399.98px) {
  .header nav .menu {
    gap: 53px;
  }
}
@media (max-width: 1199.98px) {
  .header nav .menu {
    gap: 44px;
  }
}
.header nav .menu li .active {
  color: #704720;
}
.header nav .menu li a {
  font-weight: 600;
  color: #000000;
  position: relative;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .header nav .menu li a {
    font-size: 16px;
  }
}
.header nav .menu li a::before {
  content: "";
  height: 5px;
  position: absolute;
  background-color: #704720;
  bottom: -9px;
  border-radius: 10px;
  width: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}
.header nav .menu li a:hover {
  color: #704720;
}
.header nav .menu li a:hover:before {
  visibility: visible;
  width: 100%;
}
.header nav .menu li a.active::before {
  visibility: visible;
  width: 100%;
  color: #704720;
}
.header nav .menu i {
  font-size: 24px;
}
.header .dropdown {
  position: relative;
  display: inline-block;
}
.header .dropdown-content {
  display: none;
  position: absolute;
  background-color: #eadac5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}
.header .dropdown .dropbtn {
  background-color: transparent;
}
.header .dropdown .dropbtn img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.header .dropdown-content ul li a {
  padding: 12px 16px;
  display: block;
}
.header .dropdown-content ul li a::before {
  content: unset;
}
.header .dropdown-content a:hover {
  background-color: #fff;
}
.header .dropdown:hover .dropdown-content {
  display: block;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.hero {
  background-image: url(../img/home-page/hero-ban.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 80px;
  margin-top: -150px;
}
@media (max-width: 1366.98px) {
  .hero {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.hero__text {
  text-align: center;
}
.hero__text h3 {
  color: #d1af70;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1366.98px) {
  .hero__text h3 {
    font-size: 24px;
  }
}
.hero__text h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: 45px;
  font-family: bodoni-r;
}
@media (max-width: 1366.98px) {
  .hero__text h1 {
    font-size: 30px;
    font-family: bodoni-r;
  }
}
.hero__text span {
  color: #d1af70;
  font-size: 65px;
}
@media (max-width: 1366.98px) {
  .hero__text span {
    font-size: 50px;
  }
}
.hero__text strong {
  color: #d1af70;
}
.hero__text__items {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.hero__text__items .item {
  background-color: #7F6144;
  min-width: 200px;
  border-radius: 20px;
  position: relative;
  padding: 30px 20px 20px 20px;
}
.hero__text__items .item::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #7F6144;
  transform: translate(-50%, 98%);
}
.hero__text__items .item__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero__text__items .item__text span {
  color: #D1AF70;
  font-size: 50px;
  font-family: bodoni-r;
}
.hero__text__items .item__text p {
  color: #fff;
  font-size: 20px;
}

.selin-talk-home {
  background-image: url(../img/selin-talk.png);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.selin-talk-home__text {
  padding: 100px 0;
}
.selin-talk-home__text img {
  width: 70%;
}
.selin-talk-home__text h2 {
  font-family: "Sansation";
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.7;
}
@media (max-width: 1399.98px) {
  .selin-talk-home__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199.98px) {
  .selin-talk-home__text h2 {
    font-size: 28px;
  }
}
.selin-talk-home__text h2 img {
  width: 200px;
  margin-top: -20px;
}
@media (max-width: 1399.98px) {
  .selin-talk-home__text h2 img {
    width: 160px;
  }
}
@media (max-width: 1199.98px) {
  .selin-talk-home__text h2 img {
    width: 120px;
  }
}
.selin-talk-home__text p {
  font-size: 24px;
  font-family: "Sansation";
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .selin-talk-home__text p {
    font-size: 20px;
  }
}
@media (max-width: 1199.98px) {
  .selin-talk-home__text p {
    font-size: 18px;
  }
}
.selin-talk-home__text p span {
  color: #f4ad48;
}
.selin-talk-home__text .btn-wrapper .btn {
  background-color: #f4ad48;
  border: 3px solid #a46f39;
  font-size: 16px;
  font-weight: 400;
  font-family: "Sansation";
  color: #381D04;
  margin-top: 2rem;
  border-radius: 30px;
  width: auto;
  padding: 8px 20px;
}
.selin-talk-home__text .btn-wrapper .btn:hover {
  background-color: #381D04;
  border: 3px solid #a46f39;
  color: #f4ad48;
}
.selin-talk-home__img img {
  width: 100%;
}

.upcoming-events {
  background-image: url(../img/homepage/upcoming-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.upcoming-events__content {
  padding: 0 4rem;
}
.upcoming-events__content img {
  width: 100%;
}
.upcoming-events__content .director-content {
  padding-left: 2rem;
}
.upcoming-events__content .director-content h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
  font-family: black-throne;
}
.upcoming-events__content .director-content h4 {
  font-size: 24px;
  color: #704720;
  margin-bottom: 8px;
  font-family: black-throne;
}
.upcoming-events__content .director-content span {
  border-left: 2px solid #704720;
  height: 23px;
  margin: 0 10px;
  font-family: black-throne;
}
.upcoming-events__content .director-content i {
  margin-right: 8px;
  color: #5F3813;
}
.upcoming-events__content .director-content p {
  margin: 8px 0;
}
.upcoming-events .slick-list {
  overflow: visible;
  margin-bottom: 2rem;
}
.upcoming-events .slick-dots li.slick-active button:before {
  color: #5F3813;
}
.upcoming-events .slick-prev {
  z-index: 1;
}
.upcoming-events .slick-slider .slick-arrow {
  bottom: -40px;
  top: auto;
  z-index: 1;
}
.upcoming-events .items {
  margin: 5rem 3rem;
}
.upcoming-events .items .slick-dots li button {
  border: 1px solid #5F3813;
  background-color: transparent;
  border-radius: 50%;
}
.upcoming-events .items .slick-dots li.slick-active button {
  background-color: #5F3813;
  border: none;
  font-size: 0;
}
.upcoming-events .items .slick-dots li button:before {
  opacity: 0;
}
.upcoming-events .item {
  background-image: url(../img/events/Event.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 584px;
  height: 369px;
  margin: 0 8px 3rem 8px;
}
.upcoming-events .item:hover {
  background-image: url(../img/events/Event-hover.png);
}
.upcoming-events .item__top {
  padding: 8px 32px;
  position: relative;
}
.upcoming-events .item__top .riben {
  position: absolute;
  left: 50%;
  margin-left: 5%;
}
.upcoming-events .item__top .riben img {
  width: 32px !important;
  height: 32px !important;
}
.upcoming-events .item__top img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.upcoming-events .item__top .top__icon {
  background-color: #d5be8d;
  padding: 2px 10px;
  margin-top: 10px;
  border-radius: 6px;
}
.upcoming-events .item__top p {
  font-size: 16px;
  color: #704720;
  font-weight: 600;
}
.upcoming-events .item__top p span {
  font-weight: 400;
}
.upcoming-events .item__content {
  padding: 1rem 1rem 1rem 0 !important;
}
.upcoming-events .item__content img {
  width: 100%;
  padding-left: 1rem;
}
.upcoming-events .item__content .price {
  background-color: #f5efe2;
  height: 70px;
  padding: 0 1rem;
  gap: 10px;
}
@media (max-width: 1399.98px) {
  .upcoming-events .item__content .price {
    padding: 0 6px;
  }
}
.upcoming-events .item__content .price img {
  width: 24px;
  height: 24px;
  padding-left: 0;
}
@media (max-width: 1366.98px) {
  .upcoming-events .item__content .price img {
    width: 24px;
    height: 24px;
  }
}
.upcoming-events .item__content .price span {
  font-size: 14px;
  color: #5F3813;
  padding: 0;
}
@media (max-width: 1399.98px) {
  .upcoming-events .item__content .price span {
    font-size: 12px !important;
  }
}
.upcoming-events .item__content .price-text {
  position: relative;
}
.upcoming-events .item__content .price-text p {
  font-size: 18px !important;
  color: #5F3813;
  font-weight: 600;
}
.upcoming-events .item__content .price-text span {
  font-size: 12px !important;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .upcoming-events .item__content .price-text span {
    font-size: 10px !important;
  }
}
.upcoming-events .item__content h3 {
  font-size: 24px;
  margin-top: 1rem;
  font-weight: 600;
}
.upcoming-events .item__content span {
  color: #704720;
  padding: 6px 0;
  display: block;
}
.upcoming-events .item__content hr {
  color: #5F3813;
  opacity: 1;
  margin: 10px 0;
}
.upcoming-events .item__content p {
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.upcoming-events .item__links .btn {
  margin-top: 1rem;
  width: 160px;
}
.upcoming-events .item__links .btn:first-child {
  margin-right: 1rem;
}

.contact-modal .modal-body {
  padding: 0;
}

.upcoming-events-slider .slick-list {
  overflow: hidden;
}

.testimonial {
  background-image: url(../img/homepage/testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 8rem;
}
.testimonial__header {
  padding: 0 3rem;
}
.testimonial__header img {
  width: auto;
  margin-right: 3rem;
}
.testimonial__header h2 {
  text-align: center;
  color: #EEE3C9;
  font-family: black-throne;
}
.testimonial__header h2 span {
  color: #DFB966;
}
.testimonial p {
  margin-top: 3rem;
  text-align: center;
  color: #fff;
}
.testimonial__slider .item {
  margin: 0 4px;
  border: 5px solid transparent;
}
.testimonial__slider .item img {
  width: 100%;
}
.testimonial__slider .item__text {
  background: linear-gradient(180deg, rgb(253, 248, 235) 9%, rgb(253, 248, 235) 17%, rgb(222, 202, 154) 78%);
  padding: 6px;
}
.testimonial__slider .item__text p {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 0;
  color: #5F3813;
  font-weight: 600;
}
@media (max-width: 1366.98px) {
  .testimonial__slider .item__text p {
    font-size: 16px;
  }
}
.testimonial__slider .item__content {
  background-image: url(../img/homepage/testi-bg.png);
  background-repeat: no-repeat;
  padding: 4rem 3rem 2rem 3rem;
}
.testimonial__slider .item__content h3 {
  font-size: 24px;
  font-family: black-throne;
  color: #5F3813;
  margin-bottom: 6px;
}
.testimonial__slider .item__content h4 {
  font-size: 18px;
  font-weight: 500;
}
.testimonial__slider .item__content h4 span {
  font-weight: 700;
}
.testimonial__slider .item__content p {
  text-align: start;
  color: #000000;
  font-size: 18px;
  margin-top: 1rem;
}
.testimonial__slider .slick-list {
  overflow: visible;
}

.testimonial_img-slider .slick-current .item__img {
  position: relative;
  box-sizing: border-box;
  color: #FFF;
  background-clip: padding-box;
  border: solid 5px transparent;
}
.testimonial_img-slider .slick-current .item__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  background: linear-gradient(90deg, rgb(213, 201, 134) 0%, rgb(138, 67, 15) 35%, rgb(209, 156, 47) 100%);
}

.recent {
  padding: 2rem 0;
  background-image: url(../img/homepage/recent-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.recent .container {
  position: relative;
}
.recent__events {
  background-color: #faf8f1;
  margin: 2rem 0;
  padding: 0 2rem 2rem 2rem;
  border-radius: 12px;
}
.recent__events .left-box {
  padding: 0 1.5rem;
}
@media (max-width: 1199.98px) {
  .recent__events .left-box {
    padding: 0 1rem;
  }
}
.recent__events .left-box img {
  width: 100%;
}
.recent__events .chapter_director {
  margin-top: 2rem;
}
.recent__events .chapter_director .border-img {
  margin: 1rem 0;
}
.recent__events .chapter_director .border-img img {
  width: 100%;
}
.recent__events .chapter_director h3 {
  font-size: 24px;
  font-family: black-throne;
  color: #704720;
  position: relative;
}
@media (max-width: 1399.98px) {
  .recent__events .chapter_director h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .recent__events .chapter_director h3 {
    font-size: 16px;
  }
}
.recent__events .chapter_director p {
  font-size: 24px;
  font-family: black-throne;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .recent__events .chapter_director p {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .recent__events .chapter_director p {
    font-size: 16px;
  }
}
.recent__events .chapter_director a {
  color: #704720;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .recent__events .chapter_director a {
    font-size: 16px;
  }
}
.recent__events .chapter_director a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.recent__events .events__content {
  padding: 4rem 2rem 0rem 0;
}
@media (max-width: 1199.98px) {
  .recent__events .events__content {
    padding: 4rem 0 3rem 0;
  }
}
.recent__events .events__content__location p {
  padding: 0 !important;
  color: #5F3813 !important;
  font-weight: 700;
}
.recent__events .events__content__header img {
  width: 100%;
  margin-right: 1rem;
}
.recent__events .events__content__header h3 {
  font-size: 24px;
  padding: 1rem 0;
  color: #704720;
}
@media (max-width: 1399.98px) {
  .recent__events .events__content__header h3 {
    font-size: 18px;
    padding: 8px 0;
  }
}
@media (max-width: 1199.98px) {
  .recent__events .events__content__header h3 {
    font-size: 16px;
  }
}
.recent__events .events__content .map-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.recent__events .events__content a {
  font-size: 18px;
  display: block;
  font-weight: 600;
}
@media (max-width: 1199.98px) {
  .recent__events .events__content a {
    font-size: 16px;
  }
}
.recent__events .events__content a span {
  font-size: 16px;
  color: #5F3813;
  text-transform: uppercase;
}
.recent__events .events__content .btn {
  margin-top: 2rem;
  float: right;
}
@media (max-width: 1399.98px) {
  .recent__events .events__content .btn {
    font-size: 16px;
    width: 160px;
  }
}
@media (max-width: 1199.98px) {
  .recent__events .events__content .btn {
    font-size: 14px;
  }
}
.recent__events .events__content p {
  font-size: 18px;
  color: #5d5d5d;
  text-align: justify;
  margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
  .recent__events .events__content p {
    font-size: 14px;
  }
}
.recent .items {
  padding: 0 0rem;
}
.recent .items i {
  font-size: 18px;
}
.recent .items .item {
  margin: 0 10px;
}
.recent .items .item img {
  width: 100%;
}
.recent .items .item iframe {
  width: 100%;
  margin-top: 0;
  height: 190px;
}
@media (max-width: 1399.98px) {
  .recent .items .item iframe {
    height: 160px;
  }
}
@media (max-width: 1199.98px) {
  .recent .items .item iframe {
    height: 130px;
  }
}

.time-bg {
  background-image: url(../img/homepage/time-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  width: 100%;
}
.time-bg .date span {
  border-left: 2px solid #5F3813;
  margin: 0 1rem;
  height: 40px;
}
.time-bg__content {
  padding: 4rem 3rem;
}
@media (max-width: 1399.98px) {
  .time-bg__content {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1199.98px) {
  .time-bg__content {
    padding: 2rem 1rem;
  }
}
.time-bg__content h5 {
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .time-bg__content h5 {
    font-size: 36px;
  }
}
.time-bg__content h6 {
  font-size: 21px;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .time-bg__content h6 {
    font-size: 18px;
  }
}
.time-bg__content p {
  text-align: center;
  color: #5F3813;
  font-size: 24px;
  padding: 10px 0;
}
@media (max-width: 1199.98px) {
  .time-bg__content p {
    font-size: 18px;
    padding: 10px 0;
  }
}
.time-bg__content .time img {
  width: 30px;
  height: 40px;
  object-fit: contain;
  margin-right: 1rem;
}
@media (max-width: 1199.98px) {
  .time-bg__content .time img {
    width: 20px;
    height: 30px;
  }
}
.time-bg__content .time span {
  font-size: 21px;
}
@media (max-width: 1399.98px) {
  .time-bg__content .time span {
    font-size: 18px;
  }
}

.event-description .btn {
  width: 140px !important;
  padding: 8px 20px !important;
}
@media (max-width: 1199.98px) {
  .event-description .events__content .heading-brown {
    font-size: 24px;
  }
}
.event-description .events__content .heading-black {
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .event-description .events__content .heading-black {
    font-size: 18px;
  }
}
.event-description .events__content hr {
  background-color: #5F3813;
  opacity: 1;
}
.event-description .events__content__social-btn {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.event-description .events__content__social-btn .socail-links {
  display: flex;
  gap: 10px;
}
.event-description .events__content__social-btn .socail-links a i {
  font-size: 18px;
  border: 1px solid #5f3813;
  color: #5f3813;
  padding: 4px 8px;
  display: block;
}
.event-description .events__content__social-btn .socail-links a i:hover {
  background-color: #5f3813;
  color: #fff;
}
.event-description .events__content__social-btn .btn-wrapper {
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  gap: 10px;
}
.event-description .events__content__social-btn .btn-wrapper a {
  margin-top: 0;
}
.event-description .mode-onsite {
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-description .mode-onsite img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 10px;
}
.event-description .top-icons {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.event-description .top-icons .icon-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-description .top-icons .icon-box .icon {
  background-color: #d5be8d;
  padding: 6px;
  width: 40px;
  height: 40px;
  border-radius: 6px;
}
.event-description .top-icons .icon-box .icon img {
  width: 100%;
}
.event-description .top-icons .ribben {
  margin-left: 20px;
}

.invitation-event__text {
  padding: 20px 20px 20px 0 !important;
}
.invitation-event__text textarea {
  width: 100%;
}
.invitation-event__text .btn-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .invitation-event__text .btn-wrapper {
    align-items: self-start;
  }
}
.invitation-event__text .btn-wrapper p {
  color: #eb1414 !important;
  font-size: 14px;
}
.invitation-event__text .g-recaptcha_btn-box {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 1199.98px) {
  .invitation-event__text .g-recaptcha_btn-box {
    flex-direction: column;
  }
}
.invitation-event__img {
  height: 100%;
}
.invitation-event__img img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.invitation-event .chapter-director-bg {
  padding: 0 !important;
}
.invitation-event .chapter-director__content {
  padding: 0 !important;
}

.shoutbox {
  background-image: url(../img/homepage/shout.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.shoutbox__header img {
  width: 400px;
  height: 162px;
  margin-right: 3rem;
}
@media (max-width: 1199.98px) {
  .shoutbox__header img {
    width: 300px;
    height: 100px;
  }
}
.shoutbox__header__content p {
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .shoutbox__header__content p {
    font-size: 16px;
  }
}
.shoutbox .items {
  margin: 3rem 0;
}
.shoutbox .items .next-arrow {
  right: -16px;
}
.shoutbox .items .prev-arrow {
  left: -16px;
}
.shoutbox .items .slick-arrow {
  margin-top: -28px;
}
.shoutbox__content span {
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 1399.98px) {
  .shoutbox__content span {
    font-size: 16px;
  }
}
.shoutbox__content .section-heading {
  margin-top: 1rem;
}
.shoutbox__content h4 {
  font-size: 36px;
  font-family: bodoni-r;
  color: #704720;
  font-weight: 300;
}
@media (max-width: 1399.98px) {
  .shoutbox__content h4 {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .shoutbox__content h4 {
    font-size: 24px;
  }
}
.shoutbox__content p {
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 1399.98px) {
  .shoutbox__content p {
    font-size: 16px;
  }
}

.shoutbox-page .item p {
  font-size: 18px;
  color: #000;
}
.shoutbox-page .item p img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
.shoutbox-page__text span {
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 1399.98px) {
  .shoutbox-page__text span {
    font-size: 16px;
  }
}
.shoutbox-page hr {
  opacity: 1;
  background-color: #5F3813;
  height: 2px;
  margin: 3rem 0;
}
.shoutbox-page .pagination {
  margin: 3rem 0;
}
.shoutbox-page .pagination .page-link {
  color: #5F3813;
  box-shadow: none;
}
.shoutbox-page .pagination .page-link.active {
  background-color: #5F3813;
  color: #fff;
  box-shadow: none;
}
.shoutbox-page .chapters__content {
  background-position: right;
  padding: 3rem 2rem 8rem 2rem;
}
.shoutbox-page .chapters__content p {
  margin-bottom: 1rem;
}
.shoutbox-page .chapters__content .dropdown {
  margin: 1.5rem 0;
}
.shoutbox-page .chapters__content .dropdown .form-select {
  width: 100%;
}
.shoutbox-page .chapters__content .dropdown .form-select:focus {
  border: 1px solid #ced4da;
}
.shoutbox-page .chapters__content .search {
  margin: 1.5rem 0;
}
.shoutbox-page .chapters__content .search input {
  width: 100%;
  background-color: #fff;
  color: #704720;
  border-radius: 8px;
  margin-top: 0;
  text-align: left;
  padding: 14px 20px;
  border: 1px solid #ced4da;
}
.shoutbox-page .chapters__content .search input:focus {
  border: 1px solid #ced4da;
}
.shoutbox-page .chapters__content .shoutbox__header {
  gap: 3rem;
}
.shoutbox-page .chapters__content .shoutbox__header img {
  width: 270px;
  height: 100px;
  object-fit: contain;
  margin-right: 0;
}
.shoutbox-page .chapters__content .shoutbox__header__content h2 {
  margin-bottom: 0.5rem;
}
.shoutbox-page .chapters__content .shoutbox__header__content h3 {
  margin-bottom: 1rem;
}
.shoutbox-page .shoutbox__content {
  margin-bottom: 1rem;
}
.shoutbox-page .shoutbox__content h4 {
  margin-top: 2rem;
  font-size: 30px;
}
@media (max-width: 1366.98px) {
  .shoutbox-page .shoutbox__content h4 {
    font-size: 24px;
  }
}
.shoutbox-page .shoutbox__content span {
  margin-bottom: 1rem;
}
.shoutbox-page .slick-slider .prev-arrow {
  left: -16px;
}
.shoutbox-page .slick-slider .next-arrow {
  right: -16px;
}

.shoutbox__header__content .btn {
  float: right;
}

.founder-header {
  padding: 2rem 0;
}
.founder-header h2 span {
  margin-left: 1rem;
}
.founder-header .btn {
  margin: 0;
  background-color: #fff;
  color: #704720;
}
.founder-header .btn:hover {
  background-color: #5F3813;
  color: #fff;
}

.founder {
  background-image: url(../img/new-homepage/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 4rem 0 5rem 0;
  position: relative;
}
.founder .artwork-content img {
  width: 50% !important;
}
.founder .artwork-content img:first-child {
  margin-bottom: 30px;
  height: unset;
  position: relative;
  bottom: unset;
}
.founder .section-heading {
  text-transform: capitalize;
}
.founder .heading-black {
  font-family: "Segoe UI";
  font-size: 24px;
}
.founder img:first-child {
  width: 135px;
  height: 450px;
  object-fit: contain;
  position: absolute;
  bottom: 5rem;
}
@media (max-width: 1199.98px) {
  .founder img:first-child {
    left: 6%;
  }
}
.founder img:nth-child(2) {
  width: 290px;
  height: 488px;
  object-fit: contain;
  position: absolute;
  bottom: 5rem;
  left: 21%;
}
@media (max-width: 1680.98px) {
  .founder img:nth-child(2) {
    left: 16%;
  }
}
@media (max-width: 1440.98px) {
  .founder img:nth-child(2) {
    left: 10%;
  }
}
@media (max-width: 1366.98px) {
  .founder img:nth-child(2) {
    left: 14%;
  }
}
@media (max-width: 1199.98px) {
  .founder img:nth-child(2) {
    left: 10%;
  }
}
.founder__details {
  min-height: 550px;
}
.founder__content {
  margin-bottom: 2rem;
  border: 1px solid #cca631;
  padding: 1.5rem;
  background-color: #f9f0df;
}
.founder__content h3 {
  font-size: 24px;
  color: #704720;
  margin-bottom: 8px;
}
@media (max-width: 1199.98px) {
  .founder__content h3 {
    font-size: 18px;
  }
}
.founder__content span {
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 1199.98px) {
  .founder__content span {
    font-size: 16px;
  }
}

.footer {
  padding: 2rem 0;
  background-color: #a87f58;
  position: relative;
}
.footer img {
  width: 240px;
  height: 60px;
  margin-bottom: 24px;
}
.footer p {
  font-size: 18px;
  color: #fff;
}
.footer__contact__links {
  padding: 1rem 0;
}
.footer__contact__links a {
  font-size: 18px;
  color: #fff;
  display: block;
  font-weight: 300;
}
.footer__contact__links a:hover {
  color: #5F3813;
}
.footer__contact__links a i {
  color: #5F3813;
  margin-right: 12px;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer__social ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: fit-content;
}
.footer__social ul a {
  color: #fff;
}
.footer__social ul a:hover i {
  background-color: #fff;
}
.footer__social ul a i {
  background-color: #5F3813;
  padding: 6px 8px;
  margin-right: 12px;
}
.footer__social ul a i:hover {
  background-color: #fff;
}
.footer__links h3 {
  font-size: 20px;
  color: #5F3813;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: under;
  margin-bottom: 32px;
  margin-top: 28px;
  font-weight: 600;
}
.footer__links a {
  display: block;
  font-size: 18px;
  color: #fff;
}
.footer__links a:hover {
  color: #5F3813;
}

.footer-bottom {
  background-color: #5e3713;
  padding: 1rem 0;
  bottom: 0;
  width: 100%;
}
.footer-bottom p {
  color: #fff;
  font-size: 18px;
}

.newsletter {
  background-image: url(../img/homepage/newsletter.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  margin: auto;
  margin-top: -7rem;
  margin-bottom: 4rem;
  border-radius: 16px;
}
@media (max-width: 1680.98px) {
  .newsletter {
    width: 90%;
  }
}
.newsletter__content {
  padding: 3rem 8rem;
}
@media (max-width: 1399.98px) {
  .newsletter__content {
    padding: 3rem;
  }
}
@media (max-width: 1199.98px) {
  .newsletter__content {
    padding: 1rem 0;
  }
}
.newsletter__content h2 {
  font-size: 30px;
  font-family: bodoni-r;
  color: #fff;
  font-weight: 300;
  margin-bottom: 24px;
}
@media (max-width: 1366.98px) {
  .newsletter__content h2 {
    font-size: 24px;
  }
}
.newsletter__content h2 span {
  color: #EFC970;
}
.newsletter__content form .btn {
  margin: 0;
  border-radius: 8px;
  width: 100px;
  background-color: #DDCCA7;
  color: #5F3813;
  padding: 8px 16px;
  height: 50px;
}
.newsletter__content form .btn:hover {
  background-color: #5F3813;
  color: #DDCCA7;
}
.newsletter__content form .form-control {
  border: none;
  border-radius: 8px;
  height: 50px;
  width: 30%;
}
.newsletter__content p {
  font-size: 18px;
}
.newsletter__content p a {
  color: #EFC970;
}
.newsletter__content p a:hover {
  color: #DDCCA7;
}
.newsletter__content p span {
  text-decoration: underline;
  text-underline-position: under;
}

.login-page-bg {
  background-image: url(../img/login/login-bg.png);
}
.login-page-bg .login {
  margin-top: -4rem;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login {
    margin-top: -2rem;
  }
}
.login-page-bg .login .otp_input {
  display: flex;
  justify-content: space-between;
}
.login-page-bg .login .otp_input input {
  width: 15%;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  border: 1px solid #ced4da;
  margin: 0 2px;
  border-radius: 10px;
  padding: 14px 20px;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login .otp_input input {
    width: 14%;
  }
}
.login-page-bg .login .login-with-otp .auth-sub-heading {
  margin-bottom: 0;
}
.login-page-bg .login .login-bg {
  background-image: url(../img/login/login-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 2rem 4rem 2rem;
}
.login-page-bg .login__content {
  text-align: center;
  padding: 38rem 0rem 10rem 0rem;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login__content {
    padding: 31rem 0rem 10rem 0rem;
  }
}
@media (max-width: 1199.98px) {
  .login-page-bg .login__content {
    padding: 26rem 0rem 10rem 0rem;
  }
}
.login-page-bg .login__page {
  background-color: #f6f3ea;
  padding: 3rem 2rem;
  border-radius: 12px;
  margin-top: 6rem;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login__page {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1199.98px) {
  .login-page-bg .login__page {
    margin-top: 3rem;
  }
}
@media (max-width: 1399.98px) {
  .login-page-bg .login__page .mt-5 {
    flex-direction: column;
  }
}
.login-page-bg .login__page .g-recaptcha {
  transform: scale(0.88);
  transform-origin: 0 0;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login__page .g-recaptcha {
    transform: scale(0.77);
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .login-page-bg .login__page .g-recaptcha {
    transform: scale(0.66);
  }
}
.login-page-bg .login__page a {
  font-size: 16px;
  color: #5F3813;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login__page a {
    align-self: flex-start;
  }
}
.login-page-bg .login__page a:hover {
  color: #5F3813;
  text-decoration: underline;
  text-underline-position: under;
}
.login-page-bg .login__page .mt-5 {
  margin-top: 2rem !important;
}
.login-page-bg .login__page .form-select {
  color: unset;
}
.login-page-bg .login__page .form-select:focus {
  border: 1px solid #ced4da;
}
.login-page-bg .login__page .form-control:focus {
  box-shadow: none;
}
.login-page-bg .login .btn-dark {
  border-radius: 21px;
}
.login-page-bg .login .btn-wrapper {
  border-top: 1px solid #5F3813;
  padding-top: 1.5rem;
}
.login-page-bg .login .btn-wrapper .btn-light:hover {
  text-decoration: unset;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login .btn-wrapper .btn-top-margin {
    margin-top: 1rem !important;
  }
}
.login-page-bg .login .btn-wrapper .btn-dark {
  color: #eadac5;
  font-size: 16px;
  border-radius: 21px;
  text-transform: uppercase;
  width: 130px;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .login-page-bg .login .btn-wrapper .btn-dark {
    font-size: 12px;
  }
}
.login-page-bg .login .btn-wrapper .btn-dark:hover {
  background-color: #eadac5;
  color: #5F3813;
  text-decoration: none;
}
.login-page-bg .login .btn-wrapper span {
  margin: 0 1rem;
}
.login-page-bg .login .btn-wrapper a {
  color: #5F3813;
  font-size: 16px;
  align-self: center;
}
@media (max-width: 1199.98px) {
  .login-page-bg .login .btn-wrapper a {
    font-size: 12px;
  }
}
.login-page-bg .login .btn-wrapper a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.login-page-bg .login .btn-wrapper a i {
  margin-right: 4px;
}
.login-page-bg .login .policy {
  margin: 2rem 0;
}
.login-page-bg .login .policy p a {
  font-size: 16px;
}
.login-page-bg .login .policy p a:hover {
  color: #5F3813;
}
.login-page-bg .login .contact-deatils-login p {
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .login-page-bg .login .contact-deatils-login p {
    font-size: 12px;
  }
}
.login-page-bg .login .contact-deatils-login a {
  font-size: 14px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .login-page-bg .login .contact-deatils-login a {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  .login-page-bg .login .contact-deatils-login a {
    font-size: 10px;
  }
}
.login-page-bg .login .contact-deatils-login a i {
  color: #5F3813;
  margin-right: 5px;
}
.login-page-bg .login .contact-deatils-login ul a i {
  background-color: #704720;
  color: #fff;
  padding: 6px 8px;
  margin-right: 8px;
}
.login-page-bg .login .contact-deatils-login ul a i:hover {
  color: #704720;
  background-color: #fff;
}
.login-page-bg .login .vl {
  border-left: 2px solid #5F3813;
  margin: 0 6px;
  height: 12px;
  display: inline-block;
}

.forgot-page .vl {
  margin: 0 6px !important;
}

.auth-main-heading {
  font-size: 24px;
  font-family: bodoni-r;
  color: #5F3813;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .auth-main-heading {
    font-size: 18px;
  }
}

.auth-heading {
  font-size: 24px;
  font-family: bodoni-r;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .auth-heading {
    font-size: 18px;
  }
}

.auth-sub-heading {
  font-size: 16px;
  color: #a97b50;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .auth-sub-heading {
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .auth-sub-heading {
    font-size: 12px;
  }
}

/* ------- Privacy ---------- */
.legal-section__content__heading {
  margin-top: 3rem;
  margin-bottom: 24px;
}
.legal-section__content__heading .card-brown-heading {
  text-align: left;
}
.legal-section__content__text {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
}
.legal-section__content__text ul li {
  list-style-type: circle;
  padding-bottom: 1rem;
}

#privacy h1 {
  color: #5F3813;
  margin-bottom: 1rem;
}

.my-zone-tab {
  padding: 0rem 0rem 4rem 0rem;
}
.my-zone-tab .nav-tabs {
  background-color: #5F3813;
}
.my-zone-tab .nav-tabs .nav-link {
  border: none;
  color: #fff;
  padding: 16px 24px;
  font-size: 16px;
}
.my-zone-tab .nav-tabs .nav-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
.my-zone-tab .nav-tabs .nav-link.active {
  background-color: #a98665;
  border-radius: 0;
  border-color: transparent;
}
.my-zone-tab .my-zone-content {
  background-color: #FAF8F1;
  padding: 30px;
  padding-bottom: 100px;
}
.my-zone-tab .my-zone-content .member_bg {
  background-image: none;
  background-color: transparent;
}
.my-zone-tab .my-zone-content .member_bg::before {
  content: unset;
}
.my-zone-tab .my-zone-content .my-zone-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.my-zone-tab .my-zone-content .my-zone-heading__left__img {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
.my-zone-tab .my-zone-content .my-zone-heading__left__img img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 1199.98px) {
  .my-zone-tab .my-zone-content .my-zone-heading__left__img img {
    width: 16px;
  }
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: end;
  /* Rounded sliders */
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle p {
  color: #5F3813 !important;
  font-size: 18px;
  font-weight: 600;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle .slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 6px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle input:checked + .slider {
  background-color: #5F3813;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle input:focus + .slider {
  box-shadow: 0 0 1px #5F3813;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle .slider.round {
  border-radius: 34px;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .profile-box-toggle .slider.round::before {
  border-radius: 50%;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .search {
  margin-top: 16px;
  position: relative;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .search input {
  padding-left: 60px !important;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .search input::placeholder {
  color: #5F3813;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .search img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
.my-zone-tab .my-zone-content .my-zone-heading__right__radio {
  display: flex;
  gap: 30px;
}
.my-zone-tab .my-zone-content .my-zone-heading__right label {
  font-size: 16px;
  font-weight: 600;
  color: #5F3813;
}
@media (max-width: 1199.98px) {
  .my-zone-tab .my-zone-content .my-zone-heading__right label {
    font-size: 18px;
  }
}
.my-zone-tab .my-zone-content .my-zone-heading__right .form-check-input:checked {
  background-color: #5F3813;
  border-color: #5F3813;
}
.my-zone-tab .my-zone-content .my-zone-heading__right .form-check-input:focus {
  box-shadow: none;
}
.my-zone-tab .my-zone-content .my-zone-box .item {
  margin: 30px 0;
}
.my-zone-tab .my-zone-content .my-zone-box .item__head {
  background-color: #5F3813;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.my-zone-tab .my-zone-content .my-zone-box .item__head h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .my-zone-tab .my-zone-content .my-zone-box .item__head h4 {
    font-size: 18px;
  }
}
.my-zone-tab .my-zone-content .my-zone-box .item__head span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.my-zone-tab .my-zone-content .my-zone-box .item__content {
  border-left: 2px solid #d1d1d1;
  border-right: 2px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 20px 40px;
}
.my-zone-tab .my-zone-content .my-zone-box .item__content__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.my-zone-tab .my-zone-content .my-zone-box .item__content__text h5 {
  font-size: 18px;
  color: #5F3813;
  margin-bottom: 3px;
  font-weight: 600;
}
.my-zone-tab .my-zone-content .my-zone-box .item__content__text p {
  font-size: 16px;
  color: #000000;
}
.my-zone-tab .my-zone-content .my-zone-box .item__content__text p strong {
  font-weight: 600;
}
.my-zone-tab .my-zone-content .my-zone-box .item__content__text span {
  font-size: 20px;
  font-weight: 600;
  color: #5F3813;
  display: inline-block;
}
.my-zone-tab .my-zone-content .my-zone-box .item__content__text .btn-wrapper {
  display: flex;
  gap: 1rem;
  margin-top: 20px;
}
.my-zone-tab .my-zone-content .my-zone-box__bookmark .upcoming-events {
  background-image: none;
  padding-top: 2rem;
}
.my-zone-tab .my-zone-content .my-zone-box__circle .upcoming-events {
  background-image: none;
  padding-top: 2rem;
}
@media (max-width: 1399.98px) {
  .my-zone-tab .my-zone-content .my-zone-box__circle .upcoming-events .item__content .btn {
    width: 140px;
  }
}
@media (max-width: 1199.98px) {
  .my-zone-tab .my-zone-content .my-zone-box__circle .upcoming-events .item__content .btn {
    width: 110px;
  }
}
.my-zone-tab .my-zone-content #incoming-content .item {
  position: relative;
}
.my-zone-tab .my-zone-content #incoming-content .item .item__content .user-icon {
  position: absolute;
  top: 0;
  right: 40px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .my-zone-tab .my-zone-content #incoming-content .item .item__content .user-icon {
    top: 10px;
    right: 30px;
  }
}
.my-zone-tab .my-zone-content #incoming-content .item .item__content .user-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.my-zone-tab .my-zone-content #outgoing-content .item {
  position: relative;
}
.my-zone-tab .my-zone-content #outgoing-content .item .item__content .mail-icon-text {
  position: absolute;
  top: 0;
  right: 40px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .my-zone-tab .my-zone-content #outgoing-content .item .item__content .mail-icon-text {
    top: 10px;
    right: 20px;
  }
}
.my-zone-tab .my-zone-content #outgoing-content .item .item__content .mail-icon-text a {
  font-size: 16px;
  color: #5F3813;
  font-weight: 600;
}
.my-zone-tab .my-zone-content #outgoing-content .item .item__content .mail-icon-text a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 10px;
}
.my-zone-tab #circle .input-group {
  width: auto;
  align-items: center;
}
.my-zone-tab #circle .input-group .input-group-text {
  border-radius: 0;
  background-color: unset;
  border: unset;
  font-size: 18px;
  text-transform: uppercase;
  color: #AA825A;
  font-weight: 600;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
.my-zone-tab #circle .input-group .input-group-text::before {
  content: "";
  position: absolute;
  background-color: #000000;
  width: 2px;
  height: 100%;
  left: 0;
}
.my-zone-tab #circle .custom-select {
  border: 1px solid #707070;
  padding: 10px;
  min-width: 120px;
}

#circle .content {
  display: none;
}

.zone-show {
  display: inline-flex;
}

.zone-hide {
  display: none;
}

.profile-section .my-zone-content {
  padding: 0;
  background: #FAF8F1;
  padding-bottom: 100px;
}
.profile-section .my-zone-content .my-zone-heading {
  padding: 30px;
}
.profile-section .my-zone-content .my-zone-heading .my-zone-heading__left .text-with-verticle-line span {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #AA825A;
  display: inline-block;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
}
@media (max-width: 1199.98px) {
  .profile-section .my-zone-content .my-zone-heading .my-zone-heading__left .text-with-verticle-line span {
    font-size: 18px;
  }
}
.profile-section .my-zone-content .my-zone-heading .my-zone-heading__left .text-with-verticle-line span::before {
  content: "";
  position: absolute;
  background-color: #AA825A;
  width: 2px;
  height: 100%;
  left: 0;
}
.profile-section .my-zone-content .my-zone-heading .my-zone-heading__right p {
  font-size: 18px;
  color: #000000;
}
.profile-section .my-zone-content .my-zone-heading .my-zone-heading__right p span {
  color: #5F3813;
  font-weight: 600;
}
.profile-section .my-zone-content .my-zone-profile-content .nav {
  background-color: #f5eedf;
  margin-bottom: 40px;
}
.profile-section .my-zone-content .my-zone-profile-content .nav .nav-link {
  text-align: left;
  padding: 10px 30px;
  color: #5F3813;
  border-radius: 0;
  position: relative;
  font-size: 16px;
}
.profile-section .my-zone-content .my-zone-profile-content .nav .nav-link.active {
  background-color: #a98665;
  color: #f5eedf;
  font-weight: 600;
  border-left: 4px solid #5F3813;
  border-right: 4px solid #5F3813;
}
.profile-section .my-zone-content .my-zone-profile-content .nav .nav-link.active::after {
  content: "";
  position: absolute;
  background-image: url(../img/my-zone/tick.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content {
  padding-bottom: 30px;
  margin-right: 1rem;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text {
  background-color: #f5eedf;
  padding: 20px;
  margin-bottom: 30px;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .brown-subheading {
  margin-bottom: 20px;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text label {
  font-size: 16px;
  font-weight: 600;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text label span {
  color: #ff0404;
  font-weight: 400;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .form-select {
  font-size: 16px;
  padding: 12px 20px;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .form-select:focus {
  box-shadow: none;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .form-control {
  font-size: 16px !important;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text input[type=file] {
  text-align: left;
  font-size: 16px;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text input[type=file]::-webkit-file-upload-button {
  float: right;
  margin-right: 0;
  border: 1px solid #aaaaaa;
  border-radius: 21px;
  background-color: #5F3813;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .form-check-input:checked[type=checkbox] {
  background-image: url(../img/my-zone/tick.png);
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .form-check-input {
  border-radius: 0;
  border: 1px solid #afafaf;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .form-check-input:focus {
  box-shadow: none;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .form-check-input:checked {
  background-color: transparent;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content__text .help-block {
  color: #ff0404;
  font-size: 12px;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content .btn-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: end;
}
.profile-section .my-zone-content .my-zone-profile-content .essentials__content .btn-wrapper p {
  color: #0c9857;
  font-weight: 400;
  font-size: 16px;
}
.profile-section .profile-user-box {
  border: 1px solid #707070;
  margin: 0 16px 0 30px;
  padding: 30px 16px 60px 16px;
  position: relative;
  margin-bottom: 60px;
  background-color: #fff;
}
@media (max-width: 1199.98px) {
  .profile-section .profile-user-box {
    margin: 10px 10px 10px 30px;
    padding: 30px 10px 60px 10px;
    margin-bottom: 60px;
  }
}
.profile-section .profile-user-box__img img {
  width: 100%;
}
.profile-section .profile-user-box__text {
  text-align: center;
  margin-top: 20px;
  word-wrap: break-word;
}
.profile-section .profile-user-box__text .brown-subheading {
  margin-bottom: 5px !important;
  text-transform: capitalize !important;
}
@media (max-width: 1199.98px) {
  .profile-section .profile-user-box__text .brown-subheading {
    font-size: 16px;
  }
}
.profile-section .profile-user-box__text .profile-sub-heading {
  font-size: 18px;
  color: #5F3813;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .profile-section .profile-user-box__text .profile-sub-heading {
    font-size: 14px;
  }
}
.profile-section .profile-user-box__text p {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .profile-section .profile-user-box__text p {
    font-size: 14px;
  }
}
.profile-section .profile-user-box .btn-wrapper a {
  position: absolute;
  bottom: 0;
  transform: translate(0%, 50%);
}
@media (max-width: 1199.98px) {
  .profile-section .profile-user-box .btn-wrapper a {
    width: 160px;
  }
}
.profile-section#access .access-content .profile-user-box__details {
  margin: 10px 10px 10px 30px;
}
.profile-section#access .access-content .profile-user-box__details .brown-subheading {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 400;
}
.profile-section#access .access-content .profile-user-box__details p {
  font-size: 16px;
  color: #000000;
}
.profile-section#access .access-content .essentials__content__text {
  padding: 100px;
  margin-right: 50px;
}

.repeater-profile-form {
  margin-right: 1rem;
}
.repeater-profile-form .item {
  background-color: #f5eedf;
  padding: 20px;
  margin-bottom: 30px;
}
.repeater-profile-form .item h4 {
  font-size: 20px;
  font-family: bodoni-r;
  text-transform: uppercase;
  color: #5f3813;
  font-weight: 400;
  margin-bottom: 20px;
}
.repeater-profile-form .item h4 img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
.repeater-profile-form .item label {
  font-size: 16px;
  font-weight: 600;
}
.repeater-profile-form .item label span {
  color: #ff0404;
  font-weight: 400;
}
.repeater-profile-form .item .trash-icon a {
  font-size: 18px;
  color: #5F3813;
}
.repeater-profile-form .item .trash-icon a:hover {
  text-decoration: underline;
}
.repeater-profile-form .item .trash-icon a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 6px;
}
.repeater-profile-form .btn-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
.repeater-profile-form .btn-wrapper p {
  color: #ff0404;
  font-weight: 400;
}
.repeater-profile-form input[type=file] {
  text-align: left;
  font-size: 16px;
}
.repeater-profile-form input[type=file]::-webkit-file-upload-button {
  float: right;
  margin-right: 0;
  border: 1px solid #aaaaaa;
  border-radius: 21px;
  background-color: #5F3813;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.repeater-profile-form .help-block {
  color: #ff0404;
  font-size: 12px;
}
.repeater-profile-form .preview-img img {
  width: 100%;
}

.e-ticket {
  position: relative;
  background: linear-gradient(180deg, rgb(254, 249, 240) 23%, rgb(241, 231, 208) 53%, rgb(229, 212, 174) 86%);
  padding: 50px 0;
  padding-right: 100px;
}
@media (max-width: 991.98px) {
  .e-ticket {
    padding: 50px 0;
  }
}
.e-ticket::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgb(95, 56, 19) 23%, rgb(129, 92, 57) 53%, rgb(169, 134, 101) 86%);
  height: 20px;
  width: 100%;
  top: 0;
  left: 0;
}
.e-ticket::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgb(95, 56, 19) 23%, rgb(129, 92, 57) 53%, rgb(169, 134, 101) 86%);
  height: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.e-ticket__logo {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.e-ticket__logo img {
  max-width: 280px;
}
@media (max-width: 991.98px) {
  .e-ticket__logo img {
    max-width: 240px;
  }
}
.e-ticket__content {
  padding-top: 30px;
}
@media (max-width: 991.98px) {
  .e-ticket__content {
    padding-top: 16px;
  }
}
.e-ticket__content__img {
  padding: 40px 0;
}
.e-ticket__content__img img {
  width: 100%;
}
.e-ticket__content h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
  font-family: bodoni-r;
}
.e-ticket__content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1;
}
@media (max-width: 991.98px) {
  .e-ticket__content p {
    margin-bottom: 8px;
  }
}
@media (max-width: 575.98px) {
  .e-ticket__content p {
    font-size: 16px;
  }
}
.e-ticket__content p span {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .e-ticket__content p span {
    font-size: 16px;
  }
}
.e-ticket .item {
  box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.25);
  height: 100%;
  background-color: #fff;
}
.e-ticket .item__header {
  text-align: center;
  padding: 10px 16px;
  background: linear-gradient(90deg, rgb(95, 56, 19) 40%, rgb(129, 92, 57) 100%, rgb(169, 134, 101) 100%);
  display: flex;
  justify-content: space-between;
}
.e-ticket .item__header h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: bodoni-r;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .e-ticket .item__header h2 {
    font-size: 16px;
  }
}
.e-ticket .item__header p {
  font-size: 18px;
  font-weight: 600;
  color: #f9f3e4;
}
@media (max-width: 575.98px) {
  .e-ticket .item__header p {
    font-size: 14px;
  }
}
.e-ticket .item__content {
  padding: 22px;
}
@media (max-width: 991.98px) {
  .e-ticket .item__content {
    padding: 16px;
  }
}
.e-ticket .item__content h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a98665;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .e-ticket .item__content h3 {
    font-size: 14px;
  }
}
.e-ticket .item__content p {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .e-ticket .item__content p {
    font-size: 14px;
  }
}
.e-ticket .item__content span {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .e-ticket .item__content span {
    font-size: 14px;
  }
}
.e-ticket .item__content__img img {
  border: 5px solid #ebebeb;
  width: 80%;
}
.e-ticket .btn-wrapper a {
  width: 160px !important;
}
.e-ticket .btn-wrapper a:hover {
  background-color: #fff;
}
.e-ticket .e-ticket--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .e-ticket .e-ticket--mobile {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .e-ticket .e-ticket--desktop .e-ticket__content__img {
    display: none;
  }
  .e-ticket .e-ticket--desktop .rsvp {
    display: none;
  }
  .e-ticket .e-ticket--desktop .btn-wrapper a {
    display: none;
    margin-top: 1rem;
  }
}

.green {
  color: #0fb953;
}

.red {
  color: #ef0e0e;
}

#e-ticket {
  padding: 0 !important;
}
#e-ticket .modal-dialog {
  max-width: 90%;
  margin: auto;
}
#e-ticket .modal-body {
  background: unset;
  padding: 0;
  text-align: unset;
}

.modal-dialog-scrollbar-width {
  overflow-y: auto;
  scrollbar-width: thin;
}

.modal-dialog-scrollbar-width::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

.modal-dialog-scrollbar-width::-webkit-scrollbar-thumb {
  background-color: #888;
}

#invoice-e-ticket {
  padding: 0 !important;
}
#invoice-e-ticket .container-fluid {
  max-width: 80%;
}
@media (max-width: 991.98px) {
  #invoice-e-ticket .container-fluid {
    max-width: 100%;
  }
}
#invoice-e-ticket .modal-dialog {
  max-width: 90%;
  margin: auto;
}
#invoice-e-ticket .modal-body {
  background: linear-gradient(0deg, rgb(242, 234, 217) 15%, rgb(253, 252, 250) 45%, rgb(255, 255, 255) 84%);
  padding: 0;
  text-align: unset;
}
#invoice-e-ticket .modal-dialog-scrollbar-width {
  overflow-y: auto;
  scrollbar-width: thin;
}
#invoice-e-ticket .modal-dialog-scrollbar-width::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
#invoice-e-ticket .modal-dialog-scrollbar-width::-webkit-scrollbar-thumb {
  background-color: #888;
}

#invoice-nomination {
  padding: 0 !important;
}
#invoice-nomination .container-fluid {
  max-width: 80%;
}
@media (max-width: 991.98px) {
  #invoice-nomination .container-fluid {
    max-width: 100%;
  }
}
#invoice-nomination .modal-dialog {
  max-width: 90%;
  margin: auto;
}
#invoice-nomination .modal-body {
  background: linear-gradient(0deg, rgb(242, 234, 217) 15%, rgb(253, 252, 250) 45%, rgb(255, 255, 255) 84%);
  padding: 0;
  text-align: unset;
}
#invoice-nomination .modal-dialog-scrollbar-width {
  overflow-y: auto;
  scrollbar-width: thin;
}
#invoice-nomination .modal-dialog-scrollbar-width::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
#invoice-nomination .modal-dialog-scrollbar-width::-webkit-scrollbar-thumb {
  background-color: #888;
}

.invoice__text-mobile {
  background-color: #a98665;
  padding: 16px 32px;
}
@media (min-width: 992px) {
  .invoice__text-mobile {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .invoice__text-mobile {
    padding: 10px;
  }
}
.invoice__text-mobile h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .invoice__text-mobile h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .invoice__text-mobile h3 {
    font-size: 18px;
  }
}
.invoice__text-mobile p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .invoice__text-mobile p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .invoice__text-mobile p {
    font-size: 12px;
  }
}
@media (max-width: 375.98px) {
  .invoice__text-mobile p {
    font-size: 10px;
  }
}
.invoice__text-mobile p span {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .invoice__text-mobile p span {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .invoice__text-mobile p span {
    font-size: 12px;
  }
}
@media (max-width: 375.98px) {
  .invoice__text-mobile p span {
    font-size: 10px;
  }
}

.invoice-myzone__header {
  padding: 32px 32px 16px 32px;
}
@media (max-width: 991.98px) {
  .invoice-myzone__header {
    padding: 16px 32px 16px 32px;
  }
}
@media (max-width: 575.98px) {
  .invoice-myzone__header {
    padding: 10px;
  }
}
.invoice-myzone__header__logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__logo img {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .invoice-myzone__header__text .invoice__text-desktop {
    display: none;
  }
}
.invoice-myzone__header__text h2 {
  font-size: 20px;
  color: #704720;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text h2 {
    font-size: 16px;
  }
}
.invoice-myzone__header__text h3 {
  font-size: 20px;
  color: #704720;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text h3 {
    font-size: 18px;
  }
}
.invoice-myzone__header__text h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #704720;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text h4 {
    font-size: 16px;
  }
}
.invoice-myzone__header__text p {
  font-size: 16px;
  color: #000000;
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text p {
    font-size: 14px;
  }
}
.invoice-myzone__header__text span {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text span {
    font-size: 14px;
  }
}
.invoice-myzone__content {
  border-bottom: 1px solid #707070;
}
.invoice-myzone__content table {
  margin-bottom: 0;
}
.invoice-myzone__content table .icon-text {
  display: flex;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text {
    gap: 10px;
  }
}
.invoice-myzone__content table .icon-text h5 {
  color: #5F3813;
  font-size: 20px;
  font-family: bodoni-r;
  margin-bottom: 5px;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text h5 {
    font-size: 16px;
  }
}
.invoice-myzone__content table .icon-text h6 {
  color: #000;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text h6 {
    font-size: 14px;
  }
}
.invoice-myzone__content table .icon-text__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text__icon img {
    width: 24px;
    height: 24px;
  }
}
.invoice-myzone__content table .icon-text__text p {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text__text p {
    font-size: 12px;
  }
}
.invoice-myzone__content table .icon-text__text span {
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text__text span {
    font-size: 12px;
  }
}
.invoice-myzone__content table thead {
  background-color: #704720;
}
.invoice-myzone__content table thead th {
  padding: 10px 32px;
  color: #fbf8f3;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table thead th {
    padding: 10px;
    font-size: 16px;
  }
}
.invoice-myzone__content table tbody tr td {
  padding: 10px 32px;
  border: none;
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table tbody tr td {
    padding: 10px;
    font-size: 12px;
  }
}
.invoice-myzone__bill {
  padding: 10px 0;
}
.invoice-myzone__bill tr {
  text-align: end;
}
.invoice-myzone__bill tr td {
  border: none;
  padding: 0.2rem 0.5rem;
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__bill tr td {
    font-size: 12px;
  }
}
.invoice-myzone__bill tr td span {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__bill tr td span {
    font-size: 12px;
  }
}
.invoice-myzone__bill tr td p {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__bill tr td p {
    font-size: 10px;
  }
}
.invoice-myzone .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 32px 16px;
}
@media (max-width: 991.98px) {
  .invoice-myzone .btn-wrapper {
    border-top: 1px solid #707070 !important;
  }
}
.invoice-myzone .btn-wrapper a {
  width: 160px !important;
}
@media (max-width: 575.98px) {
  .invoice-myzone .btn-wrapper a {
    font-size: 14px;
  }
}

.top-line {
  position: relative;
}
.top-line::before {
  position: absolute;
  content: "";
  background-color: #5D5D5D;
  width: 50%;
  height: 1px;
  right: 0;
  top: 0;
}

@media (max-width: 991.98px) {
  .b-top {
    border-top: 1px solid #707070;
  }
}

._bg-color {
  background: linear-gradient(0deg, rgb(242, 234, 217) 15%, rgb(253, 252, 250) 45%, rgb(255, 255, 255) 84%);
  height: 100vh;
}

.council {
  padding: 2rem 0 0 0;
}
.council .council-bg {
  background-color: #ffffff;
  padding: 30px 0 120px 0;
}
.council__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 32px;
}
.council__head__text {
  padding: 0 32px;
}
.council__head__text p {
  margin-bottom: 1rem;
}
.council__head__left {
  display: flex;
  align-items: end;
  margin-left: -20px;
}
.council__head__left img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.council__head__left h2 {
  font-size: 30px;
  font-family: bodoni-r;
  text-transform: uppercase;
  font-weight: 400;
  color: #5F3813;
}
@media (max-width: 1366.98px) {
  .council__head__left h2 {
    font-size: 24px;
  }
}
.council__head__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.council__head__right p {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000000;
}
.council__head__right p img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.council__tab {
  padding: 2rem 0;
}
.council__tab .nav {
  background-color: #5f3813;
}
.council__tab .nav .nav-item img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.council__tab .nav .nav-item .nav-link {
  font-size: 20px;
  color: #fefefd;
  padding: 16px 32px;
  border-radius: 0;
  display: flex;
  gap: 10px;
}
@media (max-width: 1199.98px) {
  .council__tab .nav .nav-item .nav-link {
    padding: 16px;
  }
}
.council__tab .nav .nav-item .nav-link.active {
  background-color: #a98665;
}
.council__tab .tab-content {
  padding: 0 32px;
}
@media (max-width: 1366.98px) {
  .council__tab .tab-content {
    padding: 0 16px;
  }
}
.council__tab .tab-content .items .item-head-box {
  height: 100%;
}
.council__tab .tab-content .items .item-head-box__img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}
.council__tab .tab-content .items .item-head-box__text {
  background-color: #5f3813;
  padding: 60px 32px;
  position: relative;
}
@media (max-width: 1366.98px) {
  .council__tab .tab-content .items .item-head-box__text {
    padding: 60px 16px;
  }
}
.council__tab .tab-content .items .item-head-box__text::after {
  content: "";
  position: absolute;
  background-image: url(../img/council/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  padding-bottom: 56.25%;
  top: 0;
  right: 0;
}
.council__tab .tab-content .items .item-head-box__text .heading-bg-brown {
  color: #f0e0bc;
}
@media (max-width: 1366.98px) {
  .council__tab .tab-content .items .item-head-box__text .heading-bg-brown {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .council__tab .tab-content .items .item-head-box__text .heading-bg-brown {
    font-size: 24px;
  }
}
.council__tab .tab-content .items .item-head-box__text p {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.council__tab .tab-content .items .item-head-box__img img {
  width: 100%;
}
.council__tab .tab-content .items .item {
  border: 1px solid #5f3813;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.council__tab .tab-content .items .item__img-text {
  width: 60%;
  margin: 2rem auto 0 auto;
}
.council__tab .tab-content .items .item__img {
  position: relative;
}
.council__tab .tab-content .items .item__img img {
  width: 100%;
}
.council__tab .tab-content .items .item__img__text {
  background-color: #ddcca7;
  padding: 8px 16px;
}
.council__tab .tab-content .items .item__img__text .heading-black {
  font-weight: 600;
  text-align: center;
}
.council__tab .tab-content .items .item__text {
  padding: 32px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.council__tab .tab-content .items .item__text .card-brown-heading {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.council__tab .tab-content .items .item__text span {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
  display: block;
}
.council__tab .tab-content .items .item__text p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.council__tab .tab-content .items .item__text .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.leadership-founder .leadership-founder__bg {
  background-color: #faf8f1;
  padding: 30px 0 0 0;
}
.leadership-founder__content {
  padding: 0 60px;
}
.leadership-founder__content p {
  margin-bottom: 1rem;
}
.leadership-founder__content__head {
  margin-bottom: 30px;
  display: flex;
  align-items: end;
  margin-left: -20px;
}
.leadership-founder__content__head img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.leadership-founder__content__head h2 {
  font-size: 30px;
  font-family: bodoni-r;
  text-transform: uppercase;
  font-weight: 500;
  color: #5F3813;
}
@media (max-width: 1366.98px) {
  .leadership-founder__content__head h2 {
    font-size: 24px;
  }
}
.leadership-founder .item {
  padding: 32px 60px;
}
.leadership-founder .item__img img {
  width: 100%;
}
.leadership-founder .item__text {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.leadership-founder .item__text.left-deco {
  padding-left: 60px;
}
.leadership-founder .item__text.left-deco::before {
  content: "";
  position: absolute;
  background-image: url(../img/advisor/left-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 50px;
  height: 100%;
  left: 0;
}
.leadership-founder .item__text.right-deco {
  padding-right: 60px;
}
.leadership-founder .item__text.right-deco::after {
  content: "";
  position: absolute;
  background-image: url(../img/advisor/right-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 50px;
  height: 100%;
  right: 0;
}
.leadership-founder .item__text .card-brown-heading {
  margin-bottom: 0;
}
.leadership-founder .item__text p {
  color: #000;
  font-size: 18px;
}

.leader-list .leadership-list__bg {
  background-color: #faf8f1;
  padding: 0 60px 120px 60px;
  border-top: 5px solid #5F3813;
}
.leader-list .leadership-list__bg .item {
  padding: 32px;
  margin-bottom: 30px;
  border-radius: 24px;
  background-color: #fff;
}
.leader-list__head {
  background-color: #5F3813;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  text-align: center;
  padding: 32px;
  margin-bottom: 40px;
}
.leader-list__head h2 {
  font-size: 30px;
  font-family: bodoni-r;
  text-transform: uppercase;
  font-weight: 500;
  color: #fefdfc;
  position: relative;
  display: inline;
}
@media (max-width: 1366.98px) {
  .leader-list__head h2 {
    font-size: 24px;
  }
}
.leader-list__head h2::before {
  content: "";
  position: absolute;
  background-image: url(../img/advisor/left-flower-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-left: -32px;
  transform: translate(0, -50%);
}
.leader-list__head h2::after {
  content: "";
  position: absolute;
  background-image: url(../img/advisor/right-flower-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  margin-right: -32px;
  transform: translate(0, -50%);
}
.leader-list .pagination-section {
  padding-top: 30px;
}

.network {
  padding: 50px 0;
  background-image: url(../img/new-homepage/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.network .card-black-heading {
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Segoe UI";
}
.network .section-heading {
  text-transform: capitalize;
  margin-bottom: 16px;
}
.network .item {
  padding: 16px;
}
.network .item__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-bottom: 30px;
}
.network .item__text {
  text-align: center;
}
.network .item__text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.club {
  background-image: url(../img/home-page/club-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1680.98px) {
  .club {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1399.98px) {
  .club {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 1199.98px) {
  .club {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.club .section-heading {
  color: #d1af70;
  text-transform: capitalize;
}
.club .section-heading span {
  font-size: 50px;
  font-family: bodoni-r;
}
@media (max-width: 1680.98px) {
  .club .section-heading span {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .club .section-heading span {
    font-size: 30px;
  }
}
.club .heading-white {
  margin-bottom: 20px;
}
.club p {
  color: #fff;
  font-size: 16px;
}

.club-list {
  background-image: url(../img/new-homepage/club-list-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 110px;
}
.club-list .item {
  text-align: center;
  padding: 0 30px;
  width: 33%;
}
.club-list .item .deco-line {
  width: 4px;
  height: 100%;
}
.club-list .item .section-heading {
  color: #d1af70;
}
.club-list .item .card-brown-heading {
  color: #d1af70;
  text-transform: capitalize;
}
.club-list .item p {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.event-showcase {
  padding: 50px 0;
  background-image: url(../img/new-homepage/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.event-showcase .heading-black {
  font-size: 24px;
  margin-bottom: 16px;
  font-family: "Segoe UI";
}
.event-showcase .section-heading {
  text-transform: capitalize;
}
.event-showcase__content {
  margin-top: 30px;
  border: 15px solid #e8d9b6;
  padding: 0;
}
.event-showcase__content .top-icons {
  padding-right: 16px;
  margin-top: 0;
}
.event-showcase__content .top-icons .icon-box {
  margin-top: 10px;
}
.event-showcase__content .top-icons .bookmark-base img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.event-showcase__content__slider .item__img img {
  max-width: 100%;
  border: 2px solid #000;
}
.event-showcase__content__slider .item__text {
  background-color: #e8d9b6;
  text-align: center;
  padding-top: 10px;
}
.event-showcase__content__slider .prev-arrow {
  left: -12px;
}
.event-showcase__content__slider .next-arrow {
  right: -12px;
}
.event-showcase__content .recent__events {
  padding: 0;
  border-radius: 0;
}

.member-in-focus {
  background-image: url(../img/new-homepage/bg-member-event-focus.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.member-in-focus .heading-white {
  font-size: 24px;
  display: inline-block;
  font-family: "Segoe UI";
}
.member-in-focus .section-heading {
  text-transform: capitalize;
  color: #d1af70;
}
.member-in-focus p {
  color: #fff;
}
.member-in-focus__content {
  margin-top: 130px;
}
@media (max-width: 1366.98px) {
  .member-in-focus__content {
    margin-top: 100px;
  }
}
.member-in-focus__content .item {
  padding: 32px;
  position: relative;
}
.member-in-focus__content .item__img {
  width: 50%;
  margin: auto;
  margin-top: -80px;
  margin-bottom: 30px;
}
.member-in-focus__content .item__img img {
  max-width: 100%;
}
.member-in-focus__content .item__text {
  text-align: center;
}
.member-in-focus__content .item__text .card-brown-heading {
  color: #d1af70;
}
.member-in-focus__content .item__text p {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.member-in-focus__content .item__text strong {
  color: #d1af70;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.member-in-focus__content .item__text span {
  color: #d1af70;
  font-size: 16px;
}

.shoutbox-section {
  padding-bottom: 60px;
  background-image: url(../img/new-homepage/bg-home.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.shoutbox-section .heading-black {
  font-family: "Segoe UI";
  text-transform: capitalize;
  font-size: 24px;
}
.shoutbox-section .section-heading {
  text-transform: capitalize;
}
.shoutbox-section__logo img {
  max-width: 30%;
  margin-bottom: 30px;
}
.shoutbox-section__content i {
  padding: 32px 0 16px 0;
  display: inline-block;
}
.shoutbox-section__content__text {
  padding-top: 32px;
}
.shoutbox-section__content__text .section-heading {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
}
.shoutbox-section__content__text p {
  margin-bottom: 16px;
}
.shoutbox-section__slider .item__img img {
  max-width: 100%;
}
.shoutbox-section__slider .prev-arrow {
  left: -12px;
}
.shoutbox-section__slider .next-arrow {
  right: -12px;
}

.quick-analytics {
  background-image: url(../img/new-homepage/quick-analytics.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 1366.98px) {
  .quick-analytics {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (max-width: 1199.98px) {
  .quick-analytics {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
.quick-analytics .section-heading {
  text-transform: capitalize;
  color: #d1af70;
}
.quick-analytics__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin-left: 40px;
  margin-right: 40px;
}
.quick-analytics__items .item {
  text-align: center;
}
.quick-analytics__items .item__bg-img {
  position: relative;
}
.quick-analytics__items .item__bg-img img {
  max-width: 100%;
}
.quick-analytics__items .item__bg-img__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quick-analytics__items .item__bg-img__content__icon {
  text-align: center;
}
.quick-analytics__items .item__bg-img__content__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-bottom: 8px;
}
@media (max-width: 1366.98px) {
  .quick-analytics__items .item__bg-img__content__icon img {
    width: 30px;
    height: 30px;
  }
}
.quick-analytics__items .item__bg-img__content__text p {
  font-size: 15px;
  color: #fff;
}
.quick-analytics__items .item__bg-img__content__text span {
  font-size: 32px;
  font-family: bodoni-r;
  color: #d1af70;
}
@media (max-width: 1366.98px) {
  .quick-analytics__items .item__bg-img__content__text span {
    font-size: 26px;
  }
}

._text-end {
  text-align: end;
}
._text-center {
  text-align: center;
}
._text-right {
  text-align: right;
}
._text-left {
  text-align: left;
}

.container-fluid {
  max-width: 80%;
}
@media (max-width: 991.98px) {
  .container-fluid {
    max-width: 100%;
  }
}

.selin-talk-invoice .top-line::before {
  content: unset;
}

.invoice__text-mobile {
  background-color: #a98665;
  padding: 16px 32px;
}
@media (min-width: 992px) {
  .invoice__text-mobile {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .invoice__text-mobile {
    padding: 10px;
  }
}
.invoice__text-mobile h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
  font-family: "Segoe UI";
}
@media (max-width: 767.98px) {
  .invoice__text-mobile h3 {
    font-size: 26px;
  }
}
.invoice__text-mobile p {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-family: "Nunito";
}
@media (max-width: 767.98px) {
  .invoice__text-mobile p {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .invoice__text-mobile p {
    font-size: 12px;
  }
}
@media (max-width: 375.98px) {
  .invoice__text-mobile p {
    font-size: 10px;
  }
}
.invoice__text-mobile p span {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .invoice__text-mobile p span {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .invoice__text-mobile p span {
    font-size: 12px;
  }
}
@media (max-width: 375.98px) {
  .invoice__text-mobile p span {
    font-size: 10px;
  }
}

.invoice-myzone__header {
  padding: 32px 32px 16px 32px;
}
@media (max-width: 991.98px) {
  .invoice-myzone__header {
    padding: 16px 32px 16px 32px;
  }
}
@media (max-width: 575.98px) {
  .invoice-myzone__header {
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  .invoice-myzone__header__logo {
    text-align: center;
  }
}
.invoice-myzone__header__logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__logo img {
    max-width: 150px;
  }
}
@media (max-width: 991.98px) {
  .invoice-myzone__header__text {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .invoice-myzone__header__text .invoice__text-desktop {
    display: none;
  }
}
.invoice-myzone__header__text h2 {
  font-size: 20px;
  color: #704720;
  font-weight: 600;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text h2 {
    font-size: 16px;
  }
}
.invoice-myzone__header__text h3 {
  font-size: 20px;
  color: #704720;
  font-weight: 800;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text h3 {
    font-size: 18px;
  }
}
.invoice-myzone__header__text h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #704720;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text h4 {
    font-size: 16px;
  }
}
.invoice-myzone__header__text p {
  font-size: 16px;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text p {
    font-size: 14px;
  }
}
.invoice-myzone__header__text span {
  font-weight: 600;
  font-size: 16px;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__header__text span {
    font-size: 14px;
  }
}
.invoice-myzone__content {
  border-bottom: 1px solid #707070;
}
.invoice-myzone__content table {
  margin-bottom: 0;
}
.invoice-myzone__content table .icon-text {
  display: flex;
  gap: 1rem;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text {
    gap: 10px;
  }
}
.invoice-myzone__content table .icon-text h5 {
  color: #aa825a;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text h5 {
    font-size: 16px;
  }
}
.invoice-myzone__content table .icon-text h6 {
  color: #a98665;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text h6 {
    font-size: 14px;
  }
}
.invoice-myzone__content table .icon-text__icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text__icon img {
    width: 24px;
    height: 24px;
  }
}
.invoice-myzone__content table .icon-text__text p {
  font-weight: 400;
  font-size: 16px;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text__text p {
    font-size: 12px;
  }
}
.invoice-myzone__content table .icon-text__text span {
  font-weight: 600;
  font-size: 16px;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table .icon-text__text span {
    font-size: 12px;
  }
}
.invoice-myzone__content table thead {
  background-color: #704720;
}
.invoice-myzone__content table thead th {
  padding: 10px 32px;
  color: #fbf8f3;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Nunito";
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table thead th {
    padding: 10px;
    font-size: 16px;
  }
}
.invoice-myzone__content table tbody tr td {
  padding: 10px 32px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  font-family: "Segoe UI";
}
.invoice-myzone__content table tbody tr td .silver {
  font-family: "Nunito";
  color: #666666;
}
@media (max-width: 575.98px) {
  .invoice-myzone__content table tbody tr td {
    padding: 10px;
    font-size: 12px;
  }
}
.invoice-myzone__bill {
  padding: 10px 0;
}
.invoice-myzone__bill tr {
  text-align: end;
}
.invoice-myzone__bill tr td {
  border: none;
  padding: 0.2rem 0.5rem;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__bill tr td {
    font-size: 12px;
  }
}
.invoice-myzone__bill tr td span {
  font-weight: 800;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .invoice-myzone__bill tr td span {
    font-size: 12px;
  }
}
.invoice-myzone__bill tr td p {
  font-size: 16px;
  font-family: "Segoe UI";
}
@media (max-width: 575.98px) {
  .invoice-myzone__bill tr td p {
    font-size: 10px;
  }
}
.invoice-myzone .btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 32px 16px;
}
@media (max-width: 991.98px) {
  .invoice-myzone .btn-wrapper {
    border-top: 1px solid #707070 !important;
  }
}
@media (max-width: 575.98px) {
  .invoice-myzone .btn-wrapper a {
    font-size: 14px;
    font-family: "Segoe UI";
  }
}

.top-line {
  border-top: 1px solid #707070 !important;
}

@media (max-width: 991.98px) {
  .b-top {
    border-top: 1px solid #707070;
  }
}

._bg-color {
  background: linear-gradient(0deg, rgb(242, 234, 217) 15%, rgb(253, 252, 250) 45%, rgb(255, 255, 255) 84%);
  height: 100vh;
}

.chapter-banner img {
  width: 100%;
}

.chapter-bg {
  background-image: url(../img/event-desc/event-bg.png);
  background-repeat: repeat-y;
  background-size: auto;
}

.chapter-search {
  margin-bottom: 1rem;
}
.chapter-search__content {
  padding: 3rem;
  background: linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(243, 235, 213) 100%);
}
@media (max-width: 1366.98px) {
  .chapter-search__content {
    padding: 2rem;
  }
}
.chapter-search__content img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}
.chapter-search__content p {
  font-size: 24px;
  color: #000000;
}
@media (max-width: 1366.98px) {
  .chapter-search__content p {
    font-size: 18px;
  }
}
.chapter-search .dropdown {
  padding-top: 1rem;
}
.chapter-search .dropdown .form-select {
  padding: 14px 20px;
  border-radius: 12px;
  width: 250px;
}
@media (max-width: 1399.98px) {
  .chapter-search .dropdown .form-select {
    font-size: 16px;
    width: 220px;
  }
}
@media (max-width: 1199.98px) {
  .chapter-search .dropdown .form-select {
    font-size: 12px;
    width: 180px;
  }
}
.chapter-search .input-group {
  padding-top: 1rem;
}
.chapter-search .input-group .form-control {
  border: 1px solid #ced4da;
  border-radius: 8px;
  width: 450px !important;
}
@media (max-width: 1399.98px) {
  .chapter-search .input-group .form-control {
    font-size: 16px;
    width: 400px !important;
  }
}
@media (max-width: 1199.98px) {
  .chapter-search .input-group .form-control {
    font-size: 12px;
    width: 350px !important;
  }
}

.filter-scroll {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  justify-content: space-between;
  gap: 2rem;
}
.filter-scroll::-webkit-scrollbar-thumb {
  background: #cbbb96;
  border-radius: 9px;
  width: 9px;
  height: 10px;
}
.filter-scroll::-webkit-scrollbar {
  height: 10px;
}
.filter-scroll .item {
  margin-bottom: 1rem;
}
.filter-scroll .item .btn {
  padding: 14px 20px;
  border-radius: 12px;
}

.chapters {
  padding: 2rem 0 0 0;
}
.chapters__text p {
  margin-bottom: 1rem;
}
.chapters__content {
  padding: 3rem 4rem 8rem 4rem;
  background-color: #faf8f1;
  position: relative;
}
.chapters__content::before {
  position: absolute;
  content: "";
  background-image: url(../img/members/deco-design.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 130px;
  height: 130px;
  top: 0;
  right: 0;
}
@media (max-width: 1399.98px) {
  .chapters__content {
    padding: 3rem 2rem 8rem 2rem;
  }
}
.chapters__header {
  z-index: 1;
  position: relative;
}
.chapters__header img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.chapters__header h2 {
  font-size: 30px;
  font-family: bodoni-r;
  text-transform: uppercase;
  font-weight: 400;
  color: #5F3813;
}
@media (max-width: 1399.98px) {
  .chapters__header h2 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .chapters__header h2 {
    font-size: 24px;
  }
}
.chapters .items {
  padding: 4rem 0;
}
@media (max-width: 1199.98px) {
  .chapters .items {
    padding: 2rem 0;
  }
}
.chapters .items .item {
  background-image: url(../img/chapter/Chapter-Block-a.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  padding: 10px 32px;
  margin-bottom: 2rem;
}
@media (max-width: 1399.98px) {
  .chapters .items .item {
    padding: 17px 16px;
  }
}
@media (max-width: 1199.98px) {
  .chapters .items .item {
    padding: 20px 16px;
  }
}
.chapters .items .item__header {
  padding: 1rem 0;
}
@media (max-width: 1199.98px) {
  .chapters .items .item__header {
    padding: 4px 0;
  }
}
.chapters .items .item.active {
  background-image: url(../img/chapter/Chapter-Block.png);
}
.chapters .items .item:hover {
  background-image: url(../img/chapter/Chapter-Block.png);
  cursor: pointer;
}
.chapters .items .item span {
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .chapters .items .item span {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .chapters .items .item span {
    font-size: 14px;
  }
}
.chapters .items .item h3 {
  font-size: 24px;
  font-family: bodoni-r;
  color: #704720;
}
@media (max-width: 1399.98px) {
  .chapters .items .item h3 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .chapters .items .item h3 {
    font-size: 16px;
  }
}
.chapters .items .item img {
  width: 130px;
  height: 130px;
  border: 1px solid #5F3813;
}
@media (max-width: 1199.98px) {
  .chapters .items .item img {
    width: 80px;
    height: 80px;
  }
}
.chapters .items .item .top a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #704720;
}
@media (max-width: 1199.98px) {
  .chapters .items .item .top a {
    font-size: 14px;
  }
}
.chapters .items .item .top a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.chapters .items .item h4 {
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .chapters .items .item h4 {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .chapters .items .item h4 {
    font-size: 14px;
  }
}
.chapters .items .item h5 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  padding: 6px 0;
}
@media (max-width: 1399.98px) {
  .chapters .items .item h5 {
    font-size: 18px;
  }
}
@media (max-width: 1199.98px) {
  .chapters .items .item h5 {
    font-size: 16px;
  }
}
.chapters .items .item p {
  font-size: 18px;
  display: block;
}
.chapters .items .item p i {
  font-size: 16px;
  color: #5F3813;
  margin-right: 10px;
}
@media (max-width: 1399.98px) {
  .chapters .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .chapters .items .item p {
    font-size: 12px;
  }
}
.chapters .items .item .chapter-pop {
  background-color: #704720;
  color: #f8f4e9;
  border-radius: 50%;
  margin-left: 12px;
  font-size: 12px;
  padding: 2px 5px;
}
.chapters .event-member {
  padding: 0 3rem;
}
.chapters .event-member .box {
  padding: 10px 32px;
}
@media (max-width: 1199.98px) {
  .chapters .event-member .box {
    padding: 10px 16px;
  }
}
.chapters .event-member .box h6 {
  font-size: 36px;
  color: #704720;
}
@media (max-width: 1399.98px) {
  .chapters .event-member .box h6 {
    font-size: 18px;
  }
}
.chapters .event-member .box p {
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .chapters .event-member .box p {
    font-size: 12px;
  }
}
.chapters .item-text p {
  padding: 8px 0;
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .chapters .item-text p {
    font-size: 12px;
  }
}
.chapters .item-links .btn {
  margin: 1rem 0;
}

.co-orgnised h3 {
  padding-bottom: 10px;
}
.co-orgnised p {
  padding: 0 !important;
  padding-bottom: 4px !important;
  color: #000000 !important;
}
.co-orgnised p span {
  color: #5F3813;
}
.co-orgnised p a {
  color: #5F3813;
}
.co-orgnised__text {
  padding-top: 6px;
}

.chapter-section .chapter-items {
  padding: 3rem 0 4rem 0;
}
.chapter-section .chapter-items .item {
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 19px;
}
.chapter-section .chapter-items .item:last-child {
  margin-bottom: 0;
}
.chapter-section .chapter-items .item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 19px;
  padding: 3px;
  background: linear-gradient(90deg, rgb(213, 201, 134) 0%, rgb(138, 67, 15) 35%, rgb(209, 156, 47) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.chapter-section .chapter-items .item__text {
  padding: 32px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.chapter-section .chapter-items .item__text .heading-black {
  font-family: "Segoe UI";
}
.chapter-section .chapter-items .item__text h4 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  font-weight: 400;
  margin-bottom: 20px;
}
.chapter-section .chapter-items .item__text h5 {
  font-size: 24px;
  font-family: bodoni-r;
  color: #5F3813;
  font-weight: 400;
}
.chapter-section .chapter-items .item__text img {
  border: 1px solid #000000;
  width: 100%;
  margin-bottom: 20px;
}
.chapter-section .chapter-items .item__text .btn-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.chapter-section .chapter-items .item__text .btn-wrapper .btn {
  margin-top: 2rem !important;
  width: auto;
  padding: 10px 20px;
}
@media (max-width: 1199.98px) {
  .chapter-section .chapter-items .item__text .btn-wrapper .btn {
    font-size: 12px;
  }
}
@media (max-width: 1199.98px) {
  .chapter-section .chapter-items .item__text__profile-details p {
    font-size: 16px;
  }
}

.border-right {
  border-right: 1px solid #dab15e;
}

#ask-director-modal .modal-header {
  border-bottom: 0;
}
#ask-director-modal .modal-body .form-header {
  background-color: #5F3813;
  padding: 20px;
}
#ask-director-modal .modal-body .form-header h3 {
  font-size: 24px;
  color: #f6efdf;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#ask-director-modal .modal-body .form-body {
  background-color: #dfcba2;
  padding: 30px;
}
#ask-director-modal .modal-body .form-body .form-control {
  border: 1px solid #707070;
}
#ask-director-modal .modal-body .form-body .btn-wrapper {
  display: flex;
  justify-content: end;
}

.upcoming-events .item:hover .price {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0), inset 4px 0 0 0 #d4a031;
}

.event-search .dropdown .form-select {
  width: 230px;
}
@media (max-width: 1366.98px) {
  .event-search .dropdown .form-select {
    width: 200px;
  }
}
@media (max-width: 1199.98px) {
  .event-search .dropdown .form-select {
    width: 160px;
  }
}

.events .upcoming-events {
  background-image: none;
  padding: 4rem 0 2rem 0;
}
.events .upcoming-events .item {
  margin-bottom: 2rem;
  background-image: url(../img/events/Event.png);
}
.events .upcoming-events .item:hover {
  background-image: url(../img/events/Event-hover.png);
}
@media (max-width: 1399.98px) {
  .events .upcoming-events .item {
    width: 500px;
    height: 316px;
  }
}
@media (max-width: 1199.98px) {
  .events .upcoming-events .item {
    width: 430px;
    height: 272px;
  }
}
@media (max-width: 1199.98px) {
  .events .upcoming-events .item__top {
    padding: 0px 0px 8px 27px;
  }
}
@media (max-width: 1199.98px) {
  .events .upcoming-events .item__content {
    padding: 0 1rem;
  }
}
@media (max-width: 1399.98px) {
  .events .upcoming-events .item__content h3 {
    font-size: 18px;
  }
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) {
  .events .upcoming-events .item__content h3 {
    margin-top: 0;
  }
}
@media (max-width: 1399.98px) {
  .events .upcoming-events .item__content span {
    font-size: 16px;
  }
  .events .upcoming-events .item__content hr {
    margin: 4px 0;
  }
  .events .upcoming-events .item__content p {
    font-size: 14px;
  }
  .events .upcoming-events .item__content .btn {
    margin-top: 1rem;
    font-size: 14px;
  }
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) {
  .events .upcoming-events .item__content .btn {
    font-size: 10px;
    padding: 8px 12px;
  }
}
.events .chapters__header p {
  font-size: 18px;
  color: #5F3813;
  line-height: 24px;
}

.breadcrumb-event img {
  width: 30px;
  height: 20px;
  object-fit: contain;
  margin-right: 1rem;
}
.breadcrumb-event p {
  font-size: 18px;
  color: #000000;
}

.event-description {
  background-image: none;
  padding: 0;
}
.event-description .event-description-bg {
  background-color: #faf8f1;
  margin: 0;
  padding-bottom: 2rem;
}
.event-description .event-description-bg .btn-wrapper a {
  padding: 6px 10px;
  font-size: 16px;
  width: 100px;
  margin-top: 0 !important;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.event-description .event-description-bg .btn-wrapper a i {
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .event-description .event-description-bg .left-box {
    padding: 0 1rem;
  }
}
@media (max-width: 1199.98px) {
  .event-description .event-description-bg .left-box {
    padding: 0;
  }
}
.event-description .event-description-bg .left-box .chapter_director {
  margin: 1rem 0;
}
.event-description .event-description-bg .time-bg {
  background-image: url(../img/events/base-event.png);
}
.event-description .event-description-bg .time-bg__text {
  margin-top: 2rem;
  text-align: center;
}
.event-description .event-description-bg .time-bg__text h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #5F3813;
}
.event-description .event-description-bg .time-bg__content {
  padding: 3rem 3rem;
}
.event-description .event-description-bg .time-bg__content .time img {
  width: 20px;
}
@media (max-width: 1399.98px) {
  .event-description .event-description-bg .time-bg__content {
    padding: 2rem 2rem;
  }
}
@media (max-width: 1399.98px) {
  .event-description .event-description-bg .time-bg__content h5 {
    font-size: 42px;
  }
}
@media (max-width: 1399.98px) {
  .event-description .event-description-bg .time-bg__content h6 {
    font-size: 20px;
  }
}
.event-description .event-description-bg .time-bg__content span {
  color: #704720;
}
.event-description .event-description-bg .time-bg__content p {
  font-size: 18px;
  color: #fff;
  background-color: #aa825a;
  padding: 1px;
  margin: 0.6rem 3rem;
  border-radius: 12px;
}
@media (max-width: 1199.98px) {
  .event-description .event-description-bg .time-bg__content p {
    margin: 0.6rem 2rem;
  }
}
.event-description .event-description-bg .events__content {
  padding: 1rem 2rem 0 0;
}
.event-description .event-description-bg .events__content .btn {
  margin-top: 2rem;
}
.event-description .event-description-bg .events__content .btn-wrapper {
  margin-top: 2rem;
}
.event-description .event-description-bg .events__content .btn-wrapper a {
  width: 203px;
  padding: 8px 8px;
}
.event-description iframe {
  width: 100%;
  border: 6px solid #fff !important;
  width: 100%;
  height: 210px;
  border-radius: 12px;
  margin-top: 1rem;
}
@media (max-width: 1399.98px) {
  .event-description iframe {
    height: 180px;
  }
}
@media (max-width: 1199.98px) {
  .event-description iframe {
    height: 156px;
  }
}

.chapter-director {
  padding: 2rem 0 0 0;
}
.chapter-director .chapter-director-bg {
  background-color: #faf8f1;
  padding: 3rem 4rem 4rem 4rem;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.chapter-director .chapter-director-bg h2 {
  font-size: 24px;
  font-family: bodoni-r;
  color: #5F3813;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  .chapter-director .chapter-director-bg h2 {
    font-size: 18px;
  }
}
.chapter-director .chapter-director-bg hr {
  height: 1px;
  opacity: 1;
  width: 60%;
}
.chapter-director__content {
  padding: 2rem 0 0 0;
}
.chapter-director__content img {
  width: 100%;
}
.chapter-director__content h3 {
  font-family: bodoni-r;
  color: #704720;
}
.chapter-director__content p {
  padding: 10px 0;
  color: #000;
  font-size: 18px;
  text-align: justify;
}
@media (max-width: 1199.98px) {
  .chapter-director__content p {
    font-size: 16px;
  }
}

.event-accordion {
  padding: 2rem 0 4rem 0;
}
.event-accordion .event-accordion-bg {
  background-color: #FAF8F1;
  padding: 2rem 6rem;
  border-radius: 12px;
}
.event-accordion .event-accordion-bg .nav {
  gap: 16px;
  margin-bottom: 4rem;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .nav {
    gap: 16px;
  }
}
@media (max-width: 1199.98px) {
  .event-accordion .event-accordion-bg .nav {
    gap: 6px;
  }
}
.event-accordion .event-accordion-bg .tab-content {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 1034px;
  padding: 0rem 2rem 0 0;
}
.event-accordion .event-accordion-bg .tab-content::-webkit-scrollbar-thumb {
  background: #cbbb96;
}
.event-accordion .event-accordion-bg .tab-content::-webkit-scrollbar {
  width: 10px;
}
.event-accordion .event-accordion-bg .guest {
  padding: 2rem 0;
}
.event-accordion .event-accordion-bg .guest img {
  width: 100%;
}
.event-accordion .event-accordion-bg .guest h3 {
  font-size: 24px;
  color: #704720;
  font-family: bodoni-r;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .guest h3 {
    font-size: 18px;
  }
}
.event-accordion .event-accordion-bg .guest hr {
  width: 40%;
  opacity: 1;
  background-color: #a28a6d;
}
.event-accordion .event-accordion-bg .guest h4 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .guest h4 {
    font-size: 16px;
  }
}
.event-accordion .event-accordion-bg .guest h5 {
  font-size: 18px;
  color: #704720;
  font-weight: 400;
}
.event-accordion .event-accordion-bg .guest p {
  font-size: 18px;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .guest p {
    font-size: 16px;
  }
}
.event-accordion .event-accordion-bg .attendees .item {
  margin-bottom: 2rem;
}
.event-accordion .event-accordion-bg .attendees .item .border-img {
  margin-bottom: 1rem;
}
.event-accordion .event-accordion-bg .attendees .item .border-img img {
  width: 100%;
}
.event-accordion .event-accordion-bg .attendees .item h3 {
  font-size: 24px;
  color: #704720;
  font-family: bodoni-r;
  margin-bottom: 6px;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .attendees .item h3 {
    font-size: 18px;
  }
}
.event-accordion .event-accordion-bg .attendees .item h4 {
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .attendees .item h4 {
    font-size: 16px;
  }
}
.event-accordion .event-accordion-bg .attendees .item span {
  font-size: 18px;
  margin-bottom: 12px;
  display: block;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .attendees .item span {
    font-size: 16px;
  }
}
.event-accordion .event-accordion-bg .attendees .item p {
  font-size: 18px;
  color: #5F3813;
  font-weight: 600;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .attendees .item p {
    font-size: 16px;
  }
}
.event-accordion .event-accordion-bg .direction .map {
  border: 3px solid transparent;
  border-image: linear-gradient(90deg, rgb(213, 201, 134) 0%, rgb(138, 67, 15) 35%, rgb(209, 156, 47) 100%);
  border-image-slice: 1;
  padding: 0;
}
.event-accordion .event-accordion-bg .direction .map iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .direction .map iframe {
    height: 300px;
  }
}
.event-accordion .event-accordion-bg .direction__content-header h3 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .direction__content-header h3 {
    font-size: 24px;
  }
}
.event-accordion .event-accordion-bg .direction__content-header h3 img {
  margin-right: 1rem;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.event-accordion .event-accordion-bg .direction__content-header hr {
  width: 100%;
  opacity: 1;
  background-color: #a9947d;
  margin: 1.5rem 0;
}
.event-accordion .event-accordion-bg .direction p {
  font-size: 18px;
  display: flex;
  color: #000000;
  margin-bottom: 2rem;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .direction p {
    font-size: 16px;
  }
}
.event-accordion .event-accordion-bg .direction p img {
  margin-right: 2rem;
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.event-accordion .event-accordion-bg .direction p i {
  margin-right: 2rem;
  color: #000000;
}
.event-accordion .event-accordion-bg .rsvp {
  padding: 2rem 0;
}
.event-accordion .event-accordion-bg .rsvp img {
  width: 100%;
}
.event-accordion .event-accordion-bg .rsvp__content {
  padding-left: 1rem;
}
.event-accordion .event-accordion-bg .rsvp__content h3 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  margin-bottom: 12px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .rsvp__content h3 {
    font-size: 24px;
  }
}
.event-accordion .event-accordion-bg .rsvp__content a {
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .rsvp__content a {
    font-size: 18px;
  }
}
.event-accordion .event-accordion-bg .rsvp__content a i {
  color: #5F3813;
  margin-right: 1rem;
}
.event-accordion .event-accordion-bg .nav-pills .nav-link.active,
.event-accordion .event-accordion-bg .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #5F3813;
}
.event-accordion .event-accordion-bg .nav-link {
  color: #5F3813;
  width: 130px;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .nav-link {
    width: 112px;
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .event-accordion .event-accordion-bg .nav-link {
    width: 100px;
  }
}
.event-accordion .event-accordion-bg .accordion-content h2 {
  font-size: 24px;
  font-family: bodoni-r;
  color: #5F3813;
  position: relative;
  overflow-x: hidden;
  font-weight: 400;
}
.event-accordion .event-accordion-bg .accordion-content h2 span {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: #000000;
  margin-left: 6px;
  font-weight: 500;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .accordion-content h2 {
    font-size: 24px;
  }
}
.event-accordion .event-accordion-bg .accordion-content p {
  font-size: 18px;
}
.event-accordion .event-accordion-bg .accordion-content .accordion {
  padding-top: 2rem;
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-item {
  margin-bottom: 1.5rem;
  border-radius: 12px !important;
  border: 1px solid #704720;
  background-color: #fffcf8;
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-item__content {
  padding: 2rem 3rem;
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-header {
  border-radius: 12px;
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-header .accordion-button {
  color: #5F3813;
  background-color: #fffcf8;
  box-shadow: none;
  font-size: 24px;
  font-weight: 400;
  font-family: bodoni-r;
  padding: 0;
  border-radius: 12px;
}
@media (max-width: 1399.98px) {
  .event-accordion .event-accordion-bg .accordion-content .accordion .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-header .accordion-button::after {
  order: 1;
  margin-left: auto;
  margin-right: 0.5em;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%704720' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%704720' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-header p {
  font-size: 18px;
  font-weight: 400;
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-body {
  padding: 1rem 0 0 0;
  background-color: #fffcf8;
  border-radius: 12px;
}
.event-accordion .event-accordion-bg .accordion-content .accordion .accordion-item:first-of-type .accordion-button {
  border-radius: 12px;
}

.form-switch {
  padding-left: 1rem;
  /* Rounded sliders */
}
.form-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.form-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.form-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form-switch input:checked + .slider {
  background-color: #5f3813;
}
.form-switch input:focus + .slider {
  box-shadow: 0 0 1px #5f3813;
}
.form-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.form-switch .slider.round {
  border-radius: 34px;
}
.form-switch .slider.round:before {
  border-radius: 50%;
}

.chapter-director .slick-arrow {
  margin-top: 0;
}
.chapter-director .prev-arrow {
  margin-left: -4rem;
}
.chapter-director .next-arrow {
  margin-right: -4rem;
}

.upcoming-events-slider .slick-dots li.slick-active button:before {
  color: #5F3813;
}
.upcoming-events-slider .slick-prev {
  z-index: 1;
}
.upcoming-events-slider .slick-slider .slick-arrow {
  bottom: -40px;
  top: auto;
  z-index: 1;
}
.upcoming-events-slider .slick-dots li button {
  border: 1px solid #5F3813;
  background-color: transparent;
  border-radius: 50%;
}
.upcoming-events-slider .slick-dots li.slick-active button {
  background-color: #5F3813;
  border: none;
  font-size: 0;
}
.upcoming-events-slider .slick-dots li button:before {
  opacity: 0;
}
.upcoming-events-slider .slick-dots li button:before {
  color: transparent;
}

.chapter-director .slick-dots li.slick-active button:before {
  color: #5F3813;
}
.chapter-director .slick-prev {
  z-index: 1;
}
.chapter-director .slick-slider .slick-arrow {
  bottom: -40px;
  top: auto;
  z-index: 1;
}
.chapter-director .slick-dots li button {
  border: 1px solid #5F3813;
  background-color: transparent;
  border-radius: 50%;
}
.chapter-director .slick-dots li.slick-active button {
  background-color: #5F3813;
  border: none;
  font-size: 0;
}
.chapter-director .slick-dots li button:before {
  opacity: 0;
}
.chapter-director .slick-dots li button:before {
  color: transparent;
}

.recent__events-slider {
  padding: 2rem 0 0 0;
}
.recent__events-slider .recent__events {
  padding: 3rem;
}
.recent__events-slider .slick-slider .slick-arrow {
  width: auto;
}
.recent__events-slider .item img {
  width: 100%;
}

.ticket {
  padding: 2rem 0 0 0;
}
.ticket.award-ticket p {
  margin-bottom: 20px;
}
.ticket .recent__events {
  padding: 3rem;
  margin: 0;
}
.ticket__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket__heading__dropdown {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.ticket__heading__dropdown .dropdown {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ticket .accordion {
  padding-top: 2rem;
}
.ticket .accordion .disable-bg {
  opacity: 0.5;
}
.ticket .accordion .accordion-item {
  border: 1px solid #000;
  margin-bottom: 32px;
  background-color: transparent;
  border-radius: 8px;
}
.ticket .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.ticket .accordion .accordion-item .accordion-header {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
}
.ticket .accordion .accordion-item .accordion-header .yellow-tag {
  background-color: #fbd161;
  padding: 8px 12px;
  border-radius: 10px;
  margin-left: 10px;
}
.ticket .accordion .accordion-item .accordion-header .green-tag {
  background-color: #a7ed97;
  padding: 8px 12px;
  border-radius: 10px;
  margin-left: 10px;
}
.ticket .accordion .accordion-item .accordion-header .silver-tag {
  background-color: #f0f0f0;
  padding: 8px 12px;
  border-radius: 10px;
  margin-left: 10px;
  color: #a9a9a9;
}
.ticket .accordion .accordion-item .accordion-header__heading {
  display: flex;
  gap: 1rem;
}
.ticket .accordion .accordion-item .accordion-header__heading p {
  font-size: 16px;
  color: #AA825A;
  font-weight: 600;
}
.ticket .accordion .accordion-item .accordion-header h4 {
  color: #AA825A;
  font-weight: 600;
}
.ticket .accordion .accordion-item .accordion-header h4 span {
  font-size: 28px;
}
.ticket .accordion .accordion-item .accordion-header span {
  font-size: 14px;
  color: #5F3813;
  font-weight: 600;
}
.ticket .accordion .accordion-item .accordion-header .form-check-input {
  border: 1px solid #AA825A;
  padding: 10px;
}
.ticket .accordion .accordion-item .accordion-header .form-check-input:disabled {
  cursor: not-allowed;
}
.ticket .accordion .accordion-item .accordion-header .form-check-input:checked {
  background-color: #5F3813;
  color: #5F3813;
  border: 1px solid #AA825A;
}
.ticket .accordion .accordion-item .accordion-header .form-check-input:focus {
  box-shadow: none;
  border: 1px solid #AA825A;
}
.ticket .accordion .accordion-item .accordion-header .accordion-button {
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  color: #5F3813;
  font-size: 20px;
}
.ticket .accordion .accordion-item .accordion-header .accordion-button::after {
  content: unset;
}
.ticket .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.ticket .accordion .accordion-item .accordion-body {
  border-top: 1px solid;
  padding: 0;
}
.ticket .accordion .accordion-item .accordion-body .btn-wrapper a {
  width: 100%;
  border-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 16px;
  margin-top: 0;
  font-size: 18px;
}
.ticket .accordion .accordion-item .accordion-body__content {
  padding: 2rem 3rem 2rem 3.5rem;
}
.ticket .accordion .accordion-item .accordion-body__content .heading-brown-semi {
  font-size: 18px;
  color: #AA825A;
  margin-bottom: 10px;
  font-weight: 600;
}
.ticket .accordion .accordion-item .accordion-body__content ul {
  margin-bottom: 16px;
}
.ticket .accordion .accordion-item .accordion-body__content ul:last-child {
  margin-bottom: 0;
}
.ticket .accordion .accordion-item .accordion-body__content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.ticket .accordion .accordion-item .accordion-body__content ul li::before {
  content: "";
  position: absolute;
  background-color: #5f3813;
  width: 10px;
  height: 10px;
  left: 0;
  top: 8px;
}
.ticket .accordion .accordion-item .accordion-body__content ul li:last-child {
  margin-bottom: 0;
}
.ticket .accordion .accordion-item .accordion-body__content ul li span {
  font-weight: 600;
  color: #5F3813;
}

.tab-section {
  padding: 2rem 0 0 0;
}
.tab-section .nav {
  border: none;
}
.tab-section .nav .nav-item {
  width: 50%;
}
.tab-section .nav .nav-item .nav-link {
  width: 100%;
  font-weight: 700;
  padding: 16px;
  border: none;
  font-size: 24px;
  font-family: bodoni-r;
  color: #5f3813;
  text-transform: uppercase;
}
.tab-section .tab-content .tab-pane .ticket {
  padding: 2rem;
  margin: 0;
}
.tab-section .tab-content .tab-pane .place-class {
  font-size: 16px !important;
  color: #AA825A !important;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 1rem;
}
.tab-section #award p {
  margin-bottom: 1rem;
}

.cart {
  padding: 0 2rem 8rem 2rem;
}
.cart__box {
  background-color: #fff;
  padding: 32px;
  height: 100%;
}
.cart__box .searcbox-wrap {
  position: relative;
  padding: 20px 0;
}
.cart__box .searcbox-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d9d7d2;
}
.cart__box .searcbox-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d9d7d2;
}
.cart__box .searcbox-wrap input {
  padding: 14px 20px;
}
.cart__box .searcbox-wrap a {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  text-transform: uppercase;
  color: #aa825a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}
.cart__login {
  background-color: #faf8f1;
}
.cart__login h2 {
  margin-bottom: 60px;
}
.cart__login .form-check {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.cart__login .form-check input {
  border: 1px solid #5f3813;
  border-radius: 0;
  margin-right: 10px;
}
.cart__login .form-check input:focus {
  box-shadow: none;
}
.cart__login .form-check a {
  color: #4baac4;
  font-weight: 400;
}
.cart__login .btn-wrapper a {
  min-width: 260px;
  margin-top: 1rem;
}
.cart__login .user-detail {
  position: relative;
  padding: 80px 20px 60px 20px;
  background-color: #fff;
  border: 1px solid #d9d7d2;
  border-radius: 12px;
  width: 50%;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .cart__login .user-detail {
    width: 70%;
  }
}
.cart__login .user-detail__img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #d9d7d2;
}
.cart__login .user-detail__img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.cart__login .user-detail__text span {
  color: #5F3813;
  font-weight: 600;
}
.cart__login .user-detail__text h3 {
  font-size: 20px;
  font-weight: 600;
}
.cart__login .user-detail__text h3 p {
  font-size: 18px;
}
.cart__icon-text {
  display: flex;
  gap: 1rem;
}
.cart__icon-text .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.cart__icon-text .icon-text h3 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart__icon-text .icon-text p {
  font-size: 18px;
}
.cart__icon-text .icon-text p span {
  color: #aa825a;
  font-weight: 600;
}
.cart strong {
  font-size: 18px;
  padding-right: 10px;
  font-weight: 600;
}
.cart table {
  width: 70%;
  margin: 16px 0 0 auto;
  border: none;
}
.cart table .border-top {
  border-top: none !important;
  position: relative;
}
.cart table .border-top::before {
  position: absolute;
  content: "";
  background-color: #5D5D5D;
  width: 50%;
  height: 1px;
  right: 0;
  top: 0;
}
.cart table th {
  text-align: end;
  width: 40%;
  font-size: 18px;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  padding: 2px 0;
}
.cart table th span {
  font-size: 16px;
}
.cart table td {
  text-align: end;
  padding: 2px 0;
  width: 60%;
  color: #000;
  font-size: 18px;
  border: none;
  text-transform: capitalize;
}

.add-remove-box .minus,
.add-remove-box .plus {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.add-remove-box span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  padding: 0 10px;
  color: #888888;
}

.add-remove-box input {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.request-form__left-bg {
  background: linear-gradient(180deg, rgb(255, 254, 254) 0%, rgb(243, 235, 213) 100%);
  padding: 32px;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.request-form.request-form-loggedin {
  margin-top: 2rem;
}
.request-form.request-form-loggedin h2 {
  text-align: left;
}
.request-form.request-form-loggedin .cart__login h2 {
  text-align: center;
  margin-bottom: 80px;
}
.request-form.request-form-loggedin .cart__login__img {
  text-align: center;
}
.request-form.request-form-loggedin .cart__login__img img {
  width: 60%;
  margin-top: 50px;
}
.request-form h2 {
  font-size: 24px;
  font-family: bodoni-r;
  color: #5f3813;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1199.98px) {
  .request-form h2 {
    font-size: 20px;
  }
}
.request-form form .form-control {
  padding: 16px;
  border-radius: 12px;
}
.request-form form .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.request-form form .btn-wrapper a {
  width: auto;
  margin-top: 2rem;
  padding: 16px 50px;
}
.request-form form .digit-group input {
  width: 15%;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 200;
  border: 1px solid #ced4da;
  margin: 0 2px;
  border-radius: 10px;
  padding: 14px 20px;
}
.request-form form .digit-group p {
  font-size: 18px;
  text-align: center;
  margin-top: 1rem;
}
.request-form form .digit-group p span {
  color: #2596be;
}
.request-form form .digit-group p a {
  text-decoration: underline;
}
.request-form .recent__events {
  padding: 3rem 8rem;
  margin-bottom: 0;
}

.invite-bg {
  background-color: #F6F3EA;
}
.invite-bg .breadcrumb {
  margin: 2rem 0;
}

.invited-header h2 {
  font-size: 30px;
}
@media (max-width: 1680.98px) {
  .invited-header h2 {
    font-size: 26px;
  }
}
@media (max-width: 1199.98px) {
  .invited-header h2 {
    font-size: 21px;
  }
}

.invite-hero {
  padding: 4rem 0 4rem 0;
  background-image: url(../img/invite/invite-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-right: 14rem;
}
@media (max-width: 1680.98px) {
  .invite-hero {
    padding-right: 10rem;
  }
}
@media (max-width: 1399.98px) {
  .invite-hero {
    padding-right: 8rem;
  }
}
@media (max-width: 1366.98px) {
  .invite-hero {
    padding-right: 6rem;
  }
}
@media (max-width: 1199.98px) {
  .invite-hero {
    padding-right: 4rem;
  }
}
.invite-hero .items {
  padding: 0rem 0 2rem 0;
}
.invite-hero .items .item img {
  width: 100%;
  margin-top: 1rem;
  height: 500px;
}
.invite-hero .items .slick-dots li button {
  border: 1px solid #5F3813;
  background-color: transparent;
  border-radius: 50%;
}
.invite-hero .items .slick-dots li.slick-active button {
  background-color: #5F3813;
  border: none;
  font-size: 0;
}
.invite-hero .items .slick-dots li button:before {
  opacity: 0;
}

.form-content {
  background-color: #f6f3ea;
  padding: 3rem 3rem 4rem 3rem;
  border: 1px solid #ced4da;
  border-radius: 12px;
}
.form-content h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: bodoni-r;
  margin-bottom: 1.5rem;
  color: #000000;
  font-weight: 400;
}
.form-content form .form-select {
  width: 20%;
  margin-right: 10px;
  margin-top: 1rem;
  border-radius: 8px;
  color: #868686;
}
.form-content form .form-control {
  margin-top: 1rem;
  border-radius: 8px;
  padding-bottom: 10px;
}
.form-content form .form-control:focus {
  box-shadow: none;
}
.form-content form .btn-wrapper {
  margin: 2rem 0;
}
.form-content form .btn-wrapper p {
  font-size: 16px;
}
@media (max-width: 1366.98px) {
  .form-content form .btn-wrapper p {
    font-size: 12px;
  }
}
.form-content form .btn-wrapper p a {
  color: #5F3813;
  font-weight: 600;
}
.form-content form .btn-wrapper p a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.form-content form .btn-wrapper .btn-dark {
  font-size: 16px;
  width: 150px;
  margin-top: 0;
}
@media (max-width: 1366.98px) {
  .form-content form .btn-wrapper .btn-dark {
    font-size: 12px;
  }
}

.invite-transperent-bg {
  background: url(../img/invite/invite-transperent.png) no-repeat;
}
.invite-transperent-bg .invite-text-bg {
  background-color: #FAF8F1;
  padding: 4rem 5rem 8rem 5rem;
  position: relative;
}
.invite-transperent-bg .invite-text-bg::before {
  position: absolute;
  content: "";
  background-image: url("../img/deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 150px;
  left: 0;
  top: 0;
}
.invite-transperent-bg .invite-text-bg p {
  text-align: justify;
  font-size: 18px;
  color: #000000;
}

.invite-captcha {
  margin: 16px 0;
}
.invite-captcha p {
  margin-bottom: 6px;
  color: #868686;
}

.form_div {
  display: flex;
  align-items: center;
  gap: 1rem;
}

#captcha .preview {
  color: #555;
  width: 40%;
  text-align: center;
  letter-spacing: 8px;
  background-color: #fff;
  padding: 10px;
}

.form_input_captcha {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1em;
  border: 0.1em solid #dadce0;
  border-radius: 0.5em;
  outline: none;
  padding: 1em;
  z-index: 1;
  background: none;
}

.form_label_captcha {
  position: absolute;
  left: 1em;
  top: 5.2em;
  padding: 0 0.25em;
  background-color: #fff;
  color: #80868b;
  font-size: 1em;
  transition: 0.4s;
}

.form_input_captcha:not(:placeholder-shown).form_input_captcha:not(:focus) + .form_label_captcha {
  top: 4.6em;
  left: 0.8em;
  font-size: 0.8em;
  font-weight: 600;
  z-index: 5;
}

.form_input_captcha:focus {
  border: 0.1em solid rgb(28, 164, 248);
}

#captcha .preview span {
  display: inline-block;
  user-select: none;
}

#captcha .captcha_form {
  display: flex;
}

#captcha .captcha_form input {
  width: 100%;
  font-size: 1em;
  border-radius: 0.5em;
  outline: none;
  padding: 10px;
  z-index: 1;
  background: none;
  background: #fff;
}

#captcha .captcha_form .captcha_refersh {
  width: 40px;
  border: none;
  outline: none;
  background: #fff;
  color: #eee;
  cursor: pointer;
  border-radius: 0.5em;
  margin-left: 5px;
}

.captcha_refersh {
  transition: 0.4s;
}
.captcha_refersh i {
  color: #5F3813;
}

.captcha_refersh:hover {
  transition: 0.4s;
  transform: scale(0.9);
}

.member-search .form-control {
  width: 250px !important;
}
@media (max-width: 1399.98px) {
  .member-search .form-control {
    width: 190px !important;
  }
}
@media (max-width: 1199.98px) {
  .member-search .form-control {
    width: 160px !important;
  }
}
.member-search .form-control:focus {
  box-shadow: none;
}
.member-search .form-select {
  width: 220px !important;
}
@media (max-width: 1399.98px) {
  .member-search .form-select {
    width: 190px !important;
  }
}
@media (max-width: 1199.98px) {
  .member-search .form-select {
    width: 160px !important;
  }
}

.member_bg {
  background-color: #faf8f1;
  position: relative;
}
.member_bg::before {
  position: absolute;
  content: "";
  background-image: url(../img/members/deco-design.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 130px;
  height: 130px;
  top: 0;
  right: 0;
}
.member_bg .item__content {
  padding: 3rem 1rem 1rem 1rem !important;
}
.member_bg .item__content img {
  padding-left: 0;
}
.member_bg .item__content h3 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  margin-bottom: 6px;
  font-weight: 400;
}
.member_bg .item__content h4 {
  font-size: 18px;
  font-weight: 400;
}
.member_bg .item__content h5 {
  font-size: 18px;
  font-weight: 400;
}
.member_bg .sort .search {
  position: relative;
}
.member_bg .sort .search .form-control {
  padding: 14px 20px 14px 40px;
  border-radius: 12px;
}
.member_bg .sort .search img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(50%, 50%);
}
.member_bg .sort p a {
  color: #949494;
}
.member_bg .sort p a i {
  color: #5F3813;
  font-size: 26px;
  margin-left: 0.5rem;
}

.member-testimonial .slick-list {
  overflow: hidden;
}

.alliances-listing .heading-black {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  font-family: "Segoe UI" !important;
  margin: 0 !important;
}

.event-banner-slider .item {
  position: relative;
  border: 2px solid #5F3813;
}
.event-banner-slider .item img {
  margin: 0;
  width: 100%;
}
.event-banner-slider .item__text {
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 2;
  position: relative;
}
.event-banner-slider .item__text p {
  position: absolute;
  bottom: 0;
  color: #000;
  width: 100%;
  margin: auto;
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #ddcca7;
}

.member-profile {
  margin-bottom: 2rem;
}
.member-profile .links {
  padding: 1.5rem 0;
}
.member-profile .links a i {
  font-size: 18px;
  border: 1px solid #5F3813;
  color: #5F3813;
  padding: 4px 8px;
  display: block;
}
.member-profile .links a i:hover {
  background-color: #5F3813;
  color: #fff;
}
.member-profile .links hr {
  opacity: 1;
  background-color: #5F3813;
  width: 70%;
}
@media (max-width: 1199.98px) {
  .member-profile .links {
    padding: 1rem 0;
  }
}
.member-profile .bg-in-circle {
  position: relative;
}
.member-profile .bg-in-circle__text {
  position: absolute;
  bottom: 0;
  right: 0;
}
.member-profile .bg-in-circle__text p {
  background-color: #ddcca7;
  color: #5F3813;
  padding: 6px 12px;
  position: relative;
  font-weight: 600;
}
.member-profile .bg-in-circle__text p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  border-top: 39px solid transparent;
  border-right: 40px solid #ddcca7;
  width: 0;
}
.member-profile .member-profile-bg {
  padding: 3rem;
  background-color: #faf8f1;
  position: relative;
}
.member-profile .member-profile-bg::before {
  position: absolute;
  content: "";
  background-image: url(../img/members/deco-design.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 130px;
  height: 130px;
  top: 0;
  right: 0;
}
.member-profile .member-profile-bg .border-img img {
  width: 100%;
}
.member-profile__contact-icons {
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.member-profile__contact-icons a img {
  max-width: 100%;
}
.member-profile__contact-icons a img:hover {
  opacity: 0.3;
}
.member-profile__content {
  padding-left: 3rem;
}
@media (max-width: 1199.98px) {
  .member-profile__content {
    padding-left: 1rem;
  }
}
.member-profile__content h1 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .member-profile__content h1 {
    margin-bottom: 4px;
  }
}
.member-profile__content h2 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .member-profile__content h2 {
    margin-bottom: 4px;
  }
}
.member-profile__content h2 span {
  font-weight: 500;
}
.member-profile__content h3 {
  font-size: 18px;
  color: #5F3813;
  margin-bottom: 2rem;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .member-profile__content h3 {
    margin-bottom: 1rem;
  }
}
.member-profile__content p {
  font-size: 18px;
  color: #000000;
}
@media (max-width: 1199.98px) {
  .member-profile__content p {
    font-size: 14px;
  }
}
.member-profile__content img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.member-profile__content h4 {
  font-size: 20px;
  color: #5F3813;
  font-family: bodoni-r;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .member-profile__content h4 {
    font-size: 18px;
  }
}
.member-profile__content hr {
  opacity: 1;
  background-color: #707070;
  width: 100%;
}

.rewards {
  margin-bottom: 2rem;
}
.rewards .top-header {
  background: #5F3813;
}
.rewards .top-header img {
  width: 80px;
  height: 80px;
  margin-left: 2rem;
  z-index: 1;
  margin-right: 2rem;
}
.rewards .top-header h1 {
  margin-left: 2rem;
  font-size: 30px;
  color: #f5eddb;
  font-family: bodoni-r;
  letter-spacing: 1px;
  font-weight: 400;
}
@media (max-width: 1399.98px) {
  .rewards .top-header h1 {
    font-size: 24px;
  }
}
.rewards .items {
  background-color: #faf8f1;
  padding: 3rem 4rem;
}
.rewards .items .item {
  background-image: url(../img/members/star.png);
  background-repeat: no-repeat;
  padding: 5rem 0;
  text-align: center;
  background-position: center;
  margin: 0 1rem;
}
.rewards .items .item h2 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  margin-bottom: 6px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .rewards .items .item h2 {
    font-size: 18px;
  }
}
.rewards .items .item p {
  font-size: 16px;
}
.rewards .items .item p span {
  color: #5F3813;
}
.rewards .slick-slider .prev-arrow {
  left: 30px;
  background-color: transparent;
}
.rewards .slick-slider .next-arrow {
  right: 30px;
  background-color: transparent;
}

.career .items .item {
  background-image: none;
  background-color: #f4edda;
  text-align: left;
  padding: 3rem 2rem;
}
.career .items .item hr {
  opacity: 1;
  background-color: #cdbca4;
  height: 3px;
}

.associations {
  margin-bottom: 8rem;
}
.associations .items .item {
  background-image: none;
  background-color: inherit;
  text-align: left;
  padding: 3rem 2rem;
}
.associations .items .item hr {
  opacity: 1;
  background-color: #cdbca4;
  height: 3px;
}

.contact-modal .modal-content {
  background-color: transparent;
  border: none;
}
.contact-modal .modal-body {
  padding: 0;
}
.contact-modal .modal-body .vl {
  border-left: 2px solid #5F3813;
}
.contact-modal .modal-body .contact-bg {
  background-image: url(../img/members/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-modal .modal-body .contact-bg img {
  width: 201px;
  height: 200px;
  margin-top: -6rem;
  border: 3px solid transparent;
  border-image: linear-gradient(90deg, rgb(213, 201, 134) 0%, rgb(138, 67, 15) 35%, rgb(209, 156, 47) 100%);
  border-image-slice: 1;
  padding: 0;
}
.contact-modal__content {
  padding: 5rem;
}
.contact-modal__content h1 {
  font-size: 36px;
  color: #5F3813;
  font-family: bodoni-r;
}
.contact-modal__content h2 {
  font-size: 18px;
  color: #000000;
}
.contact-modal__content h2 span {
  font-weight: 400;
}
.contact-modal__content p {
  font-size: 18px;
  color: #5F3813;
  font-weight: 600;
}
.contact-modal__content hr {
  width: 60%;
  margin: 1rem auto;
  opacity: 1;
  background-color: #967655;
}
.contact-modal__content a {
  display: block;
  font-size: 18px;
  color: #000000;
}
.contact-modal__content a i {
  margin-right: 8px;
  color: #5F3813;
}

.chat-modal .modal-header {
  border-bottom: none;
}
.chat-modal .modal-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%5F3813'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
}
.chat-modal .modal-body .recent-chats {
  background-color: #5F3813;
  border-radius: 12px;
  padding: 1rem;
}
.chat-modal .modal-body .recent-chats .search .bi-search {
  position: absolute;
  left: 1rem;
  top: 20%;
  color: #5F3813;
}
.chat-modal .modal-body .recent-chats .search .form-control {
  padding-left: 50px;
  border-radius: 12px;
}
.chat-modal .modal-body .recent-chats .search .form-control:focus {
  box-shadow: none;
}
.chat-modal .modal-body .recent-chats h1 {
  font-size: 18px;
  padding: 0 10px;
  margin-top: 10px;
  color: #fffaec;
  font-family: bodoni-r;
  font-weight: 400;
}
.chat-modal .modal-body .chat-box {
  border-radius: 12px;
}
.chat-modal .modal-body .chat-box .chat-box__top {
  background-color: #eadac5;
  padding: 2rem;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.chat-modal .modal-body .chat-box .chat-box__top h2 {
  font-size: 24px;
  color: #5F3813;
  font-family: bodoni-r;
  margin-left: 1rem;
}
.chat-modal .modal-body .chat-box .chat-box__top i {
  font-size: 30px;
  margin-left: 1rem;
  color: #5F3813;
}
.chat-modal .list {
  padding: 1rem 10px;
}

.alliance-profile .member-profile-bg {
  padding: 4rem;
}
.alliance-profile h4 {
  text-transform: uppercase;
}
.alliance-profile hr {
  width: 70%;
}

.alliance-details-card .item__content {
  padding: 10px 1rem 10px 0 !important;
}
.alliance-details-card .item__content .border-img {
  margin-left: 1rem;
}
.alliance-details-card .item__content .border-img img {
  padding-left: 0;
}
.alliance-details-card .item__top .top__icon {
  padding: 4px 8px;
}
.alliance-details-card .item__top .top__icon img {
  margin-right: 0;
}

.img-text {
  margin-top: -115px;
}
@media (max-width: 1680.98px) {
  .img-text {
    margin-top: -124px;
  }
}
@media (max-width: 1440.98px) {
  .img-text {
    margin-top: -136px;
  }
}
@media (max-width: 1366.98px) {
  .img-text {
    margin-top: -152px;
  }
}
@media (max-width: 1199.98px) {
  .img-text {
    margin-top: -154px;
  }
}
.img-text__content {
  border: 3px solid #5F3813;
  display: flex;
}
.img-text__content .item {
  width: 20%;
}
.img-text__content .item__img {
  position: relative;
}
.img-text__content .item__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #AA825A;
  opacity: 0.3;
}
.img-text__content .item__img img {
  width: 100%;
  aspect-ratio: 1/1;
}
.img-text__content .item__text {
  text-align: center;
  padding: 10px;
  background-color: #AA825A;
}
.img-text__content .item__text:hover {
  background-color: #5F3813;
}
.img-text__content .item__text.active {
  background-color: #5F3813;
}
.img-text__content .item__text.active .item__img::before {
  opacity: 0;
}
.img-text__content .item__text p {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}

.member-focus {
  padding-top: 1rem;
}
.member-focus .chapters__content {
  padding: 3rem 4rem 5rem 4rem;
}
.member-focus .chapters__header {
  margin-bottom: 30px;
  margin-left: -18px;
}
.member-focus__img img {
  width: 100%;
}
.member-focus__text h3 {
  font-size: 24px;
  color: #5F3813;
  margin-bottom: 10px;
  font-family: bodoni-r;
  font-weight: 400;
}
.member-focus__text p {
  font-size: 18px;
  color: #000000;
}
.member-focus__text span {
  font-size: 18px;
  color: #5F3813;
}
.member-focus__text .btn-wrapper a {
  width: 100%;
}

.member-section {
  padding-top: 2rem;
}
.member-section .chapters__header {
  margin-left: -18px;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
}
.member-section .chapters__header .search {
  position: relative;
}
.member-section .chapters__header .search img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
}
.member-section .chapters__header .search input {
  padding-left: 42px !important;
  border: 1px solid #5F3813;
  border-radius: 12px;
}
.member-section .upcoming-events {
  padding-top: 3rem;
}
.member-section .pagination-section {
  padding-top: 0;
  padding-bottom: 10px;
}

.selin-talk-member {
  margin-bottom: 2rem;
}
.selin-talk-member__bg {
  background-image: url(../img/members/talk-member-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.selin-talk-member ._img img {
  width: 100%;
}
.selin-talk-member h2 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Segoe UI";
  color: #613813;
  text-align: center;
  padding-right: 20%;
}
@media (max-width: 1199.98px) {
  .selin-talk-member h2 {
    font-size: 30px;
  }
}
.selin-talk-member ._icon {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem 1rem 0 0;
}
.selin-talk-member ._icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.selin-talk-member .arrow-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 1rem 0;
}
.selin-talk-member .arrow-btn .btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 30px;
  width: auto;
  border-radius: 20px 0 0 20px;
}
.selin-talk-member .arrow-btn .btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.founder-page .items .item {
  padding: 60px 33px;
}
@media (max-width: 1399.98px) {
  .founder-page .items .item {
    padding: 48px 33px 72px 33px;
  }
}
@media (max-width: 1199.98px) {
  .founder-page .items .item {
    padding: 24px 33px 64px 33px;
  }
}
.founder-page .items .item img {
  width: 100%;
  height: auto;
}
.founder-page .items .item span {
  display: block;
  margin: 0.7rem 0 1.5rem 0;
  font-style: italic;
  color: #3C3C3C;
}
.founder-page .items .item a {
  display: block;
  float: right;
  margin: 1rem 0;
  color: #5F3813;
}
.founder-page .items .item a:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.founder-page .items .item h3 {
  margin: 1rem 0;
}
.founder-page .page-link {
  color: #5F3813;
}
.founder-page .page-link.active {
  color: #fff;
  background-color: #5F3813;
}

.founder-deatils a {
  font-size: 24px;
  color: #5F3813;
}
.founder-deatils__content img {
  width: 100%;
  margin: 1rem 0;
}
.founder-deatils__content h2 {
  font-size: 24px;
  color: #5F3813;
  font-family: black-throne;
  margin: 1rem 0;
}
.founder-deatils__content span {
  font-size: 18px;
  color: #000000;
  font-style: italic;
}
.founder-deatils__content p {
  font-size: 18px;
  color: #000000;
  margin: 1rem 0;
}

/* ----------- Blog ---------- */
.blog {
  padding-bottom: 5rem;
  padding-top: 0;
}
.blog p {
  margin-bottom: 1rem;
}

.blog-item {
  box-shadow: 0px 10px 11px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}

.blog-item-footer {
  border-top: 1px solid #f5f5f5;
  background-color: #fff;
  padding: 1rem;
}

.blog-item-footer i {
  font-size: 16px;
  margin-right: 10px;
}

.blog-item-footer a {
  font-size: 18px;
}

.blog-item-footer .bi-tag::before {
  transform: rotate(90deg);
}

.blog .blog-heading .section-heading {
  display: flex;
  align-items: center;
  gap: 8px;
}

.blog .blog-heading .section-heading span {
  background-color: #eadac5;
  padding: 6px 16px;
  border-radius: 50%;
  font-weight: 400;
  color: #5F3813;
}

.blog-img {
  cursor: pointer;
  overflow: hidden;
}

.blog-item .blog-img img {
  width: 100%;
  transition: 0.5s all;
}

.blog-item .blog-img img:hover {
  transform: scale(1.1);
}

.blog-item .blog-content h2:hover {
  color: #000;
}

.blog-content .blog-author {
  margin-bottom: 8px;
}

.blog-content span {
  font-size: 18px;
  color: #000 !important;
}

.blog-content span a {
  font-weight: 600;
  color: #000 !important;
  font-size: 18px;
}

.blog-content {
  background-color: white;
  padding: 1rem;
}

.blog-content .blog-author a {
  color: #000 !important;
  font-size: 18px;
}

.blog-content p {
  color: #000 !important;
  font-size: 18px;
}

.gap-40 {
  row-gap: 40px;
}

.sidebar-right {
  padding-left: 1rem;
}

.blog-search .form-control {
  width: 100%;
  border-radius: 0;
}

.recent-blog {
  padding-top: 3rem;
}

.recent-blog .sub-heading-brown {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recent-blog-card {
  padding-top: 2rem;
}

.recent-blog-card-text {
  position: relative;
}

.recent-blog .recent-blog-card-img img {
  width: 100%;
  height: 100%;
}

.recent-blog-card-text a {
  font-size: 12px;
}

.recent-blog-card-text h3 {
  font-size: 12px;
  padding: 6px 0;
}

.recent-blog .card {
  margin-top: 2rem;
}

.recent-blog .card-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.recent-blog .card-bottom {
  display: flex;
  justify-content: space-between;
}

.recent-blog .card-bottom span {
  font-size: 12px;
}

.recent-blog .card-bottom p {
  margin-bottom: 0;
}

.recent-blog .card-top span {
  font-size: 12px;
}

.recent-blog .card-title {
  font-size: 18px;
  color: #5F3813;
}

.recent-blog .card-img {
  object-fit: cover;
  object-position: center;
}

.blog-heading p {
  padding-top: 10px;
}

.sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #5f3813;
}

.recent-blog .card-text {
  font-size: 12px;
}

.archives h4 {
  margin-bottom: 1rem;
}

.recent-blog .card-body {
  padding: 6px 6px 6px 0rem;
}

.archives {
  padding-top: 3rem;
}

.archives a {
  padding-top: 0px !important;
  font-size: 18px;
  color: #000 !important;
}

.categories h4 {
  font-size: 21px;
  color: #5F3813;
}

.categories li {
  font-size: 16px;
  color: #000 !important;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
}

.categories li a {
  font-size: 18px;
}

.categories li a.active {
  font-weight: 700;
}

.categories li span {
  float: right;
  background-color: #eadac5;
  color: #5F3813;
  border-radius: 50%;
  padding: 0 10px;
  font-size: 18px;
}

/* ---------- Blog Details ------ */
.blog-slider img {
  width: 100%;
}

.blog-slide {
  position: relative;
}

.blog-slide span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 1rem;
  background-color: #5ca0e0;
  border-radius: 12px;
  padding: 10px;
  color: #fff;
}

.blog-author a {
  color: #000 !important;
  font-size: 18px;
}

.blog-author span {
  color: #000 !important;
  margin-right: 8px;
  font-size: 18px;
}

.blog-author span a {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 992px) {
  .sidebar-right {
    padding-left: 0;
  }
  .blog-details h2 {
    font-size: 24px !important;
    margin-bottom: 1rem;
  }
  .blog-author {
    margin-top: 1rem;
  }
}
@media (max-width: 575px) {
  .blog .blog-heading h1 {
    font-size: 24px !important;
  }
  .blog form .form-control {
    padding: 6px 16px !important;
  }
  .blog-item .blog-content h2 {
    font-size: 21px !important;
  }
  .blog-content p {
    font-size: 16px !important;
  }
  .blog-author span {
    font-size: 16px !important;
  }
  .blog-content .blog-author a {
    font-size: 16px !important;
  }
  .categories li a {
    font-size: 16px !important;
  }
  .recent-blog .card-title {
    font-size: 16px !important;
  }
  .blog-slide span {
    font-size: 10px !important;
    margin: 10px !important;
  }
  .blog-item-footer a {
    font-size: 16px !important;
  }
  .blog-details-text p {
    font-size: 16px !important;
  }
}
.blog-details {
  padding-top: 2rem;
}

.blog-details .blog-item-footer {
  background-color: transparent;
  padding: 0;
}

.blog-item-footer .social-img {
  width: 170px;
}

.blog-details h2 {
  font-size: 28px;
  color: #004b84;
}

.blog-details-text {
  border-top: 1px solid #000;
}

.blog-details-text p {
  color: #000 !important;
  font-size: 18px;
  margin-bottom: 1rem;
}

.blog-comment {
  padding: 2rem 0;
}

.blog-comment h3 {
  font-size: 21px;
  margin-bottom: 1rem;
  color: #5F3813;
}

.blog form .form-control {
  padding: 14px 16px;
  border-radius: 12px;
  background-color: #f9f9f9;
  border: 1px solid #acacac;
}

.blog form .form-control::placeholder {
  color: #acacac;
  opacity: 1;
}

.blog form .yellow-btn {
  padding: 8px 25px;
}

.blog .slick-dots {
  bottom: -36px;
}

.blog .slick-dots li button {
  border: 1px solid #5F3813;
  background-color: transparent;
  border-radius: 50%;
}

.blog .slick-dots li.slick-active button {
  background-color: #5F3813;
}

.blog .slick-dots li button:before {
  font-size: 0;
}

/* ---popover--- */
.blog-popover {
  position: absolute;
  left: 0;
  top: -17px;
  background-color: #5F3813;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 0 15px;
  line-height: 30px;
  min-height: 0;
  min-width: 0;
  z-index: 100;
  cursor: default;
  border-radius: 30px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
  white-space: nowrap;
}

.blog-popover::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 5px solid #000;
  border-color: #5F3813;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

.blog-popover::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 5px solid #000;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -5px 4px 5px -2px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.blog-comment-container h3 {
  border-bottom: 1px solid #acacac;
  padding-bottom: 1rem;
}

.blog-comment-container {
  padding-bottom: 3rem;
}

.blog-comment-container h3 {
  margin: 0;
}

.blog-comment-text {
  border-bottom: 1px solid #acacac;
  padding: 2rem 0;
}

.blog-comment .comment-author a {
  color: #5F3813;
  font-weight: 600;
  font-size: 18px;
}

.blog-comment .comment-date {
  font-style: italic;
  font-size: 18px;
}

.blog-comment .comment-text {
  padding: 10px 0;
}

.blog-comment .comment-text p {
  font-size: 18px;
}

.comment-reply a i {
  font-size: 18px;
  margin-right: 10px;
}

.comment-reply a {
  font-size: 18px;
  text-decoration: underline;
  text-underline-position: under;
}

.comment-reply a:hover {
  color: #004b84 !important;
  text-decoration: underline;
  text-underline-position: under;
}

.blog-details-headline img {
  width: 175px;
}

.v-line {
  border-left: 1px solid rgba(136, 170, 136, 0.6666666667);
}

.payment-success__bg {
  background-color: #faf7f1;
  padding: 7rem 0 10rem 0;
}
.payment-success__content {
  background-color: #f3ecd8;
  position: relative;
  width: 60%;
  margin: auto;
  padding: 5rem 3rem 3rem 3rem;
}
@media (max-width: 1199.98px) {
  .payment-success__content {
    padding: 5rem 2rem 2rem 2rem;
  }
}
.payment-success__content__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f3ecd8;
  border-radius: 50%;
  border: 20px solid #faf7f1;
  padding: 20px;
}
.payment-success__content__heading img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.payment-success__content__text {
  width: 80%;
  margin: auto;
}
.payment-success__content__text .payment-green-heading {
  text-align: center;
  font-size: 24px;
  font-family: bodoni-r;
  color: #0ca630;
  padding: 2rem 0;
  font-weight: 400;
}
.payment-success__content__text p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
}
.payment-success__content__text span {
  font-size: 16px;
  color: #5F3813;
  font-weight: 600;
}

.payment-declined .payment-red-heading {
  color: #b80000;
  text-align: center;
  font-size: 24px;
  font-family: bodoni-r;
  padding: 2rem 0;
  font-weight: 400;
}

.become-member {
  padding: 40px 0;
  position: relative;
  background-image: url(../img/home-page/How-To-Become.jpg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1366.98px) {
  .become-member {
    padding: 30px 0;
  }
}
.become-member::before {
  content: "";
  position: absolute;
  background-image: url(../img/home-page/become-member-right-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  height: 100%;
  top: 0;
}
.become-member::after {
  content: "";
  position: absolute;
  background-image: url(../img/home-page/become-member-left-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  height: 100%;
  top: 0;
}
.become-member__content {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
.become-member__heading h2 {
  color: #694420;
  font-size: 40px;
  font-weight: 400;
  font-family: bodoni-r;
}
@media (max-width: 1680.98px) {
  .become-member__heading h2 {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  .become-member__heading h2 {
    font-size: 24px;
  }
}
.become-member__icon-text {
  display: flex;
  gap: 16px;
  align-items: center;
  text-align: center;
  position: relative;
}
.become-member__icon-text .right__arrow {
  margin-top: -20px;
}
.become-member__icon-text .right__arrow img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.become-member__icon-text .item {
  z-index: 2;
  position: relative;
  border-radius: 50%;
  min-width: 130px;
}
@media (max-width: 1680.98px) {
  .become-member__icon-text .item {
    min-width: 90px;
  }
}
.become-member__icon-text .item::after {
  content: "";
  position: absolute;
}
.become-member__icon-text .item__icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 1680.98px) {
  .become-member__icon-text .item__icon img {
    width: 80px;
    height: 80px;
  }
}
.become-member__icon-text .item__text p {
  font-size: 18px;
  color: #010101;
}
@media (max-width: 1680.98px) {
  .become-member__icon-text .item__text p {
    font-size: 16px;
  }
}

.our-visionary {
  position: relative;
  padding: 80px 0 80px 0;
  background-image: url(../img/home-page/Leadership-BG.jpg);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.our-visionary .item__img img {
  width: 100%;
}
.our-visionary .item__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.our-visionary .item__text h4 {
  font-size: 24px;
  color: #351e11;
  font-family: bodoni-r;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .our-visionary .item__text h4 {
    font-size: 20px;
  }
}
.our-visionary .item__text p {
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .our-visionary .item__text p {
    font-size: 14px;
  }
}
.our-visionary .item__text .vl {
  border-left: 3px solid #5f3813;
  height: 44px;
  margin: 0 10px;
}
.our-visionary__heading {
  text-align: center;
}
.our-visionary__heading h3 {
  font-size: 40px;
  font-family: bodoni-r;
  font-weight: 400;
  color: #694420;
}
@media (max-width: 1399.98px) {
  .our-visionary__heading h3 {
    font-size: 30px;
  }
}
.our-visionary__heading h2 {
  font-family: bodoni-r;
  font-weight: 400;
  font-size: 60px;
  color: #694420;
}
@media (max-width: 1399.98px) {
  .our-visionary__heading h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .our-visionary__heading h2 {
    font-size: 40px;
  }
}
.our-visionary__heading hr {
  opacity: 1;
  background-color: #aa825a;
  height: 2px;
  width: 50%;
  margin: 1rem auto;
}
.our-visionary .global-advisory {
  padding-top: 50px;
}
.our-visionary .global-advisory__heading {
  text-align: center;
  margin-bottom: 60px;
}
.our-visionary .global-advisory__heading h2 {
  font-size: 40px;
  font-family: bodoni-r;
  font-weight: 400;
  color: #694420;
}
@media (max-width: 1366.98px) {
  .our-visionary .global-advisory__heading h2 {
    font-size: 40px;
  }
}
.our-visionary .global-advisory__heading img {
  width: 800px;
}
.our-visionary .global-advisory__slider .item {
  margin: 0 2rem;
}
.our-visionary .global-advisory__slider .item__img {
  margin-bottom: 20px;
}
.our-visionary .global-advisory__slider .item__text {
  flex-direction: column;
}
.our-visionary .global-advisory__slider .item__text h3 {
  font-size: 24px;
  font-family: bodoni-r;
  font-weight: 400;
  color: #694420;
}
@media (max-width: 1366.98px) {
  .our-visionary .global-advisory__slider .item__text h3 {
    font-size: 14px;
  }
}
.our-visionary .global-advisory__slider .item__text h4 {
  font-size: 20px;
  font-family: bodoni-r;
  font-weight: 400;
  color: #694420;
}
@media (max-width: 1366.98px) {
  .our-visionary .global-advisory__slider .item__text h4 {
    font-size: 12px;
  }
}
.our-visionary .global-advisory__slider .item__text hr {
  border: 1px solid #5F3813;
  opacity: 0.6;
  width: 100%;
  margin: 8px auto !important;
}
.our-visionary .global-advisory__slider .item__text p {
  color: #010101;
  font-size: 16px;
}
@media (max-width: 1366.98px) {
  .our-visionary .global-advisory__slider .item__text p {
    font-size: 10px;
  }
}
.our-visionary .global-advisory__slider .slick-dots {
  bottom: -60px;
}
.our-visionary .global-advisory__slider .slick-dots li button::before {
  font-size: 14px;
  border: 2px solid #694420;
  border-radius: 50%;
  opacity: 1;
  color: transparent;
  width: 16px;
  height: 16px;
}
.our-visionary .global-advisory__slider .slick-dots li button:hover::before {
  color: transparent;
}
.our-visionary .global-advisory__slider .slick-dots li.slick-active button::before {
  color: transparent;
  opacity: 1;
  background-color: #694420;
}

.explore-member {
  background-image: url(../img/home-page/explore-member-bg.png);
  background-repeat: no-repeat;
  padding: 100px 0;
}
.explore-member h2 {
  text-align: center;
  font-size: 40px;
  color: #D1AF70;
  font-family: bodoni-r;
  font-weight: 400;
  margin-bottom: 60px;
}
@media (max-width: 1199.98px) {
  .explore-member h2 {
    font-size: 30px;
  }
}
.explore-member .items {
  display: flex;
  align-items: center;
  gap: 40px;
}
.explore-member .items .item {
  width: 300px;
  position: relative;
  cursor: pointer;
}
.explore-member .items .item .img-hover {
  display: none;
}
.explore-member .items .item:hover .img-hover {
  display: block;
}
.explore-member .items .item:hover .img-base {
  display: none;
}
.explore-member .items .item:hover .item__text p {
  color: #E7C586;
  text-decoration: underline;
}
.explore-member .items .item__img {
  margin-bottom: 20px;
}
.explore-member .items .item__img img {
  width: 100%;
}
.explore-member .items .item__text {
  text-align: center;
}
.explore-member .items .item__text p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1366.98px) {
  .explore-member .items .item__text p {
    font-size: 16px;
  }
}

.selin-member-get {
  background-image: url(../img/home-page/selin-member-bg.png);
  background-repeat: no-repeat;
  padding: 130px 0;
  background-position: bottom;
  background-size: cover;
}
@media (max-width: 1680.98px) {
  .selin-member-get {
    padding: 78px 0;
  }
}
@media (max-width: 1399.98px) {
  .selin-member-get {
    padding: 30px 0;
  }
}
.selin-member-get h2 {
  font-size: 50px;
  font-family: bodoni-r;
  text-align: center;
  font-weight: 400;
  color: #694420;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .selin-member-get h2 {
    font-size: 40px;
  }
}
.selin-member-get h2 span {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .selin-member-get h2 span {
    font-size: 36px;
  }
}
.selin-member-get .item {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 18px;
  outline: #dcad4d solid 2px;
  outline-offset: -8px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.selin-member-get .item span {
  position: absolute;
  top: 0;
  font-size: 24px;
  background-color: #aa825a;
  border-radius: 50%;
  padding: 6px 12px;
  color: #fff;
  left: 50%;
  transform: translate(-50%, -50%);
}
.selin-member-get .item p {
  font-size: 18px;
  color: #010101;
}
@media (max-width: 1199.98px) {
  .selin-member-get .item p {
    font-size: 14px;
  }
}

.member-spotlight {
  background-image: url(../img/home-page/member-foucs-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
@media (max-width: 1680.98px) {
  .member-spotlight {
    padding: 50px 0;
  }
}
.member-spotlight__heading {
  text-align: center;
  margin-bottom: 170px;
}
.member-spotlight__heading h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.member-spotlight__heading h2 {
  font-size: 40px;
  color: #d1af70;
  font-weight: 400;
  font-family: bodoni-r;
}
@media (max-width: 1199.98px) {
  .member-spotlight__heading h2 {
    font-size: 30px;
  }
}
.member-spotlight .item {
  border: 2px solid #d0a251;
  border-radius: 18px;
  padding: 30px 20px;
  height: 100%;
}
.member-spotlight .item__img {
  text-align: center;
  margin-bottom: 20px;
}
.member-spotlight .item__img img {
  margin-top: -140px;
  width: 170px;
}
.member-spotlight .item__text {
  text-align: center;
}
.member-spotlight .item__text span {
  font-size: 24px;
  font-weight: 400;
  font-family: bodoni-r;
  color: #d1af70;
  display: block;
  margin-bottom: 4px;
}
@media (max-width: 1366.98px) {
  .member-spotlight .item__text span {
    font-size: 18px;
  }
}
.member-spotlight .item__text p {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 1366.98px) {
  .member-spotlight .item__text p {
    font-size: 14px;
  }
}
.member-spotlight .item__text p span {
  font-family: "Segoe UI";
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}

.event-section {
  background-image: url(../img/home-page/event-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.event-section__heading {
  text-align: center;
  margin-bottom: 50px;
}
.event-section__heading h3 {
  font-size: 24px;
  font-weight: 400;
  color: #010101;
}
@media (max-width: 1199.98px) {
  .event-section__heading h3 {
    font-size: 20px;
  }
}
.event-section__heading h2 {
  font-size: 40px;
  font-weight: 400;
  color: #694420;
  font-family: bodoni-r;
}
@media (max-width: 1199.98px) {
  .event-section__heading h2 {
    font-size: 30px;
  }
}
.event-section__banner img {
  width: 100%;
}
.event-section__items {
  margin-top: 50px;
}
.event-section__items__item {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
}
.event-section__items__item img {
  width: 100%;
}
.event-section__items__item .play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.event-section .btn-wrapper {
  margin-top: 90px;
  text-align: center;
}
.event-section .btn-wrapper a {
  font-size: 20px;
  color: #694420;
}
.event-section .btn-wrapper a:hover {
  text-decoration: underline;
}
.event-section .slick-dots {
  bottom: -60px;
}
.event-section .slick-dots li button::before {
  font-size: 14px;
  border: 2px solid #d1af70;
  border-radius: 50%;
  opacity: 1;
  color: transparent;
  width: 16px;
  height: 16px;
}
.event-section .slick-dots li button:hover::before {
  color: transparent;
}
.event-section .slick-dots li.slick-active button::before {
  color: transparent;
  opacity: 1;
  background-color: #d1af70;
}
.event-section .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.news-section {
  background-image: url(../img/home-page/news-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.news-section__heading {
  text-align: center;
  margin-bottom: 50px;
}
.news-section__heading h2 {
  font-size: 40px;
  color: #d1af70;
  font-weight: 400;
  font-family: bodoni-r;
}
@media (max-width: 1199.98px) {
  .news-section__heading h2 {
    font-size: 30px;
  }
}
.news-section__img {
  margin: 0 1rem;
}
.news-section__img img {
  width: 100%;
}
.news-section .slick-dots {
  bottom: -60px;
}
.news-section .slick-dots li button::before {
  font-size: 14px;
  border: 2px solid #d1af70;
  border-radius: 50%;
  opacity: 1;
  color: transparent;
  width: 16px;
  height: 16px;
}
.news-section .slick-dots li button:hover::before {
  color: transparent;
}
.news-section .slick-dots li.slick-active button::before {
  color: transparent;
  opacity: 1;
  background-color: #d1af70;
}
.news-section .slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.founder-blog {
  background-image: url(../img/home-page/founder-blog-bg.png);
  background-repeat: no-repeat;
  padding: 100px 0 150px 0;
}
.founder-blog__heading {
  margin-bottom: 40px;
  text-align: center;
}
.founder-blog__heading h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .founder-blog__heading h3 {
    font-size: 20px;
  }
}
.founder-blog__heading h2 {
  font-size: 40px;
  font-family: bodoni-r;
  font-weight: 400;
  color: #694420;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .founder-blog__heading h2 {
    font-size: 30px;
  }
}
.founder-blog .item {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.founder-blog .item__img img {
  width: 100%;
}
.founder-blog .item__text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.founder-blog .item__text h4 {
  font-size: 20px;
  color: #694420;
  margin-bottom: 10px;
  font-weight: 400;
  font-family: bodoni-r;
}
.founder-blog .item__text h4:hover {
  text-decoration: underline;
}
@media (max-width: 1680.98px) {
  .founder-blog .item__text h4 {
    font-size: 18px;
  }
}
@media (max-width: 1366.98px) {
  .founder-blog .item__text h4 {
    font-size: 16px;
  }
}
.founder-blog .item__text span {
  font-size: 14px;
  color: #000;
}

.new-top-header {
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
.new-top-header ._social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  width: fit-content;
  padding-right: 20px;
}
.new-top-header ._social-icons::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #eadac5;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.new-top-header ._social-icons p {
  color: #ffffff;
  margin-bottom: 0;
}
.new-top-header ._social-icons ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-top-header ._social-icons ul li {
  background-color: #5F3813;
  padding: 5px;
  line-height: 1;
}
.new-top-header ._social-icons ul li .social-icons .icon-hover {
  display: none;
}
.new-top-header ._social-icons ul li:hover {
  background-color: #ffffff;
}
.new-top-header ._social-icons ul li:hover .social-icons .icon-hover {
  display: block;
}
.new-top-header ._social-icons ul li:hover .social-icons .icon-base {
  display: none;
}
.new-top-header ._social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-top-header ._social-icons ul li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.new-top-header ._social-links {
  padding-left: 20px;
}
.new-top-header ._social-links ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-top-header ._social-links ul li {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  line-height: 1;
}
.new-top-header ._social-links ul li:hover {
  color: #F4E7D2;
}
.new-top-header ._social-links ul li a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 5px;
}
.new-top-header ._cart-icon {
  margin-right: 20px;
}
.new-top-header ._cart-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.new-top-header ._links {
  display: flex;
  align-items: center;
}
.new-top-header ._links .link {
  font-size: 16px;
  font-weight: 600;
  padding-right: 16px;
  color: #F4E7D2;
  position: relative;
}

.new-top-header ._links ._btn {
  background-color: #5F3813;
  color: #F4E7D2;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 15px;
  margin-left: 16px;
  padding: 6px 24px;
}
.new-top-header ._links ._btn:hover {
  color: #5F3813;
  background-color: #F4E7D2;
}
.new-top-header ._links ._btn:hover .base {
  display: none;
}
.new-top-header ._links ._btn:hover .hover {
  display: block;
}
.new-top-header ._links ._btn img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin-right: 5px;
}
.new-top-header ._links ._btn .hover {
  display: none;
}

.new-header {
  padding: 10px 0 16px 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.55);
  position: relative;
  z-index: 99;
}
.new-header ul:not(.dropdown ul) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.new-header ul:not(.dropdown ul).menu-left {
  padding-right: 50px;
}
@media (max-width: 1366.98px) {
  .new-header ul:not(.dropdown ul).menu-left {
    padding-right: 30px;
  }
}
.new-header ul:not(.dropdown ul).menu-right {
  padding-left: 50px;
}
@media (max-width: 1366.98px) {
  .new-header ul:not(.dropdown ul).menu-right {
    padding-left: 30px;
  }
}
.new-header ul:not(.dropdown ul) li {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
.new-header ul:not(.dropdown ul) li::before {
  content: "";
  position: absolute;
  background-color: #5F3813;
  left: 0;
  bottom: 0;
  width: 0;
  height: 6px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.new-header ul:not(.dropdown ul) li:hover:not(.dropdown ul li)::before {
  width: 100%;
}
.new-header ._logo img {
  width: 100%;
}
.new-header .dropdown {
  position: relative;
  display: inline-block;
}
.new-header .dropdown:hover .dropdown-content {
  display: block;
}
.new-header .dropdown .dropbtn {
  background-color: transparent;
}
.new-header .dropdown .dropbtn img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}
.new-header .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #eadac5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  right: 0;
}
.new-header .dropdown .dropdown-content ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.new-header .dropdown .dropdown-content ul li a {
  padding: 12px 16px;
  display: block;
}
.new-header .dropdown .dropdown-content ul li a:hover {
  background-color: #ffffff;
  color: #5F3813;
}

.m-new-header {
  padding: 16px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.m-new-header ._side-menu img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .m-new-header ._side-menu img {
    width: 30px;
    height: 30px;
  }
}
.m-new-header ._cart-icon {
  text-align: end;
}
.m-new-header ._cart-icon img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .m-new-header ._cart-icon img {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 991.98px) {
  .m-new-header + section {
    margin-top: var(--header-height) !important;
  }
}

.new-footer * :last-child {
  margin-bottom: 0 !important;
}
.new-footer p {
  margin-bottom: 20px;
}
.new-footer__content {
  position: relative;
  z-index: 1;
}
.new-footer__content ._logo {
  max-width: 230px;
  margin-bottom: 30px;
}
@media (max-width: 1366.98px) {
  .new-footer__content ._logo {
    max-width: 180px;
  }
}
.new-footer__content ._logo img {
  width: 100%;
}
.new-footer__content ._icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.new-footer__content ._icons li {
  line-height: 1;
}
.new-footer__content ._icons li .social-icons .icon-hover {
  display: none;
}
.new-footer__content ._icons li:hover .social-icons .icon-hover {
  display: block;
}
.new-footer__content ._icons li:hover .social-icons .icon-base {
  display: none;
}
.new-footer__content ._icons li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.new-footer__content ._links {
  margin-bottom: 30px;
}
.new-footer__content ._links h5 {
  font-size: 22px;
  text-decoration: underline;
  color: #5F3813;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1366.98px) {
  .new-footer__content ._links h5 {
    font-size: 20px;
  }
}
.new-footer__content ._links p {
  color: #ffffff;
}
.new-footer__content ._links ul li {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media (max-width: 1366.98px) {
  .new-footer__content ._links ul li {
    font-size: 16px;
  }
}
.new-footer__content ._links ul li:hover {
  color: #5F3813;
}
.new-footer__content ._links ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 16px;
}
.new-footer__content ._links .search .form-group {
  position: relative;
  margin-bottom: 16px;
}
.new-footer__content ._links .search .form-group .form-control {
  border: 0;
  border-radius: 0;
  background-color: #815932;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0 10px 16px;
}
.new-footer__content ._links .search .form-group .form-control::placeholder {
  color: #ffffff;
}
.new-footer__content ._links .search .form-group .form-control:focus {
  box-shadow: none;
}
.new-footer__content ._links .search .form-group a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: absolute;
  right: 0;
  margin-right: 16px;
  top: 50%;
  transform: translate(0, -50%);
}
.new-footer__content ._links .search .form-check .form-check-input {
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.new-footer__content ._links .search .form-check .form-check-input:focus {
  box-shadow: none;
  border-color: #ffffff;
}
.new-footer__content ._links .search .form-check .form-check-input:checked[type=checkbox] {
  background-image: url(../img/icons/tick.svg);
  background-color: #ffffff;
  border-color: #ffffff;
}
.new-footer__content ._links .search .form-check .form-check-label {
  font-size: 18px;
  color: #ffffff;
  margin-left: 10px;
}
@media (max-width: 1366.98px) {
  .new-footer__content ._links .search .form-check .form-check-label {
    font-size: 16px;
  }
}
.new-footer .copyright {
  padding: 20px 0;
}
.new-footer .copyright p {
  color: #ffffff;
}
.new-footer .deco-top-bottom .deco-top {
  position: absolute;
  top: 0;
  z-index: -1;
}
.new-footer .deco-top-bottom .deco-bottom {
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.new-footer .pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1366.98px) {
  .new-footer .pv-100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 991.98px) {
  .new-footer .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 99;
}
.m-footer__content {
  display: flex;
  justify-content: center;
  align-items: end;
}
.m-footer__content__icon {
  text-align: center;
  padding: 12px 16px;
  min-width: 100px;
}
@media (max-width: 575.98px) {
  .m-footer__content__icon {
    min-width: 70px;
    padding: 8px;
  }
}
.m-footer__content__icon.my-zone-footer {
  margin-top: -30px;
  padding: 8px 16px;
  background: linear-gradient(180deg, rgb(253, 248, 235) 9%, rgb(253, 248, 235) 17%, rgb(222, 202, 154) 78%);
  box-shadow: 2px 2px 12px 7px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
  margin-left: 16px;
  margin-right: 16px;
}
@media (max-width: 575.98px) {
  .m-footer__content__icon.my-zone-footer {
    padding: 8px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.m-footer__content__icon.my-zone-footer p {
  color: #5F3813;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .m-footer__content__icon.my-zone-footer p {
    font-size: 10px;
  }
}
.m-footer__content__icon.my-zone-footer img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
@media (max-width: 575.98px) {
  .m-footer__content__icon.my-zone-footer img {
    width: 32px;
    height: 32px;
  }
}
.m-footer__content__icon.active {
  background-color: #856644;
}
.m-footer__content__icon.active p {
  color: #EEC986;
  font-weight: 600;
}
.m-footer__content__icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-bottom: 6px;
}
@media (max-width: 575.98px) {
  .m-footer__content__icon img {
    width: 20px;
    height: 20px;
  }
}
.m-footer__content__icon p {
  font-size: 14px;
  color: #EEC986;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .m-footer__content__icon p {
    font-size: 10px;
  }
}

.membership-hero {
  background-image: url(../img/members/membership-hero.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 991.98px) {
  .membership-hero ._text {
    text-align: center;
    padding: 0 40px;
  }
}
.membership-hero h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Bodoni";
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .membership-hero h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .membership-hero h2 {
    font-size: 30px;
  }
}
.membership-hero h2::before {
  content: "";
  position: absolute;
  top: -10px;
  left: auto;
  margin-left: -46px;
  background-image: url(../img/members/quote-1.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .membership-hero h2::before {
    width: 20px;
    height: 20px;
    margin-left: -20px;
  }
}
.membership-hero h2::after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: auto;
  background-image: url(../img/members/quote-2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-left: 6px;
}
@media (max-width: 991.98px) {
  .membership-hero h2::after {
    bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .membership-hero h2::after {
    width: 20px;
    height: 20px;
  }
}
.membership-hero .membership-hero-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e1b964;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.membership-hero .membership-hero-box p {
  font-size: 22px;
  color: #eec986;
  padding: 8px 20px;
}
@media (max-width: 1366.98px) {
  .membership-hero .membership-hero-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .membership-hero .membership-hero-box p {
    font-size: 16px;
  }
}
.membership-hero .membership-hero-box .price {
  padding: 8px 30px;
  background: linear-gradient(0deg, rgb(209, 158, 66) 0%, rgb(248, 223, 147) 100%);
  position: relative;
}
@media (max-width: 991.98px) {
  .membership-hero .membership-hero-box .price {
    padding: 10px 20px;
  }
}
.membership-hero .membership-hero-box .price span {
  font-size: 30px;
  font-family: "Bodoni";
  position: absolute;
  top: 10px;
  left: 15px;
}
@media (max-width: 1399.98px) {
  .membership-hero .membership-hero-box .price span {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .membership-hero .membership-hero-box .price span {
    font-size: 25px;
  }
}
.membership-hero .membership-hero-box .price p {
  font-size: 70px;
  color: #2c1010;
  line-height: 1;
  display: inline-block;
  font-family: "Bodoni";
  padding: 0 10px;
}
@media (max-width: 1399.98px) {
  .membership-hero .membership-hero-box .price p {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .membership-hero .membership-hero-box .price p {
    font-size: 40px;
  }
}
.membership-hero p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .membership-hero p {
    font-size: 16px;
  }
}
.membership-hero .membership-hero-form {
  background: linear-gradient(180deg, rgb(40, 13, 14) 0%, rgb(120, 76, 32) 100%);
  border: 1px solid #a77661;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
}
.membership-hero .membership-hero-form .dropdown .form-select {
  max-width: 100px;
}
.membership-hero .membership-hero-form .form-select {
  border-radius: 10px;
  padding: 10px;
  height: auto;
  font-size: 16px;
}
.membership-hero .membership-hero-form .form-control {
  border-radius: 8px;
  font-size: 16px;
}
.membership-hero .membership-hero-form .form-control::placeholder {
  font-size: 16px;
  color: #000;
}
.membership-hero .membership-hero-form .form-check {
  display: flex;
  align-items: start;
  gap: 10px;
}
.membership-hero .membership-hero-form .form-check .form-check-input {
  margin-top: 0;
}
.membership-hero .membership-hero-form .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.membership-hero .membership-hero-form .form-check .form-check-input:checked {
  background-color: #a77661;
  border-color: transparent;
}
.membership-hero .membership-hero-form .form-check .form-check-input:focus {
  box-shadow: none;
}
.membership-hero .membership-hero-form .form-check .form-check-label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.membership-hero .membership-hero-form .form-check .form-check-label a {
  color: #eec986;
  font-weight: 400;
}
.membership-hero .membership-hero-form ._btn--yellow {
  font-weight: 600;
  padding: 10px 30px;
  min-width: 200px;
  width: auto;
}
.membership-hero .payment-banner img {
  width: 100%;
}

._btn--yellow {
  background: linear-gradient(0deg, rgb(220, 175, 89) 0%, rgb(244, 216, 143) 100%);
  color: #5f3813;
  border: 0.5px solid #42220d;
  transition: all 0.3s ease-in-out;
}

._btn--yellow:hover {
  transform: scale(1.05);
  transition: all 0.3 ease-in-out;
}

._btn--yellow._shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}

.membership-offer {
  padding: 75px 0;
}
.membership-offer h2 {
  font-size: 50px;
  font-weight: 400;
  font-family: "Bodoni";
  color: #6c451f;
}
@media (max-width: 991.98px) {
  .membership-offer h2 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .membership-offer h2 {
    font-size: 30px;
  }
}
.membership-offer .item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.membership-offer .item ._img {
  width: 80px;
  min-width: 80px;
  height: 80px;
  object-fit: contain;
}
.membership-offer .item ._text h3 {
  font-size: 22px;
  font-weight: 600;
  color: #6C451F;
  margin-bottom: 10px;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .membership-offer .item ._text h3 {
    font-size: 20px;
  }
}
.membership-offer .item ._text p {
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .membership-offer .item ._text p {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */
