@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
}
p {
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
.main-container {
  max-width: 1350px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 40px;
}
/* navbar css start */
.navbar {
  min-height: 130px;
}
.logo {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: bold;
}
.nav-item .nav-link {
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.navbar-nav {
  column-gap: 40px;
}
.nav-item .nav-btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #8f836f;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.nav-item .nav-btn:hover {
  background: #7a6b5c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
/* navbar css end */

/* banner css start */
.banner {
  position: relative;
  width: 100%;
  height: calc(100vh - 132px);
  overflow: hidden;
  color: white;
  margin-top: 132px;
}

.banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.banner .banner-content {
  max-width: 844px;
  margin: 0 auto;
}

.banner .banner-content h1 {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1.28px;
}
.banner .banner-content .banner-btn {
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Charcoal, #3a3a35);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.culturalCenters_heroBanner {
  min-height: 425px;
  margin-top: 132px;
  width: 100%;
}
.culturalCenters_heroBanner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* end banner css */

/* start about css */
.about-section {
  max-width: 1145px;
  margin: auto;
  padding: 60px 0px;
}
.about-section h6 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.about-section p {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.btn-common {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #1a5632;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.btn-common:hover {
  background: #277a48;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.cultural-centers-about-section {
  padding: 60px 0px;
}
.cultural-centers-about-section .about-content h1 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.cultural-centers-about-section .about-content p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 30px 0px;
}
.cultural-centers-about-section hr {
  height: 1px;
  width: 100%;
  background: #e0e0e0;
}
/* end about css */

/* services-section css start */
.services-section {
  background: #e7dfd1;
  padding: 60px 0px;
}

.service-grid {
  row-gap: 61px;
}
.services-section .title {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 42px;
}
.single_card img {
  border-radius: 8px;
}

.single_card .img-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: opacity 0.4s ease;
  border-radius: 8px;
}

.single_card .img-text {
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  z-index: 9;
  width: 100%;
}
.single_card .card-content {
  margin-top: 28px;
}
.single_card .card-content h3 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.single_card .card-content .btn {
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #8f836f;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: #fff;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-top: 28px;
  transition: all 0.3s ease-in-out;
}
.single_card .card-content .btn:hover {
  background: #7a6b5c;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.single_card .card-content h6 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.single_card .card-content p {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}
/* services-section css end */

/* careers-section css start */
.careers-section {
  padding: 60px 0px;
  position: relative;
}
.careers-section .careers-content h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 22px;
}
.careers-section .careers-content p {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.careers-section .careers-img {
  max-width: 704px;
  height: 704px;
  position: absolute;
  right: 0;
  top: 65px;
  margin-left: auto;
}
.careers-section .careers-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* careers-section css end */

/* start partner-banner css */
.partner-banner {
  background: #1a5632;
  margin-top: 80px;
  padding: 63px 0px;
}
.partner-banner .content {
  max-width: 775px;
}
.partner-banner .content h2 {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: -0.96px;
}
.partner-banner .partner_button button {
  display: flex;
  padding: 20px 32px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  color: var(--Charcoal, #3a3a35);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border: 0;
}
/* start partner-banner end */

/* cultural-centers-events-section css start */
.cultural-centers-events-section {
  padding: 60px 0px;
}
.cultural-centers-events-section .event-card {
  display: flex;
  align-items: center;
  column-gap: 64px;
}
.cultural-centers-events-section .event-card img {
  min-height: 400px;
  max-width: 624px;
}
.cultural-centers-events-section .event-card .content h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
  letter-spacing: -0.96px;
}
.cultural-centers-events-section .event-card .content p {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.cultural-centers-events-section .event-card .content .btn-common {
  margin-top: 15px !important;
}
.event-cards-container {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
/* cultural-centers-events-section css end */

/* venue-partners css start */
.venue-partners {
  padding: 60px 0px;
  background: #e7dfd1;
}
.right-column {
  padding: 0px 50px;
}
.venue-partners h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
}
.venue-partners h3 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 150%;
}
.venue-partners p {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
/* venue-partners css end */

/* faq css start */
.faq-section {
  padding: 60px 0px;
}
.faq-section h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
  margin-bottom: 30px;
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0;
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question .icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.faq-question.active .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.faq-answer p {
  margin: 0 0 15px;
}

/* faq css end */

/* contact section css end */
.contact-section {
  padding: 60px 0px;
}
.contact-section h2 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.96px;
}
.contact-section p {
  color: rgba(0, 0, 0, 0.8);
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.contact-form .form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px;
  font-size: 0.95rem;
  width: 100%;
}

.contact-form textarea {
  resize: none;
}

.btn-submit {
  display: inline-flex;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: Poppins;
  border: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  border-radius: 8px;
  background: #1a5632;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #083d23;
}
.contact-section hr {
  background: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-top: 40px;
}
.form-check-input {
  margin-top: 4px;
}

.form-check-label {
  margin-left: 8px;
}

/* contact section css end */

.footer {
  padding: 60px 0px;
}

.footer .first-column h5 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #1a5632;
}
.footer p {
  color: #454545;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.footer .social-icons {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-top: 20px;
}
.footer .social-icons img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.footer .social-icons img:hover {
  transform: scale(1.2);
}
.footer .nav-items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 993px) {
  .nav {
    min-height: auto;
  }
}
@media (max-width: 630px) {
  .navbar {
    min-height: auto;
  }
  .logo {
    font-size: 32px;
  }
  .footer .first-column h5 {
    font-size: 32px;
  }
  .banner .banner-content h1 {
    font-size: 44px;
    line-height: 53px;
  }
  .btn-common {
    font-size: 16px;
  }
  .about-section p {
    font-size: 16px;
  }
  .about-section .btn {
    font-size: 16px;
  }
  .services-section .title {
    font-size: 32px;
  }
  .single_card .card-content .btn {
    padding: 12px;
    font-size: 14px;
  }
  .single_card .img-text {
    font-size: 30px;
  }
  .single_card img {
    height: 250px;
    object-fit: cover;
  }
  .single_card .card-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .careers-section .careers-img {
    max-width: 738px;
    width: 100%;
    height: 100%;
    position: unset;
    right: 0;
    top: 65px;
    margin-left: auto;
    margin-top: 50px;
    padding: 0px 40px !important;
  }
  .careers-section .careers-content h2 {
    font-size: 38px;
  }
  .careers-section .careers-content p {
    font-size: 15px;
  }
  .partner-banner .content h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .partner-banner-content {
    flex-direction: column;
  }
  .partner-banner .partner_button {
    width: 100%;
    margin-top: 20px;
  }
  .partner-banner .partner_button button {
    padding: 12px 40px;
    font-size: 16px;
    margin-top: 20px;
  }
  .columns {
    flex-direction: column;
    row-gap: 30px;
  }
  .culturalCenters_heroBanner {
    height: 425px;
    margin-top: 73px;
  }
  .banner {
    margin-top: 75px;
  }
  .cultural-centers-about-section .about-content h1 {
    font-size: 32px;
  }
  .cultural-centers-about-section .about-content p {
    font-size: 16px;
    padding: 10px 0px;
  }
  .cultural-centers-events-section .event-card {
    flex-direction: column !important;
    row-gap: 30px;
    text-align: center;
  }
  .cultural-centers-events-section .event-card .content h3 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .cultural-centers-events-section .event-card .content p {
    font-size: 16px;
  }
  .cultural-centers-events-section .event-card img {
    min-height: 100%;
    max-width: 100%;
  }
  .right-column {
    padding: 0px !important;
    margin-top: 40px;
  }
  .venue-partners h2 {
    font-size: 38px;
  }
  .venue-partners h5 {
    font-size: 18px;
  }
  .venue-partners p {
    font-size: 16px;
  }
  .faq-question {
    font-size: 16px;
  }
  .faq-answer {
    font-size: 15px;
  }
  .faq-section h2 {
    font-size: 38px;
    margin-bottom: 10px;
  }
  .contact-section h2 {
    font-size: 38px;
  }
  .contact-section p {
    font-size: 16px;
  }
}
