@font-face {
  font-family: "ardela edge";
  src: url("/ardela-edge-x01-black.ttf") format("opentype");
}
@font-face {
  font-family: "meticula outline";
  src: url("/meticula-outline.ttf") format("opentype");
}
@font-face {
  font-family: "proxima-nova";
  src: url("/Proxima\ Nova\ Font.otf") format("opentype");
}
@font-face {
  font-family: "Eastman-Grotesque-Extralight-trial";
  src: url("/Eastman-Grotesque-Extralight-trial.otf") format("opentype");
}
body {
  font-family: "ardela edge", sans-serif, monospace;
  font-size: 16px;
  height: 100vh;
  overflow-x: hidden;
  margin: 0;
  background: #1a1a1a;
  /* cursor: none; */
}
.menu-title {
  font-size: 10em !important;
  color: transparent !important;
  -webkit-text-stroke: 1px #fff !important;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
h3.menu-title:hover {
  color: #14cc74 !important;
  -webkit-text-stroke: 1px #14cc74 !important;
}
p {
  margin: 4px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  /* font-weight: 700; */
  font-size: 9em;
  text-align: center;
}
button#our-story-heading {
  /* background: #14cc74; */
  position: relative;
  margin: auto;
  justify-content: center;
  display: flex;
  height: 30px;
  padding: 10px;
  font-size: 50px;
  color: #14cc74;
  -webkit-text-stroke: 1px #14cc74;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  border-radius: 8px;
  /* box-shadow: 0px 0px 9px 2px #14cc74; */
}

button#our-story-heading::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #14cc74;
  top: 60px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
/* .our-story-main p span.highlight:hover {
  color: #000;
  -webkit-text-stroke: 1px #000;
} */
button#our-story-heading:hover::after {
  width: 100%;
}

/* button#our-story-heading:hover {
  background: #14cc74;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
} */
.logo img {
  height: 150px;
  width: 200px;
  object-fit: contain;
}
p span {
  transition: all 0.5s ease-in-out;
}
#main-container p span:hover {
  color: #14cc74;
  -webkit-text-stroke: 1px #14cc74;
}
/* .our-story-main p span:hover {
  color: #fff;
} */
.our-story-main p {
  font-size: 2em;
  letter-spacing: 3px;
  /* text-transform: none; */
}
.x {
  display: inline; /* Change display to inline */
  position: relative; /* Add position: relative */ /* Add z-index to keep characters on top of other content */
}
.x.new {
  color: black !important;
  -webkit-text-stroke: 1px #000 !important;
  /* opacity: 1 !important; */
  /* z-index: 2; */
}
.x:hover {
  /* font-size: 100px; */
  z-index: 9;
  color: #000 !important;
  opacity: 1 !important;
}
.our-story-main h3 {
  font-size: 40px;
  text-align: center;
  color: #14cc74;
}
.our-story-main {
  margin: 9% 60px 12%;
}
.our-story-main p {
  /* -webkit-text-stroke: 0.4px #fff; */
  color: white;
  margin: 20px;
  /* font-family: sans-serif; */
  font-size: 22px;
  letter-spacing: 4px;
}
.our-story-main p span {
  font-family: "Eastman-Grotesque-Extralight-trial";
}
/* .our-story-main p span.highlight:hover {
  color: #14cc74;   
  -webkit-text-stroke: 1px #14cc74;
} */
.text-container span .about-highlight,
span.about-highlight {
  font-weight: 400;
  font-size: 30px;
  font-family: "ardela edge";
}
span.highlight {
  color: #14cc74;
  -webkit-text-stroke: 1px #14cc74;
}
.our-story-main p span.highlight {
  position: relative;
  /* z-index: 0; */
}
.our-story-main p span.highlight::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #14cc74;
  top: 111%;
  left: 0;
  transition: all 0.5s ease-in-out;
}
/* .our-story-main p span.highlight:hover {
  color: #000;
  -webkit-text-stroke: 1px #000;
} */
.our-story-main p span.highlight:hover::after {
  width: 100%;
}

h3 {
  color: white;
}
#color-changing-text,
#color-changing-text1,
#color-changing-text2 {
  font-size: 90px;
  transition: opacity 0.3s ease;
  letter-spacing: 6px;
}

.logo {
  /* margin: 20px; */
}

.logo h3 {
  font-size: 30px;
  /* margin: 40px; */
  margin: 0;
  color: #14cc74;
  letter-spacing: 4px;
  position: relative;
  top: -111px;
  transform: translateY(-20%);
}

#main-container {
  margin: auto;
  /* margin-left: 40px;
  margin-right: 40px; */
}

.story-block {
  padding: 15px 0px;
  /* display: none; */
}

