@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}

body {
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  color: #000;
  background: #fffbf0;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1442px;
  }
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btn-sec a:not(:last-child) {
  margin-right: 0.6875rem;
}

.glb-btn {
  padding: 1.025rem;
  border: 1px solid #833e00;
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.glb-btn.fill {
  background: #833e00;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.glb-btn.fill.wh {
  background: #fff;
  color: #693200;
}

h1 {
  color: #000;
  font-family: Cormorant;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5rem;
  margin-bottom: 0.625rem;
}

h2 {
  color: #000;
  font-family: Cormorant;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 2.3125rem;
}

p {
  flex-shrink: 0;
  color: #777;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.default-sec-padding {
  padding: 3.125rem 0;
}

.default-xl-sec-padding {
  padding: 6.25rem 0;
}

h6.sub-heading {
  color: #833e00;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .logo-sec a {
  display: flex;
  align-items: center;
  max-width: 7.688rem;
  padding: 1.5rem 0;
}
header .logo-sec a img {
  display: block;
}
header .hd-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.6rem;
  margin-top: -2rem;
}
@media (min-width: 62rem) {
  header nav ul {
    display: flex;
    align-items: center;
  }
  header nav ul li a {
    display: flex;
    align-items: center;
    margin-right: 2.1rem;
    color: #433e3a;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header nav ul li a:hover {
    color: #833e00;
  }
  header nav ul .current-menu-item a {
    font-weight: 500;
    color: #833e00;
  }
  header nav .menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
  }
  header nav .menu-item-has-children > a {
    margin-right: 0.3125rem;
  }
  header nav .menu-item-has-children::after {
    content: "";
    height: 0.375rem;
    width: 1.25rem;
    margin-right: 1.25rem;
    background: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-position-y: center;
  }
  header nav .menu-item-has-children i {
    margin-left: 0.75rem;
  }
  header nav .menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 3.125rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0rem 0.25rem 1.875rem 0.5rem rgba(0, 0, 0, 0.07);
    left: 0;
    z-index: 5;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all ease 1s;
    max-height: 0;
  }
  header nav .menu-item-has-children ul.sub-menu li {
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    transition: all ease 1s;
  }
  header nav .menu-item-has-children ul.sub-menu li a {
    padding: 0.5rem 0.625rem;
    min-width: 18.5625rem;
    margin-right: 0;
    line-height: normal;
    border-bottom: 0.0625rem dashed #833e00;
    transition: all ease 0.3s 0s;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children ul.sub-menu li a:hover:hover {
    color: #833e00;
  }
}
@media (min-width: 62rem) and (min-width: 62rem) {
  header nav .menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    max-height: 62.5rem;
    visibility: visible;
    overflow-y: auto;
  }
  header nav .menu-item-has-children:hover ul.sub-menu li {
    opacity: 1;
    transition: all ease 1s;
  }
}

