@font-face {
  font-family: "Jennifer-font";
  src: url(../fonts/Jennifer-font.otf);
}

body,
html {
  margin: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(135deg, #94b5e4 0%, #82a3d7 50%, #82a3d7 100%);
  font-family: "Cormorant Garamond", Georgia, serif;
}

html {
  scroll-behavior: smooth;
}

.all-main h1,
.all-main h2,
.all-main h3,
.all-main h4,
.all-main h5,
.all-main h6,
.all-main p,
.all-main ul,
.all-main li {
  margin: 0;
  padding: 0;
}

.all-main .custom-container {
  max-width: 68.75rem;
  margin: 0 auto;
}

.all-main h1 {
  font-family: "Jennifer-font";
}

.all-main ul {
  list-style: none;
}

.all-main a {
  cursor: pointer;
  text-decoration: none;
}

.all-main img {
  width: 100%;
}

.all-main .custom-container,
.page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page {
  /* background: #9fb8e0; */
  padding: 32px 0;
}
/* comon css for all page written by saad bhatti */

.placeholder_image {
  background: rgba(247, 240, 225, 0.5);
  border-color: rgba(181, 154, 107, 0.4);
  color: #8a6f30;
  padding: 0.625rem;
  text-align: center;
  border: 0.125rem dashed rgba(181, 154, 107, 0.4);
  display: block;
  margin-bottom: 0.875rem;
  width: auto !important;
}

.all-main .page_tittle {
  font-weight: 500;
  font-size: 3.125rem;
  letter-spacing: 0.25rem;
  color: #5a7db8;
  position: relative;
  text-align: center;
  padding-bottom: 0.4375rem;
  margin-bottom: 0.625rem;
}

.all-main .page_description {
  text-align: center;
  color: #4a3a1f;
  font-size: 0.9375rem;
  max-width: 40.875rem;
  margin: 0 auto 2rem auto;
}
.left_border_box {
  background: rgba(247, 240, 225, 0.6);
  border: 0.0625rem solid rgba(181, 154, 107, 0.3);
  border-left: 0.1875rem solid #e8c47a;
  border-right: 0.1875rem solid #e8c47a;
  color: #4a3a1f;
  padding: 0.875rem 1.125rem;
}
.left_border_box h4 {
  font-style: normal;
  color: #4a4a4a;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 1rem;
  line-height: 1.7;
  text-transform: uppercase;
}
.left_border_box p {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  padding-top: 0.5625rem;
}
.all-main .second_heading {
  color: #b0904a;
  text-align: center;
  margin: 1.875rem 0 0.875rem;
  position: relative;
  padding: 0.5rem 0;
}
.listen_link_button {
  color: #fff;
  position: relative;
  min-width: 12.5rem;
  min-height: 3.5625rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listen_link_button span {
  position: relative;
  z-index: 1;
}
.listen_link_button svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.listen_link_button svg path {
  fill: #e2b96a;

  /* position: absolute; */
  /* top: 0; */
}

.note {
  background: rgba(255, 248, 220, 0.85) !important;
  border-left: 0.1875rem solid #e8c47a !important;
  border-radius: 0.125rem;
  padding: 0.625rem 0.875rem;
  font-size: 0.75rem;
  margin: 1.3125rem 0;
}
/* ---------------new common css for the fucking new design------------------- */
.main-page-container {
  max-width: 62.625rem;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.main-page-inner {
  padding: 1.875rem;
}
.top-content-wrap {
  text-align: center;
  margin-bottom: 2rem;
}
.top-content-wrap h5 {
  font-size: 0.875rem;
  letter-spacing: 0.3125rem;
  color: #8a6f30;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  font-weight: 500;
}
.primary_btn {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
  background: linear-gradient(180deg, #f5e5b8 0%, #e8c47a 100%);
  color: #2a1f0a;
  border: 0.0625rem solid rgba(138, 111, 48, 0.6);
  border-radius: 0.25rem;
  padding: 0.5625rem 1.375rem;
  text-decoration: none;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  box-shadow: 0 0.125rem 0.375rem rgba(74, 58, 31, 0.15);
}
.primary_btn:hover {
  background: linear-gradient(180deg, #e8c47a 0%, #c9a553 100%);
  transform: translateY(-0.0625rem);
}