a {
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

a:hover {
  color: tomato;
}

.cursor {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  border: 1px solid black;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  z-index: -1;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: black;
  opacity: 0.3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: -1;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.hover {
  background-color: white;
  opacity: 0.3;
  width: 40px;
  height: 40px;
  color: black;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 70px;
  right: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}
a.menu-list li {
  padding: 20px 0px !important;
}
a.menu-list img {
  height: auto;
  width: 100%;
}

#story-container {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

.list-rotator-title p {
  font-size: 40px;
  color: #14cc74;
  -webkit-text-stroke: 1px #14cc74;
  font-family: "ardela edge";
  font-weight: bold;
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */

.listitem {
  display: flex;
  max-width: 1080px;
  justify-content: space-between;
  margin: 0 auto;
}
.menu-list {
  width: 47%;
}
#menu {
  /* position: fixed;
  width: 100%;
  height: 100vh; */
  position: absolute;
  min-width: 100vw;
  height: 100vh;
  margin: -100px 0 0 0;
  padding-top: 30px;
  right: -75px;
  background: #1a1a1a;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(100%, 0);

  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  color: white;
  letter-spacing: 2px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ #menu {
  transform: none;
  opacity: 1;
  display: block;
  visibility: visible;
  /* right: 0; */
}
.fixed-header {
  /* background-color: #0000006e; */
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.logo.fixed-header img,
.logo.fixed-header #menuToggle {
  visibility: visible !important;
  animation-delay: 1s !important;
  animation-name: fadeInDown !important;
  transition: all 0.35s !important;
}
/* section {
  min-height: 100vh;
  padding: 2em;
  margin: auto;
  max-width: 800px;
} /*/

/* parallex */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:wght@900&display=swap");

header {
  height: 100vh;
}

.container {
  /* hide fixed overflow contents */
  clip: rect(0, auto, auto, 0);

  /* does not work if overflow = visible */
  overflow: hidden;

  /* only works with absolute positioning */
  /* position: absolute; */

  /* Make sure containers are full-width and height */
  height: 100vh;
  left: 0;
  width: 100%;

  /* safari hack */
  -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%);
}

.container_solid {
  background: white;

  /* position this container at the top of its parent element */
  top: 0;
}

.title_wrapper {
  position: fixed;
  display: block;
  margin: auto;
  width: 100%;
  /* center the text wrapper vertically */
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main-container p {
  font-size: 6em;
}

.title_wrapper h1 {
  text-align: center;
  font-size: 64px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Fraunces", serif;
  font-weight: 900;
}

.container_solid .title_wrapper h1 {
  /* the text background */
  background: url(https://images.unsplash.com/photo-1575058752200-a9d6c0f41945?&q=85);
  background-size: 100vw auto;
  background-position: center;

  /* clip the text is possible */
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;

  /* fallback text color */
  color: black;
}

.container_image .title_wrapper h1 {
  color: white;
}

section {
  padding: 2em;
  margin: auto;
  max-height: 80%;
}

/* ==========ABOUT============ */
.line {
  color: white;
}

.list-rotator-wrapper {
  position: relative;
  display: block;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 1000% !important;
  width: 100vw !important;
  height: 600vh;
  overflow: hidden;
}
.list-rotator-title {
  position: absolute;
  margin: 0 auto;
  display: table;
  top: 126.001px !important;
  left: 0;
  right: 0;
  padding-top: 45px;
  z-index: -1;
  line-height: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.list-rotator-height {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 600vh;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.list-rotator-pin {
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-perspective: 10000px;
  perspective: 10000px;
  height: 100vh;
  -webkit-mask-image: -webkit-linear-gradient(
    transparent 25%,
    black 40%,
    black 60%,
    transparent 75%
  );
  mask-image: linear-gradient(
    transparent 25%,
    black 40%,
    black 60%,
    transparent 75%
  );
}
.list-rotator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.list-rotator li {
  color: #fff;
  list-style: none;
  line-height: 3;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 34px;
  line-height: calc(1rem + 3.5vw);
  font-family: "Eastman-Grotesque-Extralight-trial";
  top: 50%;
  margin: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.uppercase-titles .list-rotator li {
  text-transform: uppercase;
}
.light-content .list-rotator li,
.dark-section .list-rotator li {
  color: #fff;
}
.light-content .light-section .list-rotator li {
  color: #000;
}

/* ================ contact =============================*/
form.form-box {
  width: 40%;
  background-color: #161616;
  padding: 25px;
}
.main-contact {
  display: flex;
  width: 85%;
  padding: 13% 0px 0px;
  /* margin: 0 20px; */
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.contact-story {
  width: 55%;
}
span.info.tooltiptext {
  color: white;
  font-family: "Eastman-Grotesque-Extralight-trial";
  letter-spacing: 2px;
  margin: 8px 0px;
  line-height: 1.25;
}
form.form-box {
  width: 40%;
}

.main-contact .our-story-main p {
  text-align: left;
  margin: 0;
}

/* tooltip css */

.tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted #14cc74; */
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 600px;
  background-color: #14cc74;
  color: #14cc74;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 0;
  margin-left: -258px;
  font-size: 10px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 44%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #14cc74 transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* end */

svg.info-icon {
  /* transition: all 0.5s ease-in-out; */
}
/* span.info {
  display: none;
}

svg.info-icon:hover + .info {
  display: block;
} */

form.contact-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 70%;
  margin: 30px auto;
  padding: 20px 32px 0;
  box-shadow: 0px 0px 9px 3px #14cc74;
  border-radius: 8px;
}

.field-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 16px 0px;
}
.contact-story p {
  font-size: 23px !important;
}
.field-group label {
  color: white;
  padding: 13px 0px;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: "Eastman-Grotesque-Extralight-trial";
  line-height: 24px;
  /* width: 56%; */
}

.field-group input {
  padding: 14px;
  /* width: 70%; */
  font-size: 16px;
  background: #fff;
}

.field-group input:focus-visible,
.field-group textarea:focus-visible {
  outline: none;
}

.field-group textarea {
  padding: 14px;
  /* width: 70%; */
  font-size: 16px;
  background: #fff;
}
.field-group button {
  cursor: pointer;
  background: #14cc74;
  padding: 14px 50px;
  width: fit-content;
  margin: 20px auto;
  font-size: 22px;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: "Eastman-Grotesque-Extralight-trial";
  font-weight: bold;
  letter-spacing: 2px;
}

#contact-heading {
  position: relative;
  margin: auto;
  justify-content: center;
  display: flex;
  width: fit-content;
  padding: 10px;
  font-size: 50px;
  color: #14cc74;
  -webkit-text-stroke: 1px #14cc74;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  border-radius: 8px;
  letter-spacing: 2px;
  font-size: 28px !important;
  margin-bottom: 10px;
  text-align: center;
}

#contact-heading::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #14cc74;
  top: 100%;
  left: 0;

  transition: all 0.5s ease-in-out;
}
/* .our-story-main p span.highlight:hover {
  color: #000;
  -webkit-text-stroke: 1px #000;
} */
#contact-heading:hover::after {
  width: 100%;
}

.content-row {
  display: block;
}
.text-container {
  display: none;
}

#submit-button[disabled] {
  opacity: 0.6; /* Decrease opacity for disabled button */
  cursor: not-allowed; /* Change cursor to indicate disabled state */
}

.loader {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top: 4px solid #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

body {
  background-color: #1A1A1A !important;
  width: 100%;
  height: 100%;
}

.modal-content {
  background-color: #1A1A1A !important;
  padding: 20px;
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#success_tic .page-body {
  max-width: 380px;
  margin: 10% auto;
}
.modal-dialog{
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  margin: 0 auto !important;
}
#success_tic .page-body .head {
  text-align: center;
}
/* #success_tic .tic{
  font-size:186px;
} */
#success_tic .close {
  opacity: 1;
  position: absolute;
  right: 0px;
  font-size: 30px;
  padding: 3px 15px;
  margin-bottom: 10px;
}
#success_tic .checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #14CC74;
  position: absolute;
}
.go-to-home{
  width: 150px;
  height: 50px;
  background-color: #14CC74;
  color: #fff;
  border: none !important;
  border-radius: 10px;
  margin-top: 30px;
}
#success_tic .checkmark-circle .checkmark {
  border-radius: 5px;
}
#success_tic .checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  animation-delay: 300ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#success_tic .checkmark-circle .checkmark:after {
  opacity: 1;
  height: 75px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid #fff;
  border-top: 15px solid #fff;
  border-radius: 2.5px !important;
  content: "";
  left: 35px;
  top: 80px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