@media (max-width: 991px) {
  .desktop-nav {
    display: none;
  }
}
@media (min-width: 991px) {
  .menu-icon-area {
    display: none;
  }
}
.slidemenu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13, 13, 13, 0.5);
  z-index: 10;
  opacity: 0;
  z-index: 9999;
  transition: all ease 0.3s 0s;
  pointer-events: none;
  visibility: hidden;
}
.slidemenu-overlay.open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.slidemenu {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: -320px;
  width: 320px;
  background: #fffbf0;
  color: #000;
  transition: all ease 0.3s 0s;
}
@media (min-width: 768px) {
  .slidemenu {
    right: -400px;
    width: 400px;
  }
}
@media only screen and (max-width: 400px) {
  .slidemenu {
    right: -100%;
    width: 100%;
  }
}
.slidemenu .slidemenu-header {
  text-align: right;
  height: 52px;
}
.slidemenu .slidemenu-header .close-menu {
  display: inline-block;
  padding: 10px 15px;
  font-size: 30px;
  color: #a4a4a4;
}
.slidemenu .slidemenu-menu-area {
  height: calc(100vh - 52px);
  overflow-y: auto;
}
.slidemenu .slidemenu-menu-area .login-signup {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.slidemenu .slidemenu-menu-area .login-signup .btn {
  width: 45%;
  display: block;
}
.slidemenu .slidemenu-items {
  padding: 10px 20px;
}
.slidemenu .slidemenu-items .user-icon {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.slidemenu .slidemenu-items li.user-item a {
  position: relative;
}
.slidemenu .slidemenu-items li.user-item svg {
  position: absolute;
  top: 13px;
  left: 0;
}
.slidemenu .slidemenu-items li.user-item li a {
  padding-left: 0;
}
.slidemenu .slidemenu-items li.user-item .list-unstyled .list-unstyled .list-unstyled {
  padding: 0 10px;
}
.slidemenu .slidemenu-items a {
  color: #000;
  font-size: 18px;
}
.slidemenu .slidemenu-items > li {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1em;
  font-weight: 500;
}
.slidemenu .slidemenu-items > li > a {
  padding: 15px 0px;
  display: block;
  position: relative;
}
.slidemenu .slidemenu-items > li > a:focus {
  text-decoration: none;
}
.slidemenu .slidemenu-items > li a[data-bs-toggle=collapse] > i {
  position: absolute;
  right: 0px;
  top: 17px;
  font-size: 20px;
  background: #f5f5f5;
  width: 25px;
  height: 25px;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.slidemenu .slidemenu-items > li a[data-bs-toggle=collapse] > i::before {
  content: "\ea13";
}
.slidemenu .slidemenu-items > li a[aria-expanded=true] > i::before {
  content: "\f1af";
}
.slidemenu .sub-menu li a {
  font-weight: 400;
  display: block;
  padding: 5px 0px;
  font-size: 1.1em;
  color: #333;
}
.slidemenu .sub-menu li:last-child {
  margin-bottom: 15px;
}
.slidemenu.menu-open {
  right: 0;
}

.banner {
  position: relative;
}
.banner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .tx {
  position: relative;
  z-index: 2;
  padding-top: 1.25rem;
  padding-bottom: 4.5rem;
}
.banner .tx h6 {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.3125rem;
}
.banner .tx h2 {
  margin-bottom: 2.4375rem;
}

.abt-sec {
  padding-top: 6.25rem;
}
.abt-sec p {
  max-width: 40.313rem;
  margin-bottom: 1.875rem;
}
.abt-sec p:last-child {
  margin-bottom: 0;
}
.abt-sec .full-text {
  margin-top: 4.125rem;
}
.abt-sec .full-text p {
  max-width: 100%;
}
.abt-sec .glb-btn {
  margin-top: 1rem;
}
.abt-sec img {
  display: block;
  margin-left: auto;
}

.price-card {
  padding: 1.5625rem;
  border: 1px solid #dfdbcf;
  transition: all ease 0.3s 0s;
}
.price-card h5 {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.125rem;
}
.price-card h4 {
  color: #833e00;
  font-family: Inter;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dfdbcf;
  margin-bottom: 2.1875rem;
}
.price-card h4 img {
  margin-right: 0.25rem;
}
.price-card h4 span {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.price-card h6 {
  color: #000;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 1.125rem;
}
.price-card .glb-btn {
  width: 100%;
  transition: all ease 0.3s 0s;
}
.price-card.active {
  background: #ffe6d0;
  border-color: #ffe6d0;
}
.price-card.active .glb-btn {
  background: #833e00;
  color: #fff;
}

.list {
  margin-bottom: 2.5rem;
}
.list li {
  color: #777;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  padding-left: 1.5rem;
  position: relative;
}
.list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background: url("../images/tick.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.membership {
  padding-bottom: 6.25rem;
}
.membership h2 {
  margin-bottom: 3.75rem;
}

.blog {
  background: #f2ede0;
}
.blog h2 {
  margin-bottom: 3.4375rem;
}

.blog-card {
  border: 1px solid #dfdbcf;
  transition: all ease 0.6s 0s;
  margin-bottom: 1.875rem;
}
.blog-card .img {
  width: 100%;
  position: relative;
}
.blog-card .img .tag {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0.0625rem 0.25rem;
  border-radius: 0.125rem;
  background: #833e00;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-card .img img {
  width: 100%;
  filter: grayscale(100%);
  transition: all ease 1s 0s;
}
.blog-card h6 {
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.688rem;
}
.blog-card h4 {
  color: #000;
  font-family: Cormorant;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.blog-card h4 a {
  color: #000;
}
.blog-card .link {
  color: #833e00;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.blog-card .tx {
  padding: 0.8125rem 1.75rem 2.25rem;
}
.blog-card:hover {
  border: 1px solid #d07f36;
}
.blog-card:hover .img img {
  filter: grayscale(0%);
}

.gallery {
  /* Make the first item span 2 columns */
}
.gallery h2 {
  margin-bottom: 3.75rem;
}
.gallery .gallery-wrp {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 1.6875rem;
}
.gallery .gallery-wrp a {
  display: block;
  overflow: hidden;
}
.gallery .gallery-wrp a img {
  transform: scale(1);
  filter: grayscale(100%);
  transition: all ease 1s 0s;
}
.gallery .gallery-wrp a:hover img {
  filter: grayscale(0%);
  transform: scale(1.15);
}
.gallery .gallery-wrp > :first-child {
  grid-column: span 2;
}

.join-us {
  position: relative;
}
.join-us > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.join-us .tx {
  position: relative;
  padding: 6.875rem 0;
  z-index: 2;
}
.join-us .wrp {
  padding: 6.25rem 6.25rem 3.8125rem;
  background: linear-gradient(180deg, #693200 -19.16%, rgba(105, 50, 0, 0.5) 49.26%, rgba(105, 50, 0, 0) 100%);
}
.join-us .wrp h6 {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.join-us .wrp h2 {
  color: #fff;
  text-align: center;
  font-style: normal;
  line-height: 4.063rem;
  margin-bottom: 1.4375rem;
}
.join-us .wrp p {
  flex-shrink: 0;
  color: #e9e9e9;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  max-width: 51rem;
  margin: 0 auto 2.2rem;
}

footer {
  background: #fffbf0;
}
footer .ft-top {
  padding: 3.1875rem 0 2rem;
  border-bottom: 1px solid #dfdbcf;
  margin-bottom: 2.3125rem;
}
footer .ft-top h6 {
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
footer .ft-top .social-wrp {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
footer .ft-top .social {
  display: flex;
  gap: 0 0.9rem;
}
footer .ft-top .social li a {
  font-size: 1.4rem;
}
footer .ft-bottom {
  padding-bottom: 2.1875rem;
}
footer .ft-bottom .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
footer .ft-bottom h6 {
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
footer .ft-bottom p {
  color: #000;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  max-width: 33.75rem;
}
footer .ft-bottom h5 {
  color: #000;
  font-family: Cormorant;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.375rem;
  margin-bottom: 1rem;
}
footer .ft-bottom .links li a {
  color: #433e3a;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.375rem;
}
footer .ft-bottom .links li a:hover {
  color: #833e00;
}
footer .copyright h6 {
  color: #777777;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
  padding: 1.625rem 0;
  border-top: 1px solid #dfdbcf;
}
footer .copyright h6 span {
  color: #000;
  font-size: 1.125rem;
}

.innerban {
  position: relative;
  padding: 1.75rem 0 9.25rem;
}
.innerban > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.innerban .tx {
  position: relative;
  z-index: 2;
}
.innerban .tx h1 {
  color: #000;
  font-family: Cormorant;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.1875rem;
}
.innerban .tx .breadcumb {
  display: flex;
  justify-content: center;
}
.innerban .tx .breadcumb li {
  color: #433E3A;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.innerban .tx .breadcumb li a {
  color: #433E3A;
}
.innerban .tx .breadcumb li a::after {
  content: "/";
  display: inline-block;
  margin: 0 1rem;
}

.mission .image-sec {
  position: relative;
}
.mission .image-sec::before {
  content: "";
  position: absolute;
  left: 3%;
  top: 3%;
  height: 100%;
  width: 100%;
  border: 1px solid #d07f36;
}
.mission .txt {
  padding-left: 3.9375rem;
}
.mission .txt h2 {
  margin-bottom: 4.25rem;
}
.mission .txt .mission-list li {
  display: flex;
}
.mission .txt .mission-list li:not(:last-child) {
  margin-bottom: 3.625rem;
}
.mission .txt .mission-list li .image {
  width: 6.25rem;
  height: 6.25rem;
  flex-shrink: 0;
  border: 1px solid rgba(229, 207, 185, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.75rem;
}
.mission .txt .mission-list li .image img {
  height: 4.063rem;
}
.mission .txt .mission-list li p {
  max-width: 77%;
  color: #000;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.blogs {
  padding-bottom: 5rem;
}
.blogs h2 {
  margin-bottom: 4rem;
}

.search-form {
  margin-bottom: 4rem;
}
.search-form input {
  padding: 1rem;
  color: #777;
  text-align: left;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 30rem;
  width: 100%;
  border: 1px solid #d9d9d9;
  background: transparent;
}
.search-form input::-moz-placeholder {
  color: #777;
}
.search-form input::placeholder {
  color: #777;
}

.bl-det1 h6 {
  margin-top: 2rem;
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.688rem;
}
.bl-det1 img {
  width: 100%;
}
.bl-det1 h2 {
  margin-bottom: 2.75rem;
}
.bl-det1 .ad {
  margin-bottom: 1rem;
  display: block;
}

.form-sec .inpt-wrp {
  margin-bottom: 0.9375rem;
}
.form-sec input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.form-sec select,
.form-sec textarea {
  width: 100%;
  padding: 1rem;
  background: transparent;
  border-radius: 0.125rem;
  border: 1px solid #d9d9d9;
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-sec textarea {
  height: 8.938rem;
  resize: none;
}
.form-sec select {
  appearance: none; /* Removes default arrow (for modern browsers) */
  -webkit-appearance: none; /* Removes arrow in Chrome/Safari */
  -moz-appearance: none;
  background: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: 98% center;
}
.form-sec select option.disabled {
  color: #777;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.form-sec input[type=submit] {
  margin-top: 2.3125rem;
  padding: 1.125rem 1.375rem;
  background: #833e00;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border: 0px;
}

.contact .form-sec {
  max-width: 36.438rem;
}
.contact img {
  width: 100%;
  border-radius: 0.4rem;
}
.contact h2 {
  margin-bottom: 2.3125rem;
}
.contact p {
  margin-bottom: 3rem;
}

.map-sec iframe {
  width: 100%;
  display: block;
  border: 0;
  height: 40rem;
  filter: grayscale(100%);
}

.faq .left p {
  max-width: 33.063rem;
}
.faq .faq-panel h4 {
  color: #000;
  font-family: Cormorant;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  cursor: pointer;
  padding-right: 2rem;
}
.faq .faq-panel h4::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -0.3rem;
  font-size: 3.3rem;
  color: #833E00;
  font-weight: bold;
}
.faq .faq-panel .content {
  padding: 1.8125rem 0;
  display: none;
}
.faq .faq-panel .content p {
  flex-shrink: 0;
  color: #777;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}
.faq .faq-panel .content p:last-child {
  margin-bottom: 0;
}
.faq .faq-panel li {
  margin-bottom: 1.25rem;
}
.faq .faq-panel li.active h4::after {
  content: "";
  width: 1rem;
  height: 0.125rem;
  top: 0.8rem;
  background: #000;
}

.step-card {
  text-align: center;
}
.step-card .image {
  width: 6.25rem;
  height: 6.25rem;
  border: 1px solid rgba(86, 73, 61, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2.4375rem;
}
.step-card .tx h4 {
  color: #E9E9E9;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  margin-bottom: 1.4375rem;
}
.step-card .tx p {
  flex-shrink: 0;
  color: #E9E9E9;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem;
}

.steps-join {
  position: relative;
}
.steps-join h6.sub-heading {
  color: #fff;
}
.steps-join > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps-join .tx {
  position: relative;
  z-index: 2;
}
.steps-join .tx h2 {
  color: #fff;
  margin-bottom: 3.5625rem;
}
.steps-join .tx p {
  max-width: 27rem;
  margin: auto;
}
.steps-join .glb-btn {
  margin-top: 3.6rem;
}

#membership-modal {
  text-align: center;
}
#membership-modal .btn-close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
}
#membership-modal .modal-dialog {
  max-width: 37.688rem;
}
#membership-modal .modal-body {
  padding: 3.1875rem 3.5625rem 3.4375rem;
}
#membership-modal input[type=submit] {
  width: 100%;
  margin-top: 1.8rem;
}
#membership-modal .inpt-wrp:has(input[type=submit]) {
  margin-bottom: 0;
}

.mm-sec2 {
  padding-top: 3rem;
}
.mm-sec2 .membership-btn {
  margin-top: 4.125rem;
  min-width: 16.1875rem;
}

section.abt-sec.com2 {
  padding-bottom: 6.25rem;
}

.gallery-item {
  position: relative;
  border-radius: 0.3125rem;
  overflow: hidden;
  display: block;
}
.gallery-item > img {
  transform: scale(1);
  filter: grayscale(100%);
  transition: all ease 1s 0s;
}
.gallery-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: all ease 1s 0s;
}
.gallery-item .tx {
  position: absolute;
  z-index: 3;
  bottom: -100%;
  transition: all ease 0.5s 0s;
  padding: 0 0.6875rem 1.125rem 2.6875rem;
}
.gallery-item .tx p {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  margin-bottom: 0.5rem;
}
.gallery-item .tx p img {
  position: absolute;
  left: -1.3rem;
  top: 0;
  width: auto;
}
.gallery-item:hover > img {
  filter: grayscale(0%);
  transform: scale(1.15);
}
.gallery-item:hover::before {
  bottom: 0;
}
.gallery-item:hover .tx {
  bottom: 0;
}

.gallery-sec1 {
  padding-bottom: 0;
}
.gallery-sec1:last-child, .gallery-sec1:not(:last-child):has(+ :not(.gallery-sec1)) {
  padding-bottom: 6.25rem;
}
.gallery-sec1 .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
}
.gallery-sec1 .owl-nav button {
  margin: 0 !important;
  pointer-events: all;
}
.gallery-sec1 .owl-nav button:hover {
  background: transparent !important;
}
.gallery-sec1 .owl-nav button.owl-prev {
  margin-left: -5rem !important;
}
@media (max-width: 1450px) {
  .gallery-sec1 .owl-nav button.owl-prev {
    margin-left: -2rem !important;
  }
}
@media (max-width: 767px) {
  .gallery-sec1 .owl-nav button.owl-prev {
    margin-left: 0 !important;
  }
}
.gallery-sec1 .owl-nav button.owl-next {
  margin-right: -5rem !important;
}
@media (max-width: 1450px) {
  .gallery-sec1 .owl-nav button.owl-next {
    margin-right: -2rem !important;
  }
}
@media (max-width: 767px) {
  .gallery-sec1 .owl-nav button.owl-next {
    margin-right: 0 !important;
  }
}

.resources-card .img img {
  filter: grayscale(0%);
}

.anthem-box {
  max-width: 47.75rem;
  margin: auto;
  position: relative;
}
.anthem-box::before {
  content: "";
  position: absolute;
  right: -0.7rem;
  bottom: -0.7rem;
  background: #D07F36;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.anthem-box .inner {
  position: relative;
  z-index: 2;
  background-color: #FFFBF0;
  padding: 2.9375rem 2.9375rem 2.875rem 2.4375rem;
  border: 0.0625rem solid #D07F36;
  width: 100%;
}
.anthem-box .inner .quote {
  position: absolute;
  left: 21px;
  top: -25px;
  width: 3.2rem;
}
.anthem-box h5 {
  color: #833E00;
  font-family: Cormorant;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  line-height: 1.875rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
.anthem-box p {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
.anthem-box p span {
  color: #777777;
}

.google-form-sec {
  padding: 2.6875rem 0 3.0625rem;
  background: #FFE6D0;
  mix-blend-mode: multiply;
}
.google-form-sec .tx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.google-form-sec .tx h2 {
  margin-bottom: 0;
  color: #000;
  text-align: center;
  font-family: Cormorant;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.0625rem;
  text-transform: capitalize;
}
.google-form-sec .tx .glb-btn {
  min-width: 12.1875rem;
}/*# sourceMappingURL=style.css.map */

