@font-face {
  font-family: "NeuzeitGro-Black";
  src: url(../fonts/NeuzeitGro-Bla.ttf);
}
@font-face {
  font-family: "NeuzeitGro-Bold";
  src: url(../fonts/NeuzeitGro-Bol.ttf);
}

@font-face {
  font-family: "NeuzeitGro-Lig";
  src: url(../fonts/NeuzeitGro-Lig.ttf);
}

@font-face {
  font-family: "Calluna Regular";
  src: url(../fonts/Calluna\ Sans\ W01\ Regular.ttf);
}

body {
  background-color: #000;
}

:root {
  --bg-light: #ffffff;
  --color-bg-variant: rgb(45, 33, 17);
  --color-bg-variant2: #463a2e;
  --color-bg-variant3: rgb(109, 110, 17);
  --color-primary: #fff;
  --color-cta: rgba(255, 204, 3);
  --font-xxl: 40px;
  --font-xl: 40px;
  --font-l: 35px;
  --font-m: 23px;
  --font-s: 14px;
  --font-xs: 11px;

}
html::after {
  content: "";
  background: linear-gradient(to top, #aeaeae00, #000000);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10vw;
  opacity: 1;
  pointer-events: none;
  /* mix-blend-mode: multiply; */

}
a {
  color: inherit;
  text-decoration: none;
}
p {
  font-family: "NeuzeitGro-Lig";
}
h1 {
  font-family: "Calluna Regular";
  font-size: 32px;
  text-shadow: 2px 3px 11px black;
  letter-spacing: normal;
}

h4 {
  font-family: "NeuzeitGro-Lig";
  font-size: 18px;
  letter-spacing: normal;
}

h3 {
  font-family: "NeuzeitGro-Lig";
  font-size: var(--font-l);
  letter-spacing: normal;
}

.close-btn {
  position: absolute;
  top: 37px;
  right: 4.5%;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 11;
  transition: transform 0.3s
}

.close-btn:hover {
  transform: rotate(90deg);
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
iframe {
  overflow: scroll;
  touch-action: auto;
}
.video-container {
  position: relative; /* Ensures container is positioned properly */
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden; /* Ensures no scrollbars if video overflows */
  display: flex;
  justify-content: center; /* Centers the video horizontally */
  align-items: center; /* Centers the video vertically */
}

.video-container video {
  position: absolute; /* Ensures the video can scale properly */
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the entire container without distortion */
  transform: translate(-50%, -50%); /* Centers the video in the container */
}

.menu-container {
  position: fixed;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 2rem;
  margin: auto;

  max-width: 90vw;
  width: 100%;
  right: 0;
  left: 0;
  z-index: 9999;
}

.logo {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
}
.logo > a {
  display: contents;
}
.readmore-btn-noline {
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-family: "NeuzeitGro-Bold";
  text-decoration: none;
  background: linear-gradient(45deg, #fff, #B8835A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;

}
.readmore-btn {
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-family: "NeuzeitGro-Bold";
  text-decoration: none;
  background: linear-gradient(45deg, #fff, #B8835A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;

}

.readmore-btn::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 13%;
  width: 76%;
  height: 2px;
  background: linear-gradient(45deg, #fff, #B8835A);
  border-radius: 0;
}

.readmore-btn:hover {
filter: drop-shadow(0 1px 3px rgb(1, 1, 1));
}

.logo-l {
  top: 0;
  left: 0;
}

.logo-c {
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
}

.fullpage-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: backdrop-filter 0.3s ease;
}

.fullpage-menu::after {
  content: "";
  background: linear-gradient(to bottom, #B8835A, #000000, #000000 80%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  z-index: -1;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.fullpage-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fullpage-menu li {
  margin: 10px 0;
  text-align: center;
  font-family: "NeuzeitGro-Bold";
}

.fullpage-menu a {
  text-decoration: none;
  background: -webkit-linear-gradient(-50deg, #ffffffc1, #9E7B60, #B8835A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 23px;
  transition: color 0.1s ease;
  filter: drop-shadow(1px 3px 7px black);
}

.fullpage-menu a:hover {
  color: #f39c12;
}

.earl-txt {
  font-size: 13px;
}
.mainimg {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.mainlayer {
  position: relative;
}

.mainlayer::after {
  content: "";
  background: linear-gradient(to top, #553720, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8vw;
  opacity: 0.5;
}

.wrp-link>a {
  text-decoration: none;
  font-family: "NeuzeitGro-Bold";
  background: -webkit-linear-gradient(200deg, #B8835A, #9E7B60, #fffffff5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  filter: drop-shadow(0px 1px 5px black);
  line-height: 1.2;
  display: block;
}

.gtline {
  height: 2px;
  width: 200px;
  display: inline-block;
  margin: auto;
  background: linear-gradient(to left, #9E7B60, #fff);
}

.container-pin {
  position: relative;
  width: 100%;
  scroll-snap-align: start;

}

.panel {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
  padding: 0;
}

.pos-ma {
  background: linear-gradient(to top, #553720c7, #00000000);
  padding: 6rem 0;
}

.panel32423 {
  /* width: 100%; */
  /* height: 0; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  /* filter: blur(13px); */

}

.red {
  background-image: url("../images/main-1.jpg");
  background-size: cover;
  background-position: center;

  height: 100vh;
  width: 100%;
  letter-spacing: 2px;
}

.orange {
  background-image: url("../images/main-2.png");
  background-size: cover;
  background-position: center;

  height: 100vh;
  width: 100%;
}

.purple {
  background-image: url("../images/sus-bg.jpg");
  background-size: cover;
  background-position: center;

  height: 100vh;
  width: 100%;
}

.green {
  background-image: url("../images/main-1.jpg");
  background-size: cover;
  background-position: center;

  height: 100vh;
  width: 100%;
}

.yellow {
  background-image: url("../images/main-1.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
}

.ptct {
  letter-spacing: 2px;
  line-height: 3;
  font-size: 150px;
  padding: 0 30px;

}
.con-wrapper {
  z-index: 9;
  position: relative;
  width: 100%;
}
.con-wrapper h2 {
  font-family: "NeuzeitGro-Bold";
}
.msthe {
  background-image: url(../images/blur.jpg);
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
}

.msthe::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #a87a60b8, #0000004d);
  z-index: 0;
  pointer-events: none;
  /* opacity: 0.5; */
  mix-blend-mode: multiply;
  
}

#full-screen-div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;

}
.formsuccess-wrapper {
  position: absolute;top: 10%;width: 100%;left: 0;
}
#suc_cont {
  background: linear-gradient(to bottom, #B79F92, #84644B);    padding: 2rem 5rem; border-radius: 10px;    box-shadow: 0px 2px 13px #000000b3
}
/* philosophy  */
.phil-main {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.readmore-btn2 {
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-family: "NeuzeitGro-Bold";
  text-decoration: none;
  background: linear-gradient(45deg, #B8835A, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  letter-spacing: normal;

}

.readmore-btn2::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0%;
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, #B8835A, #fff);
  border-radius: 0;
}
.arrow-gal1 {
  bottom: 2.5rem;left: 0;width: 100%;text-align: center;
}
.quit-modal {
  background: none;
}
.gall-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100vh;
  margin: 0;
  position: relative;
}
.modal-content-hidden {
  display: none;
}
h4.hh_1 {
  max-width: 72ch;
  margin: auto;
}
.phil-mod h3 {
  font-size: 22px;
}
.phil-mod p {
  font-size: 1.04vw;
}
.phil-mod p span {
  font-family: "NeuzeitGro-Bold";
}
.pos-btm-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0rem 4rem 5.4rem 3rem;
}
.cardImg {
  flex: 1;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all 500ms cubic-bezier(.14, .69, .93, 1);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  /* order: 0; */
  /* transition: flex 0.3s ease, order 0.3s ease; */
  transition: flex 0.5s ease-in-out, order 0.5s ease-in-out;

}

.cardImg::after {
  content: "";
  background: linear-gradient(to top, #A87A60, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  
}

.philcover {
  height: 100vh;
  object-fit: cover;
  filter: grayscale(1);

}

.hed-caption {
  bottom: 4.5rem;
  left: 0;
  width: 100%;
  text-align: left;
  color: #fff;
  padding-left: 3rem;
  opacity: 0;
  z-index: 2;

}

.hed-caption h2 {
  font-size: 28px;
  font-family: "Calluna Regular";
  text-shadow: 1px 1px 1px #000,
    3px 3px 5px rgba(0, 0, 0, 0.665);
}

.cardImg:hover {
  flex-basis: 10vw;
  box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.54);

  z-index: 3;
}

.cardImg:hover .arrow-gal1 {
  opacity: 0;
}

.cardImg:hover .hed-caption {
  opacity: 1;
}

.cardImg:hover .philcover {
  filter: grayscale(0);
}

.cardImg:hover .philcover {
  filter: grayscale(0);
}
.cardImg.active .philcover {
  filter: grayscale(0);
}

.cardImg:hover.cardImg::after {
  opacity: 0.5;
}

.gallerysec {
  position: relative;
}

.cardImg.active {
  flex: 2;
  order: -2;
  z-index: 9;
}
.cardImg.inactive {
  pointer-events: none;
}
.cardImg.active .cardImg {
 pointer-events: none;
}
.cardImg.active .hed-caption {
 opacity: 1;
}
.cardImg.active .read-more {
 opacity: 0;
}
.cardImg.active.cardImg::after {
 opacity: 0.8;
 background: linear-gradient(to top, #000, transparent);
}

.submit-btn {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: "NeuzeitGro-Bold";
  text-decoration: none;
  background: linear-gradient(45deg,  #fff, #B8835A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;

}

.submit-btn::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 13%;
  width: 76%;
  height: 2px;
  background: linear-gradient(45deg,  #fff, #B8835A);
  border-radius: 0;
}

.submit-btn:hover {
  filter: drop-shadow(0 0 4px #170607);
}

/* Modal Styles */
.modal {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:transparent; /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  border: 0 solid transparent;
}

.modal.active {
  display: flex  ;
  justify-content: flex-end;
}

.modal-content {
  background-color: #000000c2;
  padding: 3rem;
  border-radius: 0;
  max-width: 50%;
  width: 100%;
  overflow-y: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
}

.close-modal {
  margin-top: 20px;
  padding: 10px;
  background-color: #333;
  color: white;
  border: none;
  cursor: pointer;
  font-family: 'NeuzeitGro-Bold';
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
#form ::placeholder {
  color: #A87A60;
  font-family: "NeuzeitGro-Lig";
  opacity: 1; 
}

#form ::-ms-input-placeholder { 
  font-family: "NeuzeitGro-Lig";
  color: #A87A60;
}
#form input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  max-width: 32rem;
  background-color: #ffffff;
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  /* padding-left: 1.1rem; */
  font-size: 1rem;
  color: #A87A60;
  border-radius: 6px;
  text-align: center;
  box-shadow: inset 2px 2px 6px 1px rgba(0, 0, 0, 0.4);

  }
#form select {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  max-width: 32rem;
  background-color: #ffffff;
  padding-top: 7px;
  padding-bottom: 6px;
  /* padding-top: 8px; */
  /* padding-bottom: 8px; */
  /* padding-left: 1.1rem; */
  font-size: 1rem;
  line-height: 1.5rem;
  color: #A87A60;
  border-radius: 6px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

  }
#form textarea {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  max-width: 32rem;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1.1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
  border-radius: 14px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

  }
/* history */
.his-mod h3 {
  font-family: "NeuzeitGro-Black";
}
.his-mod p {
  font-size: 1.04vw;
}
ul.his-modss {
  font-size: 0.94vw;
  font-family: "NeuzeitGro-Lig";
}
.bbhead {
  font-family: "NeuzeitGro-Bold";
  font-size: 1.34vw;
}
.history-main {
  background: url(../images/history-main.jpg);
  background-size: cover;
  width: 100%;
  height: 102vh;
  background-position: center;
}

.history-main::before{
  content: "";
  background: linear-gradient(to top, #aeaeae00, #000000);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  opacity: 0.7;
  pointer-events: none;
  mix-blend-mode: multiply;

}
.history-main::after{
  content: "";
  background: linear-gradient(to top, #A87A60, #00000000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.7;
  pointer-events: none;

}

.hs_wrapper {
  position: relative;
  z-index: 3;
  max-width: 95ch;
  margin: auto;
  text-align: center;
  
}

.hs_wrapper {
  position: relative;
  z-index: 1;
}

.hs_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(10px);
  z-index: -1; 
  pointer-events: none;
}

.hs_wrapper {
  background: radial-gradient(at center, rgba(0, 0, 0, 0.2) 10%, transparent 80%);
  padding: 3rem 0;
}

/* Media News */

.section--large {
  /* width: 100vw; */

  color: white;
}

.section--small {
  /* width: 82vw; */
}

.section--dark {
  color: white;
  background-color: black;
}

.mediagrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 50vh);
  height: 100vh;

}

.mediagrid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;

}

.media-item {
  /* background-color: #000000ba;
margin:2px; */
  position: relative;
  overflow: hidden;
  /* box-shadow: 10px 10px 20px 17px rgba(0, 0, 0, 1); */
  box-shadow: 8px 11px 15px 15px rgba(0, 0, 0, 1);

}

.media-img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: right;
  filter: grayscale(10);
}

.media-item::after {
  content: "";
  background: linear-gradient(to top, #9E7B60, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}

/* .sections::before {
  content: "";
  background: linear-gradient(to bottom, #000000, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 99;
  opacity: 0.7;

} */

.pos-media-content {
  position: absolute;
left: 0;
right: 0;
bottom: 0;
width: 100%;
text-align: center;
opacity: 1;
background: linear-gradient(to top, #9e7b609e, transparent);
padding: 1rem;
z-index: 5;
padding: 1rem;
text-shadow: -1px 1px 3px rgb(83, 83, 83), -1px 1px 3px rgba(83, 83, 83, 0.698), -1px 1px 3px rgba(83, 83, 83, 0.406);
}

.media-date {
  font-size: 10px;
  text-shadow: -1px 1px 3px rgb(83, 83, 83), -1px 1px 3px rgba(83, 83, 83, 0.698), -1px 1px 3px rgba(83, 83, 83, 0.406);
}

.pos-media-main .media-header {
  font-size: 25px;
  max-width: 100%;
  margin: auto;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-family: "Calluna Regular";
  
}

.media-header {
  font-size: 17px;
max-width: 100%;
margin: auto;
line-height: 1.2;
margin-bottom: 0;
min-height: 72px;

}

.media-author {
  font-size: 10px;
}

.pos-media-main .media-author {
  font-size: 17px;
}

.media-item:hover .pos-media-content {
  opacity: 1;
}

.media-item:hover .media-item::after {
  opacity: 1;
}

.media-item:hover .media-img {
  filter: grayscale(0);
}

.wrapper::after {
  content: "";
  background: linear-gradient(to bottom, #000000, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 195px;
  pointer-events: none;
  mix-blend-mode: multiply;
  z-index: 99;
}

.pos-media-main {
  position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: linear-gradient(to top, black, transparent);
padding: 6rem 0;
}

.iframe-list {
  margin: 10px 0;
}

.iframe-list a {
  display: block;
  margin: 10px 0;
  text-decoration: none;
  color: #f44336;
  cursor: pointer;
}

.iframe-list a:hover {
  text-decoration: underline;
}

/* Modal styling */
#iframeModal.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

#iframeModal .modal-content {
  position: relative;
  background: linear-gradient(to top, black, #303030);
  width: 80%;
  height: 80%;
  margin: auto;
  top: 10%;
  border-radius: 10px;
  overflow: hidden;
}

#iframeModal .modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#iframeModal .closemodal-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 5px 10px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
}

.sectionfeat {
  background: url("../images/media-feat.jpg");
  background-size: cover;
}

/* html {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
} */

.readmore-cta {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: "NeuzeitGro-Bold";
  text-decoration: none;
  background: linear-gradient(45deg, #B8835A, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2;

}

.readmore-cta::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  /* Thickness of the line */
  background: linear-gradient(45deg, #B8835A, #fff);
  border-radius: 2px;
}
/* Contact */
.lead-main {
  background: url(../images/lead-w.jpg);
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center;
}

.lead-main::before{
  content: "";
  background: linear-gradient(to top, #aeaeae00, #000000);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  opacity: 0.7;
  pointer-events: none;
  mix-blend-mode: multiply;
  pointer-events: none;

}
.lead-main::after{
  content: "";
  background: linear-gradient(to top, #A87A60, #00000000);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  opacity: 0.7;
  pointer-events: none;

}

/* Journal */
.journel-main {
  background: url(../images/journal-w.png);
  background-size: cover;
  width: 100%;
  height: 100vh;
  background-position: center;
}

/* Contact */
#contact_form ::placeholder {
  color: #ffffff;
  font-family: "NeuzeitGro-Lig";
  opacity: 1; 
}

#contact_form ::-ms-input-placeholder { 
  font-family: "NeuzeitGro-Lig";
  color: #ffffff;
}
#contact_form input {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  max-width: 32rem;
  background-color: transparent;
  padding: 0.5rem 0;

  font-size: 17px;
  color: #fff;
  text-align: left;

  }
#contact_form select {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  max-width: 32rem;
  background-color: #ffffff;
  padding-top: 7px;
  padding-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  border-radius: 6px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

  }
#contact_form textarea {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  display: block;
  width: 100%;
  max-width: 32rem;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 1.1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #ffffff;
  border-radius: 14px;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

  }

  .step1_wrapper, .step2_wrapper, .step3_wrapper , .step4_wrapper, .step5_wrapper, .step6_wrapper{
    position: relative;
    z-index: 1;
  }
  
  .dark-bg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0.2;
    pointer-events: none;
  }
@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 30px;
}
  html::after {   
    height: 47vw;
    z-index: 999;
}
.slide-contact {
  max-width: 100%;
}
  .logo-c {
    position: absolute;
    margin: auto;
    left: 0;
    transform: unset;
    width: 40vw;
}
  .logo {
    position: absolute;
    margin: auto;
    left: 0;
    transform: unset;
    width: 40vw;
}
/* philosophy  */
.phil-main {
  height: unset;
  background-color: #000000;
  
}
.hed-caption {
  position: relative;
  bottom: unset;
  left: unset;
  width: 100%;  
  padding-left: 0;
  opacity: 1;
}

/* Media News */

.mediagrid {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  height: auto;
}
.sectionfeat {
  background: none;
  background-size: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: top;
  height: auto;
}
.pos-media-main {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, black, transparent);
  padding: 4rem 1.5rem;
  margin-top: -9rem;
}
.media-header {
  font-size: 3vw;
 
}
#iframeModal .modal-content {
  max-width: 100%;
  width: 100%;
  padding: 3rem 20px;
}

.readmore-btn-noline {
  font-size: 18px;
}
.readmore-btn {
  font-size: 18px;
}
.earl-txt {
  font-size: 13px;
    max-width: 69vw;
    margin: auto;
    margin-bottom: 1rem;
}
#suc_cont {
  padding: 2rem 0;
  max-width: 100%;
}

