/* modal */
.overlay {
  background-color: #f9f9ed !important;
}

.overlay-content>.container {}

.overlay-header-background {
  background: url('../../asset/singlePageFile/images/overlay-header.png') no-repeat;
  width: 100%;
  height: 150px;
  background-size: 100% 100%;
  background-position: center;
  font-family: PlayfairDisplay-Bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.overlay-header-background h3 {
  color: #fff !important;
  font-family: PlayfairDisplay-ExtraBold;
  color: #3d4a1f;
  font-size: 50px;
  letter-spacing: 0px;
  text-transform: uppercase;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.overlay-content>.container span {
  color: #4c5038;
  text-align: left;
  font-size: 16px;
}


.overlay-content>.container blockquote {
  text-align: center;
  font-style: inherit;
  margin-bottom: 0;
}

.overlay-content>.container .title {
  font-size: 50px;
  color: #f9f9ed;
  /* line-height: 74px; */
  padding: 15px 30px 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  max-width: max-content;
  min-width: 300px;
  margin: auto;
  text-transform: uppercase;
}

.sub-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto;
  margin-top: 34px;
  width: max-content;
  background-color: #3d4a1f;
  padding: 0px 15px;
}

.subtitle {
  font-family: PlayfairDisplay-Bold;
  background-color: #f9f9ed;
  color: #3d4a1f;
  padding: 0px 15px;
  font-size: 14px;
  height: 20px;
  line-height: initial;
}


.triangle-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #f9f9ed;
  border-bottom: 10px solid transparent
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #f9f9ed;
  border-bottom: 10px solid transparent;
}

.footer-design {
  background: url(../images/overlay-footer.png) no-repeat;
  background-position: center;
  background-size: 400px;
  object-fit: cover;
  height: 50px;
  width: 800px;
  margin: auto;
  font-weight: 600;
  margin-top: 65px;
}