@charset "utf-8";
body {
  background-color: #FAF8F6;
}

.container-fluid {
  padding-left: 90px;
  padding-right: 90px;
  background-color: #FAF8F6;
}

@media (max-width: 576px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 96px;
  color: #1D3557;
}
h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  color: #1D3557;
}
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  color: #1D3557;
}
h4 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #1D3557;
}
p {
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #546174;
}
small {
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #546174;
  font-size: 13px;
}

.navbar-nav {
  gap: 80px;
}

.nav-link:hover {
  color: #BAD7E3 !important;
  transition: all 300ms ease;
}

.hero-section {
  margin-left: 90px;
  margin-right: 90px;
  margin-top: 90px;
  margin-bottom: 90px;
}

video {
  height: 510px;
  width: 100%;
  object-fit: cover;
}

.watch-video {
  font-weight: bold;
  text-decoration: none;
  color: #102c57;
}

.watch-video:hover {
  color: #bad7e3;
}

@media (max-width: 1200px) {
  .hero-section {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .navbar-nav {
    gap: 10px;
  }
  h1 {
    font-size: 64px;
  }
  .hero-section video {
    margin-top: 40px;
  }
  video {
    height: 400px;
  }
}

.arrow-icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  border: 1px solid #A8A8A8;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #a8a8a8;
  font-size: 24px;
  font-weight: bold;
  transition: all 300ms ease;
}

.arrow-icon:hover {
  color: #bad7e3;
  border-color: #bad7e3;
}

.service-arrow {
  padding-top: 30px;
}

.mission-section {
  padding: 60px 0;
  margin-bottom: 100px;
}

.mission-section .container {
  max-width: 1800px;
  margin: 90 auto;
}

.mission-section .row {
  display: flex;
  justify-content: space-between;
}

.mission-section .col-lg-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mission-section .left-container {
  background-color: #F5F1ED;
  padding: 20px;
}

.mission-section .right-container {
  background-color: #BAD7E3;
  padding: 20px;
}

.mission-section img {
  max-width: 100%;
  height: 600px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.mission-section .text-content {
  text-align: left;
  padding: 20px;
  margin-left: 80px;
  margin-right: 90px;
}

.about-content h2 {
  padding-bottom: 10px;
}

@media (max-width: 1200spx) {
  .mission-section .row {
    flex-direction: column;
  }
  .mission-section .col-lg-6 {
    width: 100%;
  }
  .mission-section img {
    max-width: 50%;
    height: auto;
    margin-bottom: 20px;
  }
  .mission-section {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
	.hero-section {
		margin: 0 90;
	}
}

@media (max-width: 576px) {
  .mission-section .text-content {
    margin: 0;
  }
  .mission-section .text-content p {
    font-size: 14px;
  }
  .mission-section img {
    margin-bottom: 60px;
    max-width: auto;
    height: auto;
  }
  .our-section h2 {
    text-align: center;
  }
  .service-arrow {
    padding-top: 10px;
  }
}

.container {
  margin: 0 90;
}

.our-section hr {
  padding-bottom: 50px;
}

.our-section .row {
  width: 70%;
  margin-left: 400px;
}

.custom-service-container {
  width: 100%;
  max-width: 350px;
  align-content: center;
  margin: auto;
  padding-bottom: 30px;
}

.custom-service-image {
  width: 300px;
  height: 126px;
  object-fit: cover;
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.service-arrow {
  margin-top: 20px;
  text-align: right;
}

.gallery .container {
  margin-top: 100px;
}

.gallery h2 {
  text-align: center;
}

.gallery hr {
  margin: 0 90;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .custom-service-container {
    padding: 15px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
	.our-section {
		margin-left: auto;
	}
}

@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}

.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 280px);
  grid-gap: 20px;
  justify-content: center;
  margin: 0 200px;
}
.gallery-container img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .gallery-container {
    margin: 0 50px;
  }
}
@media (max-width: 900px) {
  .gallery-container {
    grid-template-columns: repeat(2, 50%);
    margin: 0 30px;
  }
}
@media (max-width: 600px) {
  .gallery-container {
    grid-template-columns: 100%;
    margin: 0 20px 90px;
  }
}

