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

/* * {
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */
html {
  overflow-x: hidden !important;
}

body {
  text-align: center;
  font-family: Excon, sans-serif;
  color: white;
  margin: 0 auto;
  letter-spacing: 2.5px;
  width: 100%;
  background-color: #0B0B0B;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: white;
}

ul {
  padding: 0;
  list-style-type: none;
}

footer {
  position: absolute;
  bottom: 0.75rem;
  right: 1rem;
}

p {
  font-size: 1rem;
  font-weight: 200;
}

/*********** FIRST SECTION ***********/
.firstSection {
  position: relative;
  background-color: #0B0B0B;
  background: no-repeat center center;
  background-size: cover;
  padding-bottom: 10rem;
  z-index: 100;
  text-align: left;
}

/*********** NAVIGATION SECTION ***********/
.navBar {
  width: 80%;
  max-width: 85rem;
  padding: 0.5rem 0 0;
  margin: 0 auto;
  height: 5.5rem;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.logoBox {
  width: 20%;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}

.navLogo {
  width: 200px;
  filter: invert(1);
}

.navPages {
  width: 45%;
  font-weight: 400;
  line-height: normal;
}

.navList {
  display: flex;
  justify-content: space-around;
}

.navLinks {
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navLinks::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .4s ease-in-out;
}

.navLinks:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.navLinks:hover {
  cursor: pointer;
}

.hamburger {
  place-self: center;
  width: 4rem;
  height: 3.3rem;
  display: none;
  justify-content: center;
  align-items: center;
}

.nav-ham {
  color: white;
  font-size: 3rem;
}

.nav-ham:hover {
  cursor: pointer;
}

.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  right: 0;
  background-color: #0B0B0B;
  overflow: hidden;
  transition-duration: 1s;
  transition-timing-function: linear;
  overscroll-behavior: contain;
  animation-name: fade;
  animation-duration: 1s;
  opacity: 0;
  display: none
}

