@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jacquard+24&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jacquard+24&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,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");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
.regiBtn {
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #010762;
  border-radius: 10px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  margin: 2rem auto;
  padding: 0.875rem 1.5rem;
}
.regiBtn svg {
  fill: #010762;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.5rem;
}
.regiBtn:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.regiBtn:hover svg {
  fill: #ffffff;
}

header .navbar {
  background: #010762;
  position: relative;
}
header .navbar .webLink {
  position: absolute;
  right: 14%;
  top: 4%;
}
header .navbar .webLink a {
  font-family: "playfair display", serif;
  text-decoration: none;
  color: #ffffff;
}
header .navbar .navbar-brand {
  color: #ffffff;
  font-family: "EB Garamond", serif;
  font-size: 1.5rem;
}
header .navbar .navbar-nav .nav-item .nav-link {
  letter-spacing: 0.05em;
  color: #242323;
  font-weight: 400;
  font-family: "playfair display", serif;
  font-size: 1rem;
  border-radius: 100px;
  border: 0 solid #757575;
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  background: #ffffff;
}
header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
  background: #092470;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #ffffff;
  background: #092470;
  transition: 0.3s linear;
}
header .navbar .navbar-toggler-icon {
  filter: invert(1);
}

.heroSection {
  background: url(../images/herobanner.webp) no-repeat 100%/100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: -1;
}
.heroSection h1 {
  font-size: 73px;
  letter-spacing: 3.65px;
  line-height: 102px;
  font-family: "playfair display", serif;
  color: #ffffff;
  text-align: center;
}
.heroSection h1 span {
  font-size: 86px;
}

.scrollAnimation {
  background-size: 110%;
  background-position: center;
  transition: 1.5s linear;
}

.patchBlue {
  background: #092470;
  color: #ffffff;
  padding: 2rem 0;
  text-align: center;
}
.patchBlue h2 {
  font-family: "Jacquard 24", system-ui;
  font-size: 100px;
  line-height: 102px;
  margin: 0;
}
.patchBlue span {
  font-family: "Jacquard 24", system-ui;
  font-size: 50px;
}
.patchBlue h3 {
  font-family: "playfair display", serif;
  font-size: 53px;
  line-height: 100px;
  letter-spacing: 10px;
  font-style: italic;
  font-weight: 400;
}
.patchBlue h3 span {
  font-style: normal;
  font-family: "playfair display", serif;
  font-size: 53px;
}
.patchBlue .quote {
  padding: 1rem 0;
}
.patchBlue .quote p {
  font-family: "playfair display", serif;
  font-size: 30px;
  font-style: italic;
  letter-spacing: 3px;
  margin: 0;
}
.patchBlue h4 {
  font-family: "playfair display", serif;
  font-size: 53px;
  line-height: 80px;
  letter-spacing: normal;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.patchBlue .joinText p {
  font-family: "playfair display", serif;
  font-size: 30px;
  font-style: italic;
  margin: auto;
  letter-spacing: normal;
}

.contact {
  background: #092470;
  color: #ffffff;
  padding: 10rem 0 0;
}
.contact h1 {
  font-family: "playfair display", serif;
  font-size: 56px;
  text-align: center;
  margin-bottom: 2rem;
}
.contact p {
  font-family: "playfair display", serif;
  font-size: 24px;
  text-align: center;
}
.contact form {
  margin: 3rem;
}
.contact form h4 {
  line-height: 1.5;
  font-size: 30px;
  margin-bottom: 2rem;
}
.contact form .submit {
  background: #ffffff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}
.contact form .submit:hover {
  background: #b3b3b3;
}

img.img-fluid.img1 {
    width: 300px;
    margin-top: 20px;
}

footer {
  background: #010762;
  padding: 2rem 0 0;
}
footer .address {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
footer .address p {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
}
footer .regiBtn {
  margin: 1rem 0 0 auto;
  min-width: 253px;
}
footer .copy_right {
  color: #ffffff;
}
footer .copy_right a {
  color: #ffffff;
}

.modal-title {
  font-family: "playfair display", serif;
  color: #010762;
}

@media screen and (max-width: 480px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    margin: 0.5rem;
  }
  header .navbar .webLink {
    right: 30%;
  }
  .heroSection {
    background-size: cover;
  }
  footer .regiBtn {
    margin: 1rem 0;
  }
}