.rd-wrapper .radio-container {
  display: flex  ;
          align-items: flex-start;
          gap: 10px;
          justify-content: center;
          width: fit-content;
          flex-direction: column;
          margin: auto;
}
#form-part-2 textarea {
  resize: vertical;
  max-width: 89%;
  margin: auto;
}
.msthe {
  min-height: 116vh;
}

.gall-wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  flex-direction: column;
  /* margin-top: 7rem; */
}
.modal-content {
  background-color: #000000c2;
  padding: 3rem;
  border-radius: 0;
  max-width: 100%;
}
.philcover {
  height: 58vh;
  object-fit: cover;
  filter: grayscale(1);
}
.cardImg.active {
  flex: 2;
  order: unset;
  z-index: 9;
}
.hed-caption {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.5rem 1.5rem;
  background: linear-gradient(to top, black, transparent);
}
.readmore-btn2 {
  font-size: 17px;
  text-align: center;
  filter: drop-shadow(1px 1px 4px #404040);
}
.readmore-btn2::after {
  bottom: -8px;
}
.hed-caption h2 {
  font-size: 24px;
}
.c1-wrapper::before {
  content: "";
  background: linear-gradient(to bottom, #000000, transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 66%;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  z-index: 3;
}
.hed-caption h4 {
  font-size: 15px;
}
.pos-btm-1 {
  position: relative;
  bottom: unset;
  left: unset;
  padding: 0;
  width: fit-content;
  margin: auto;
  gap: 20px;
  margin-top: 1rem;
}
.phil-mod p {
  font-size: 14px;
}

.gall-wrapper .modal.active  {
  position: relative;
  background: linear-gradient(45deg, #A87A60 52%, #c7ad9a);
  box-shadow: 0px -6px 19px 0px #a87a60;
}
.gall-wrapper .modal-content {
  background-color: unset;
  padding: 3rem 1.5rem;
}
.cardImg.active.cardImg::after {
  background: linear-gradient(to top, #A87A60 52%, #D9D9D9);
  opacity: 0.3;

}
.cardImg.inactive {
  pointer-events: auto;
}
.hs_wrapper {
  padding: 3rem 1.5rem;
}
.hs_wrapper h4 {
font-size: 15px;
}

.fullpage-menu a {
  font-size: 17px;
}
.fullpage-menu h3 {
  font-size: 20px;
}
.pos-media-main .media-header {
  font-size: 26px;
}.pos-media-main .media-author {
  font-size: 11px;
}
.readmore-cta {
  font-size: 16px
}
.mediagrid2 {
  height: auto;
}
.bbhead {
  font-family: "NeuzeitGro-Bold";
  font-size: inherit;
}
.his-mod p {
  font-size: inherit;
}
ul.his-modss {
  font-size: 13px;
}
}