@keyframes fade {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.closeBar {
  width: 90%;
  padding: 2.2rem 0 0;
  margin: 0 auto;
  display: flex;
  position: relative;
  font-weight: 700;
  justify-content: flex-end;
}

.closeBox {
  width: 100%;
  display: flex;
  justify-content: center;
  place-self: center;
  width: 4rem;
  height: 4rem;
  align-items: center;
}

.overlay .closebtn {
  color: white;
  font-size: 5rem;
}

.overlay-content {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
}

.overlay-grid {
  display: flex;
  width: 90vw;
  margin: 0 auto;
  height: 80vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.overlayDetails {
  width: 100%;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.overlay-item {
  padding: 1rem 0;
}

.overlay-item:hover {
  background-color: rgb(244, 55, 123);
  background-image: linear-gradient(45deg, rgba(244, 55, 123, 1) 0%, rgba(186, 48, 251, 1) 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  cursor: pointer;
}

.overlayDetails a {
  background-color: rgb(244, 55, 123);
  background-image: linear-gradient(45deg, rgba(244, 55, 123, 1) 0%, rgba(186, 48, 251, 1) 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(244, 55, 123, 0.8),
    0 0 20px rgba(244, 55, 123, 0.5);
}

/*********** ABOUT US SECTION ***********/
.aboutWrapper {
  width: 80%;
  max-width: 85rem;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
}

.aboutFlex {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: space-between;
}

.aboutLeft {
  width: 55%;
  z-index: 100;
  padding: 5rem 0 10rem;
}

.aboutMiniHeader,
.miniHeader {
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.5rem;
  margin: 0;
  background-color: rgb(244, 55, 123);
  background-image: linear-gradient(45deg, rgba(244, 55, 123, 1) 0%, rgba(186, 48, 251, 1) 100%);
  background-size: 100%;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(244, 55, 123, 0.8),
    0 0 20px rgba(244, 55, 123, 0.5);
}

.aboutHeader {
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5.5rem;
  text-shadow: -1px 1px rgba(0, 0, 0, 0);
  width: 110%;
}

.transText {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px white;
}

.transText-1 {
  margin-left: 20%;
}

.meetInnerHeader,
.innerHeader {
  margin-left: 10%;
}

.aboutText {
  width: 90%;
  margin-top: 2.5rem;
  line-height: 2rem;
}

.aboutRight {
  width: 45%;
  position: relative;
  content: "";
  background: no-repeat center center;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(11, 11, 11, 1) 100%), url(../images/aboutpage1.webp);
  background-size: cover;
  margin-top: 1.75rem;
  /* transform: rotateY(180deg); */
}

.aboutImages {
  margin-top: -7.5rem;
  margin-left: 1.5rem;
  display: flex;
  position: relative;
  align-content: center;
  justify-content: space-between;
  width: 65%;
  height: 30rem;
  padding-bottom: 2.5rem;
}

.aboutImageLeft {
  width: 100%;
  position: relative;
  content: "";
  background: no-repeat center center;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(11, 11, 11, 1) 100%), url(../images/aboutpage2.webp);
  background-size: cover;
}

/*********** SECOND SECTION ***********/
.secondSection {
  background-color: #0B0B0B;
  height: auto;
  padding-bottom: 15rem;
  text-align: left;
  z-index: 100;
}

/*********** STORY SECTION ***********/
.storyWrapper {
  width: 80%;
  max-width: 85rem;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
}

.storyFlex {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: space-between;
}

.storyLeft {
  width: 50%;
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storyImageBox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90%;
}

.storyImage {
  width: 100%;
  height: 100%;
  position: relative;
  content: "";
  background: no-repeat center center;
  background-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 80%, rgba(11, 11, 11, 1) 95%), url(../images/aboutpage3.webp);
  background-size: cover;
  box-shadow: 0px 0px 45px 5px rgba(11, 11, 11, 1);
}

.shadowBox {
  width: 102%;
  height: 99%;
  position: absolute;
  top: 2.5rem;
  left: -0.5rem;
  content: "";
  background: no-repeat center center;
  background: rgb(244, 55, 123);
  background: linear-gradient(0deg, rgba(244, 55, 123, 0.5) 0%, rgba(186, 48, 251, 0.5) 90%, rgba(11, 11, 11, 0.7357536764705883) 100%);
  background-size: cover;
  z-index: -1;
  transform: rotate(-2.5deg);
}

.storyRight {
  width: 45%;
  padding: 5rem 0;
  z-index: 100;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storyTextBox {
  position: relative;
}

.storyHeader {
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5.5rem;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.storyText {
  width: 95%;
  margin-top: 2.5rem;
  line-height: 2rem;
}

/*********** THIRD SECTION ***********/
.thirdSection {
  background-color: #0B0B0B;
  height: auto;
  padding-bottom: 10rem;
  text-align: left;
  z-index: 100;
  height: auto;
}

/*********** MEET ME SECTION ***********/
.meetWrapper {
  width: 80%;
  max-width: 85rem;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
  z-index: 100;
}

.meetFlex {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: space-between;
}

.meetLeft {
  width: 90%;
  z-index: 100;
}

.meetHeader {
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5.5rem;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.meetImageBox {
  display: flex;
  position: relative;
  width: 95%;
  max-width: 85rem;
  height: 50rem;
  justify-content: flex-end;
  align-content: center;
  margin: 2.5rem auto 0;
}

.meetImage {
  width: 60%;
  position: relative;
  content: "";
  background: no-repeat center center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 20%, rgba(11, 11, 11, 1) 95%), url(../images/aboutpage4.webp);
  background-size: cover;
  transform: rotateY(180deg);
}

.meetBox {
  position: absolute;
  top: 5rem;
  left: -2.5rem;
  width: 55%;
  padding: 2rem 4rem;
  background-color: rgba(19, 19, 21, 0.8);
}

.fa-2xl {
  font-size: 2rem;
  padding: 1.5rem 0;
  margin: 1rem 0;
  color: #f4377b;
  text-shadow: 0 0 10px rgba(244, 55, 123, 0.8),
    0 0 20px rgba(244, 55, 123, 0.5);
}

.meetText {
  line-height: 2rem;
}

/*********** FIFTH SECTION ***********/
.fifthSection {
  position: relative;
  background-color: #0B0B0B;
  padding-bottom: 5rem;
  height: auto;
  text-align: left;
  z-index: 100;
  overflow-x: hidden;

}

/*********** FOOTER SECTION ***********/
.footerWrapper {
  width: 80%;
  max-width: 85rem;
  margin: 0 auto;
  padding-top: 2rem;
  position: relative;
  z-index: 100;
  text-align: left;
}

.footerFlex {
  display: flex;
  position: relative;
  align-content: center;
  justify-content: space-between;
}

.footerLeft {
  width: 50%;
  z-index: 100;
}

.footerHeader {
  margin: 0;
  letter-spacing: 0.1rem;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5.5rem;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.5);
  width: 100%;
}

.footerText {
  width: 70%;
  line-height: 2rem;
  font-size: 1.15rem;
}

.fa-xl {
  padding: 1rem 0;
  margin: 1rem 1.5rem 0 0;
  color: #f4377b;
  text-shadow: 0 0 10px rgba(244, 55, 123, 0.8),
    0 0 20px rgba(244, 55, 123, 0.5);
}

.fa-phone {
  margin-top: 2.5rem;
}

.footerButton {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding: 1rem 3.5rem;
  font-family: Excon, sans sarif;
  letter-spacing: 2.5px;
  color: white;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.footerButton:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  height: 98%;
  width: 99.5%;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transition: 0.65s;
}

.footerButton:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 97%;
  width: 99.5%;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  transition: 0.65s;
}

.footerButton:hover:before,
.footerButton:hover:after {
  height: 70%;
  width: 70%;
  border-color: rgb(244, 55, 123);
}

.footerRight {
  width: 45%;
  z-index: 100;
  text-align: center;
  position: relative;
}

/*********** EXTRA SECTION ***********/
.lk-logo {
  width: 1.5rem;
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}

.rights-text {
  font-size: 0.75rem;
  color: white;
  z-index: 700;
}

@media only screen and (max-width : 1440px) {

  /*********** FIRST SECTION ***********/
  .firstSection {
    padding-bottom: 5rem;
  }

  /*********** NAVIGATION SECTION ***********/
  .navBar {
    width: 90%;
  }

  .logoBox {
    min-width: 220px;
  }

  .navPages {
    width: 45%;
    min-width: 40rem;
  }

  /*********** ABOUT US SECTION ***********/
  .aboutWrapper {
    width: 90%;
  }

  .aboutLeft {
    width: 50%;
    max-width: 37rem;
  }

  .aboutHeader {
    font-size: 5rem;
    width: 120%;
  }

  .aboutText {
    width: 95%;
  }

  .aboutRight {
    width: 49%;
  }

  .aboutImages {
    width: 80%;
  }

  /*********** SECOND SECTION ***********/
  .secondSection {
    padding-bottom: 5rem;
  }

  /*********** STORY SECTION ***********/
  .storyWrapper {
    width: 90%;
  }

  .storyImageBox {
    height: 75%;
  }

  .storyRight {
    width: 45%;
  }

  .storyHeader {
    font-size: 5rem;
  }

  .storyText {
    width: 100%;
  }

  /*********** THIRD SECTION ***********/
  .thirdSection {
    padding-bottom: 5rem;
  }

  /*********** MEET ME SECTION ***********/
  .meetWrapper {
    width: 90%;
  }

  .meetLeft {
    width: 65%;
  }

  .aboutHeader {
    font-size: 5rem;
  }

  .meetImageBox {
    width: 100%;
  }

  .meetImage {
    width: 75%;
  }

  .meetBox {
    top: 2.5rem;
    left: 0;
    width: 65%;
    min-width: 27.5rem;
    max-width: 42rem;
    padding: 2rem 3rem;
  }

  .fa-2xl {
    font-size: 3rem;
    padding: 2rem 0;
    margin: 1rem 0 2rem;
    color: #f4377b;
  }

  /*********** FOOTER SECTION ***********/
  .footerWrapper {
    width: 90%;
  }

  .footerHeader {
    font-size: 5rem;
  }

  .footerLeft {
    width: 62%;
    max-width: 40rem;
  }

  .footerRight {
    width: 38%;
  }
}

@media only screen and (max-width : 1024px) {
  p {
    font-size: 14px;
  }

  /*********** NAVIGATION SECTION ***********/
  .navBar {
    width: 95%;
  }

  .logoBox {
    width: 25%;
    max-width: 250px;
  }

  .navLogo {
    width: 75%;
  }

  .navPages {
    width: 75%;
    max-width: 35rem;
    min-width: unset;
  }

  .navList {
    justify-content: space-between;
  }

  /*********** ABOUT US SECTION ***********/
  .aboutLeft {
    width: 10%;
  }

  .aboutMiniHeader {
    width: 1000%;
  }

  .aboutHeader {
    width: 900%;
  }

  .transText {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }

  .transText-1 {
    margin-left: 10%;
  }

  .innerHeader {
    margin-left: 0;
  }

  .aboutText {
    width: 600%;
    text-shadow: 1px 1px black;
    padding: 3rem 4rem;
    background-color: rgba(19, 19, 21, 0.8);
  }

  .aboutRight {
    width: 85%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(11, 11, 11, 1) 100%), url(../images/aboutpage1.webp);
  }

  .aboutImages {
    width: 90%;
  }

  /*********** STORY SECTION ***********/
  .storyLeft {
    width: 90%;
  }

  .storyRight {
    width: 10%;
  }

  .storyTextBox {
    position: relative;
    width: 700%;
    margin-left: -50vw;
  }

  .storyText {
    text-shadow: 1px 1px black;
    padding: 3rem 4rem;
    background-color: rgba(19, 19, 21, 0.8);
    margin-left: -7.5rem;
  }

  /*********** MEET ME SECTION ***********/
  .meetLeft {
    width: 100%;
  }

  .fa-2xl {
    font-size: 2rem;
    padding: 1rem 0;
    margin: 0 0 1.5rem 0;
  }

  .footerHeader {
    font-size: 7vw;
    line-height: 6vw;
  }
}

@media only screen and (max-width : 780px) {

  /*********** FIRST SECTION ***********/
  .firstSection {
    padding-bottom: 7.5rem;
  }

  /*********** NAVIGATION SECTION ***********/
  .navBar {
    width: 90%;
    height: auto;
    flex-direction: unset;
    padding-top: 1rem;
  }

  .logoBox {
    width: 65%;
    position: relative;
    margin-top: 1rem;
  }

  .navLogo {
    width: 100%;
  }

  .navPages {
    min-width: unset;
    max-width: unset;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .navList {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  /*********** ABOUT US SECTION ***********/
  .aboutFlex {
    flex-direction: column;
  }

  .aboutLeft {
    width: 100%;
    padding: 0;
  }

  .aboutMiniHeader,
  .miniHeader {
    width: 100%;
  }

  .aboutHeader {
    font-size: 10vw;
    line-height: 10vw;
    width: 100%;
  }

  .transText-1 {
    margin-left: 20%;
  }

  .aboutText {
    width: 75%;
    min-width: 17.5rem;
    padding: 2rem 3rem;
    margin: 2.5rem 0.5rem 0;
  }

  .aboutRight {
    width: 100%;
    max-width: 30rem;
    margin: -10rem auto 0;
    height: 30rem;
    margin-top: -5rem;
  }

  .aboutImages {
    display: none;
  }

  /*********** SECOND SECTION ***********/
  .secondSection {
    padding-bottom: 7.5rem;
  }

  /*********** STORY SECTION ***********/
  .storyFlex {
    flex-direction: column-reverse;
  }

  .storyLeft {
    width: 85%;
    height: 65vh;
    align-self: center;
    margin-top: -3rem;
  }

  .storyImageBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 90%;
  }

  .storyImage {
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 70%, rgba(11, 11, 11, 1) 100%), url(../images/aboutpage3.webp);
  }

  .shadowBox {
    height: 96%;
  }

  .storyRight {
    width: 100%;
    padding: 0;
  }

  .storyTextBox {
    position: relative;
    width: 100%;
    margin-left: 0;
  }

  .storyHeader {
    font-size: 10vw;
    line-height: 10vw;
    width: 100%;
  }

  .storyText {
    text-shadow: none;
    padding: 0;
    background-color: unset;
    margin-left: 0;
  }

  /*********** THIRD SECTION ***********/
  .thirdSection {
    padding-bottom: 0;
  }

  /*********** MEET ME SECTION ***********/
  .meetHeader {
    font-size: 10vw;
    line-height: 10vw;
    width: 100%;
  }

  .meetImageBox {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }

  .meetImage {
    width: 100%;
    height: 40rem;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(11, 11, 11, 1) 100%), url(../images/aboutpage4.webp);
  }

  .meetBox {
    position: relative;
    top: -10rem;
    width: 70%;
    min-width: unset;
    padding: 2rem 3rem;
  }

  /*********** FOOTER SECTION ***********/
  .footerWrapper {
    max-width: 40rem;
  }

  .footerFlex {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .footerHeader {
    font-size: 10vw;
    line-height: 10vw;
    width: 100%;
  }

  .footerLeft {
    width: 100%;
  }

  .footerText {
    width: 70%;
    line-height: 2rem;
  }

  .fa-xl {
    padding: 1rem 0;
    margin: 1rem 1.5rem 0 0;
    color: #f4377b;
  }

  .fa-phone {
    margin-top: 1.5rem;
  }

  .footerButton {
    margin-top: 1.5rem;
  }

  .footerRight {
    width: 100%;
    z-index: 100;
    text-align: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 2.5rem;
    overflow-x: hidden;
  }

  /*********** EXTRA SECTION ***********/
  .rights-text {
    font-size: 0.5rem;
    text-align: right;
  }

  .eapps-widget-toolbar-panel-share-block {
    display: none;
  }
}

@media only screen and (max-width : 450px) {
  .eapps-widget-toolbar-panel-share {
    display: none !important;
  }
}
