@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
}
.modal-dialog-scrollable .modal-body {
  overflow-x: hidden;
}
.na-header .na-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 0;
  text-decoration: none;
  width: 100%;
  color: #2b2f6c;
}
.na-header .na-nav a {
  text-decoration: none;
  color: #393d76;
  font-size: 16px;
  font-weight: 600;
}

.na-section-one {
  background-color: #2b2f6c;
}
.na-section-one .na-img {
  position: relative;
}
.na-section-one .na-img img {
  width: 100%;
}
.na-section-one .na-content {
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.na-section-one .na-content h5 {
  color: #fff;
  font-size: 56px;
  margin: 0;
}
.na-section-one .na-content h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  margin: 0;
}

.na-section-two hr {
  background: #2b2f6c !important;
  color: #2b2f6c !important;
  height: 5px;
  margin: 50px 0 30px;
  opacity: 1;
}
.na-section-two a {
  color: #2b2f6c;
  font-weight: 900;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  text-decoration: underline;
}
.na-section-two h2 {
  color: #2b2f6c;
  font-size: 28px;
  font-weight: 900;
  margin: 15px 0 0;
}
.na-section-two img:hover,
.za-box .za-box-img img:hover {
  transform: scale(1.3);
  transition: 0.3s ease-in;
}
.na-section-two p {
  color: #2b2f6c;
  font-size: 22px;
  font-weight: 500;
}

.na-footer {
  padding: 35px 0;
  background-color: #2b2f6c;
}
.na-footer h1 {
  color: #fff;
}
.na-footer ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  max-width: 480px;
  text-decoration: none;
  float: right;
  width: 100%;
  margin:0;
  padding: 0;
}
.na-footer ul a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.na-footer p {
  color: #fff;
  clear: both;
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  text-align: right;
}

table {
  width: 100%;
  text-align: center;
}

th {
  background-color: #fff;
  color: #2b2f6c;
  height: 120px;
  font-size: 60px;
  text-align: center;
}

.na-td1 {
  background-color: #2b2f6c;
  color: #fff;
  width: 50%;
}

.na-td2 {
  background-color: #2b2f6c;
  color: #fff;
  width: 50%;
}

.na-td1 p,
.na-td2 p {
  margin: 15px 0;
  font-size: 20px;
}

.na-gallary-section {
  background-color: #c9c9c9;
}

.na-gallary {
  padding: 100px 0;
}

.na-gallary tfoot tr th {
  font-size: 25px;
  background-color: #2b2f6c;
  color: #fff;
  border-top: 2px solid #c9c9c9;
}

.na-gallary hr {
  height: 2px;
  background-color: #c9c9c9;
  opacity: 1;
}

.na-bio-section {
  padding: 100px 0;
}
.na-bio-section h1,
.na-contact h1 {
  font-weight: 900;
  color: #2b2f6c;
  font-size: 40px;
}
.na-bio-section p {
  color: #2b2f6c;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}
.na-bio-section hr {
  background-color: #2b2f6c;
  height: 4px;
  opacity: 1;
  max-width: 500px;
}
i.fa-regular.fa-envelope {
  background: #2b2f6c;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
}
i.fa-brands.fa-facebook {
  font-size: 30px;
  float: left;
  margin-right: 10px;
}
i.fa-brands.fa-instagram {
  background: #2b2f6c;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  font-size: 25px;
  float: left;
  margin-right: 10px;
}
.na-contact {
  padding: 20px 0 30px;
}
.modal-body {
  padding: 1rem 0;
}
.modal-title {
  color: #2b2f6c;
  font-size: 46px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.za-box .za-box-img {
  border: 5px solid #030303;
  border-bottom: none;
}
.za-group-imgs + img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.za-box-img {
  padding: 30px;
}
.za-box .za-box-img img {
  border: 5px solid #2b2f6c;
}
.za-box-img .za-group-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  margin-bottom: 5px;
}
.za-box-content {
  background-color: #2b2f6c;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
.za-box-content h2.za-title {
  font-weight: 700;
  margin: 0;
}
.za-box-content p.za-inches {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
}
.za-box-content p.za-size {
  font-size: 20px;
  margin: 0;
}
.za-box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  th {
    font-size: 48px;
  }
  .na-td1 p,
  .na-td2 p {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .na-gallary tfoot tr th {
    font-size: 18px;
  }
  .na-footer ul {
    float: none;
    margin: 15px 0 15px;
  }
  .na-footer p {
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
}
/*# sourceMappingURL=styles.css.map */