/* ==================== */
@media (min-width: 1366px) {
  .main-contact {
    width: 96%;
  }
  .contact-story p {
    font-size: 18px !important;
  }
  #contact-heading {
    font-size: 20px !important;
  }
  .field-group label {
    font-size: 14px;
    padding: 2px 0px;
  }
  span.info.tooltiptext {
    font-size: 12px;
  }
}
@media (min-width: 1517px) {
  #main-container p {
    font-size: 7em;
  }
}
@media (min-width: 1600px) {
  .our-story-main p {
    font-size: 27px;
  }
  button#our-story-heading {
    height: 55px;
  }
  .title_wrapper {
    top: 56%;
  }
  .story-block {
    padding: 30px 0px;
  }
  .our-story-main {
    margin: 5% 0px;
  }
}
@media (min-width: 1800px) {
  .our-story-main p {
    font-size: 27px;
  }
  .title_wrapper {
    top: 55%;
  }
  #main-container p {
    font-size: 7.8em;
  }

  /* section {
    height: 100%;
  } */
  /* .our-story-main p {
    font-size: 35px;
  } */
  .our-story-main {
    margin: 4% 60px;
  }
  button#our-story-heading {
    height: 55px;
  }
  .story-block {
    padding: 30px 0px;
  }
}
@media (min-width: 1707px) {
  #main-container p {
    font-size: 8em;
  }
  .main-contact {
    width: 85%;
  }
  .contact-story p {
    font-size: 24px !important;
  }
  .field-group label {
    font-size: 19px;
  }
  span.info.tooltiptext {
    font-size: 12px;
  }
  #contact-heading {
    font-size: 26px !important;
  }
}