.getting-here {
  padding: 100px 90px;
  margin-top: 200px;
  background-color: #F5F1ED;
}
.getting-here-container {
  display: flex;
  gap: 70px;
  justify-content: space-between;
  align-items: flex-start;
}
.map-container {
  flex: 1;
  min-width: 300px;
}
.map-container iframe {
  width: 100%;
  height: 400px;
}
.text-container {
  flex: 1;
}
.hours {
  display: flex;
  justify-content: space-between;
  width: 300px;
  line-height: 25px;
  column-gap: 10px;
}
.day, .openinghour {
  text-align: left;
  flex: 1;
}
@media (max-width: 1200px) {
  .our-section .row {
    width: auto;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .getting-here-container {
    flex-direction: column;
    gap: 20px;
  }
  .getting-here {
    padding: 50px 30px;
    margin-top: 50px;
  }
  .map-container iframe {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .hours p {
    flex-direction: column;
  }
}
footer {
  background-color: #193154;
  color: white;
  padding: 70px 90px;
}
footer p {
  color: #FAF8F6;
  font-size: 16px !important;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-left {
  max-width: 400px;
}
.footer-logo {
  width: 200px;
  margin-bottom: 10px;
}
.footer-address, .footer-contact {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.6;
}
.footer-contact img {
  margin-right: 8px;
}
.footer-right {
  display: flex;
  gap: 15px;
}
.footer-right a img {
  width: 30px;
  transition: transform 0.3s ease;
}
.footer-right a img:hover {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-right {
    margin-top: 15px;
    justify-content: center;
  }
  .footer-container {
    align-items: flex-start;
  }
  footer {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 30px;
  }
  .footer-logo {
    width: 120px;
  }
  .footer-right a img {
    width: 25px;
  }
  footer p {
    font-size: 13px !important;
  }
}
.about-section {
  height: 400px;
  width: 100%;
  background-color: #F5F1ED;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.about-section .service-arrow {
  align-content: center;
  text-align: center;
}
.background-section {
  margin: 100px 200px;
  text-align: center;
}
.background-content {
  margin-bottom: 100px;
}
.image-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
.image-container img {
  width: 32%;
  height: auto;
}
.vision-mission-container {
  display: flex;
  justify-content: space-between;
  gap: 130px;
  margin-bottom: 200px;
}
.vision-box, .mission-box {
  width: 48%;
  text-align: left;
}
.vision-box img, .mission-box img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .background-section {
    margin: 50px 100px;
  }
}
.vision-mission-container {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .background-section {
    margin: 20px 20px;
  }
  .image-container {
    flex-direction: column;
  }
  .image-container img {
    width: 100%;
  }
  .vision-mission-container {
    flex-direction: column;
  }
  .vision-box, .mission-box {
    width: 100%;
  }
  .vision-mission-container {
    margin-bottom: 50px;
    gap: 80px;
  }
}
.artist-container {
  margin: 150px;
}
.profile-section {
  margin-bottom: 40px;
  text-align: center;
}
.profile-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}
.gallery-section {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.artist-gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.art-image {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 20px 50px;
  }
  .gallery {
    flex-wrap: wrap;
    justify-content: center;
  }
  .art-image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 20px;
  }
  .name {
    font-size: 28px;
  }
  .description {
    font-size: 14px;
  }
  .artist-container {
    margin: 100px 50px;
  }
}
@media screen and (max-width: 480px) {
  .profile-image {
    width: 100px;
    height: 100px;
  }
  .gallery-section {
    flex-direction: column;
  }
  .artist-container {
    margin: 100px 20px;
  }
}
.event-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 130px;
  padding: 20px 20px 0px;
  gap: 20px;
}
.month {
  justify-content: space-between;
  margin: 90px 130px 20px;
}
.event-date {
  text-align: left;
  flex: 0 0 200px;
}
.event-image img {
  width: 245px;
  height: 125px;
  object-fit: cover;
}
.event-details {
  flex: 1;
}
@media (max-width: 1200px) {
  .event-date {
    flex: 0 0 100px;
  }
  .event-card {
    margin: 10px 60px;
  }
  .month {
    margin: 100px 60px 20px;
  }
}
@media (max-width: 768px) {
  .event-card {
    flex-direction: column;
    text-align: center;
    margin: 50px 30px;
  }
  .event-image, .event-arrow {
    margin-bottom: 15px;
  }
  .event-date {
    flex: 0 0 10px;
    text-align: center;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
  .month {
    margin: 100px 30px 10px;
  }
}
.form-container {
  margin: 80px 90px;
}
.form {
  margin: 0 50px;
}
.form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 80px;
}
.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.form-group label {
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #546174;
  margin-bottom: 10px;
}
.form-group input {
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  font-size: 1rem;
  padding: 5px 0;
  background: transparent;
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #546174;
}
.form-group input:focus {
  border-bottom: 1px solid #2b3b53;
}
.triple {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex: 1;
}
.triple input {
  flex: 1;
}
.triple label {
  margin-top: 10px;
}
@media (max-width: 860px) {
  .form-container {
    margin: 60px 30px 100px;
  }
  .form-row {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
  .triple {
    flex-direction: column;
  }
  .form {
    margin: 0 10px;
  }
}
.membership-container {
  margin: 80px 90px;
}
.membership-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 150px;
  margin: 0 50px;
}
.membership-options {
  flex: 1;
  min-width: 300px;
  font-family: "Mulish", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #1D3557;
}
.membership-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.membership-item input {
  margin-right: 10px;
}
.membership-item label {
  flex: 1;
}
.form-container hr {
  padding-bottom: 60px;
}
.membership-container hr {
  padding-bottom: 60px;
}
.price {
  font-weight: bold;
  color: #555;
}
.family-only {
  flex: 1;
  min-width: 300px;
}
.family-row {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.full-width {
  width: 100%;
}
.membership-options p {
  padding-bottom: 10px;
}
.family-only p {
  padding-bottom: 10px;
}
.submit-container {
  display: flex;
  justify-content: flex-end;
  padding-right: 130px;
  margin: 50px 0;
}
@media (max-width: 860px) {
  .container {
    padding: 20px;
  }
  .membership-form {
    flex-direction: column;
  }
  .family-row {
    flex-direction: column;
    gap: 0;
  }
  .submit-container {
    padding-right: 30px;
  }
}
@media (max-width: 860px) {
  .membership-item {
    flex-direction: row;
  }
  .form-container hr {
    padding-bottom: 30px;
  }
  .price {
    margin-top: 5px;
  }
  .membership-container {
    margin: 20px 30px 90px;
  }
  .membership-container hr {
    padding-bottom: 0px;
  }
  .membership-form {
    margin: 30px 10px;
    gap: 30px;
  }
  .family-row {
    gap: 20px;
  }
}