@media (min-width: 1920px) {
  .our-story-main p {
    font-size: 27px;
  }
  .our-story-main {
    margin: 7% 60px 9%;
  }

  .title_wrapper {
    top: 54%;
  }

  /* .our-story-main p {
    font-size: 38px;
  } */
  button#our-story-heading {
    height: 55px;
  }
  .story-block {
    padding: 30px 0px;
  }
}

@media (max-width: 1024px) {
  #main-container p {
    font-size: 7.5em;
  }
  /* a.menu-list img {
    max-width: 400px;
  } */
}
@media (max-width: 991px) {
  #main-container p {
    font-size: 5.7em;
  }
  .menu-list {
    width: unset;
  }
  .listitem {
    justify-content: center;
  }
  /* a.menu-list img {
    max-width: 290px;
  } */
}
@media screen and (max-width: 768px) {
  .content-row {
    display: none;
  }
  .text-container {
    display: block;
  }
  .main-contact {
    flex-direction: column;
  }
  .contact-story {
    width: 100%;
  }
  form.form-box {
    width: 100%;
  }
  .menu-title {
    font-size: 7em !important;
  }
  .logo h3 {
    top: -48px;
    font-size: 70px !important;
  }
  .menu-list:first-child {
    margin-right: 25px;
  }
  #menu {
    transform: none;
    opacity: 0;
    visibility: hidden;
    display: none;
    right: -55px;
    transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  }
  .title_wrapper {
    top: 58%;
  }
  #main-container p {
    font-size: 4.7em;
  }
  .text-container {
    height: 100vh;
    color: white;
  }
  .text-container > span {
    display: block;
    overflow-y: auto;
    margin-top: 150px;
    font-size: 19px;
    line-height: 1.4;
    padding: 0 20px;
  }
  .main-contact .our-story-main p {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  #contact-heading {
    font-size: 20px !important;
  }
  .contact-story p {
    font-size: 15px !important;
  }
  .our-story-main p {
    font-size: 16px;
  }
  button#our-story-heading {
    font-size: 40px;
  }
  .our-story-main {
    margin: 9% 0px 12%;
  }
  .logo img {
    height: 100px;
    width: 150px;
    object-fit: contain;
  }
  #menuToggle {
    top: 50%;
    transform: translateY(-50%);
  }
  .text-container > span {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .our-story-main {
    margin: 22% 0px 12%;
  }
  section {
    max-height: 90%;
  }
  .our-story-main p {
    font-size: 15px;
  }
}
@media (max-width: 540px) {
  #main-container p {
    font-size: 4em;
  }
  /* a.menu-list img {
    max-width: 200px;
  } */
  .logo h3 {
    top: -63px;
  }
  .menu-title {
    font-size: 5em !important;
  }
  .logo h3 {
    top: -50px;
  }
}

@media screen and (max-width: 425px) {
  .menu-list:first-child {
    margin-right: 10px;
  }
  .logo h3 {
    top: -25px;
    font-size: 50px !important;
  }
  #main-container p {
    font-size: 3.3em;
  }
  .menu-title {
    font-size: 3em !important;
  }
  #menu li {
    font-size: 15px;
  }
  /* a.menu-list img {
    max-width: 165px;
  } */
  .listitem {
    display: block;
  }
  .our-story-main {
    margin: 31% 0px 0%;
  }
  .our-story-main p {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }
  .text-container span .about-highlight,
  span.about-highlight {
    font-size: 25px;
  }
  .text-container > span {
    line-height: 1.5;
  }
}
@media (max-width: 375px) {
  .our-story-main {
    margin: 38% 0px 0%;
  }
  .our-story-main p {
    font-size: 11px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .text-container span .about-highlight,
  span.about-highlight {
    font-size: 20px;
  }
  .text-container > span {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 320px) {
  #main-container p {
    font-size: 2.8em;
  }
  section {
    max-height: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .our-story-main p {
    font-size: 11.5px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
