@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: 2.5rem;
  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);
}

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

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

.introLeft {
  width: 85%;
  z-index: 100;
  padding: 5rem 0 0;
}

.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);
}

.sectionHeader {
  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);
}

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

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

.innerHeader {
  margin-left: 10%;
}

.introText {
  width: 100%;
  font-weight: 300;
  margin-top: 2.5rem;
  line-height: 2rem;
}

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

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

.serviceGrid {
  display: grid;
  width: 95%;
  margin: 2.5rem auto 3rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.5rem;
  justify-content: center;
}

.serviceGridBox {
  position: relative;
  width: 100%;
  height: 12.5rem;
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .middleBox {
  margin-bottom: 3rem;
  margin-top: -3rem;
}

.rightBox {
  margin-bottom: -3rem;
  margin-top: 3rem;
} */
.serviceHeader {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
  margin: 0;
  color: white;
  text-shadow: -1px 1px rgba(0, 0, 0, 0.5);
  transition: 0.75s ease;
}

.serviceText {
  font-weight: 300;
  margin: 1rem 0 0;
  line-height: 1.25rem;
}

.hoverBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1rem;
  opacity: 0;
  transition: 1s ease;
  background-color: rgba(19, 19, 21, 0.75);
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.hoverBox .miniHeader {
  font-size: 1rem;
}

.shadowBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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) 95%, rgba(1, 0, 1, 0.75) 100%);
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: 1s ease;
}

.serviceGridBox:hover .hoverBox {
  opacity: 1;
}

.serviceGridBox:hover .serviceHeader {
  opacity: 0;
}

.serviceGridBox:hover .shadowBox {
  width: 102%;
  height: 99%;
  top: 0.5rem;
  left: -0.25rem;
  transform: rotate(-2.5deg);
  opacity: 1;
}

.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12,
.grid-13,
.grid-14,
.grid-15,
.grid-16,
.grid-17,
.grid-18,
.grid-19,
.grid-20,
.grid-21,
.grid-22,
.grid-23,
.grid-24,
.grid-25,
.grid-26,
.grid-27,
.grid-28,
.grid-29,
.grid-30,
.grid-31,
.grid-32,
.grid-33,
.grid-34,
.grid-35,
.grid-36,
.grid-37,
.grid-38,
.grid-39,
.grid-40,
.grid-41,
.grid-42,
.grid-43,
.grid-44,
.grid-45,
.grid-46,
.grid-47,
.grid-48 {
  background: no-repeat center center;
  background-size: cover;
}

.grid-1 {
  background-image: url(../images/services/aerial.webp);
}

.grid-2 {
  background-image: url(../images/services/auctioneer.webp);
}

.grid-3 {
  background-image: url(../images/services/bagpipes.webp);
}

.grid-4 {
  background-image: url(../images/services/balloon.webp);
}

.grid-5 {
  background-image: url(../images/services/belly.webp);
}

.grid-6 {
  background-image: url(../images/services/bongo.webp);
}

.grid-7 {
  background-image: url(../images/services/brass.webp);
}

.grid-8 {
  background-image: url(../images/services/burlesque.webp);
}

.grid-9 {
  background-image: url(../images/services/circus.webp);
}

.grid-10 {
  background-image: url(../images/services/comedy.webp);
}

.grid-11 {
  background-image: url(../images/services/dj.webp);
}

.grid-12 {
  background-image: url(../images/services/drummer.webp);
}

.grid-13 {
  background-image: url(../images/services/fire.webp);
}

.grid-14 {
  background-image: url(../images/services/grazing.webp);
}

.grid-15 {
  background-image: url(../images/services/guitar.webp);
}

.grid-16 {
  background-image: url(../images/services/gymnast.webp);
}

.grid-17 {
  background-image: url(../images/services/harp.webp);
}

.grid-18 {
  background-image: url(../images/services/horn.webp);
}

.grid-19 {
  background-image: url(../images/services/host.webp);
}

.grid-20 {
  background-image: url(../images/services/dancer.webp);
}

.grid-21 {
  background-image: url(../images/services/magic.webp);
}

.grid-22 {
  background-image: url(../images/services/dancefloor.webp);
}

.grid-23 {
  background-image: url(../images/services/led.webp);
}

.grid-24 {
  background-image: url(../images/services/led-music.webp);
}

.grid-25 {
  background-image: url(../images/services/wings.webp);
}

.grid-26 {
  background-image: url(../images/services/lighting.webp);
}

.grid-27 {
  background-image: url(../images/services/magic-mirror.webp);
}

.grid-28 {
  background-image: url(../images/services/make-up.webp);
}

.grid-29 {
  background-image: url(../images/services/marquee.webp);
}

.grid-30 {
  background-image: url(../images/services/mc.webp);
}

.grid-31 {
  background-image: url(../images/services/mirror-bal.webp);
}

.grid-32 {
  background-image: url(../images/services/mirror-men.webp);
}

.grid-33 {
  background-image: url(../images/services/oompah.webp);
}

.grid-34 {
  background-image: url(../images/services/photobooth.webp);
}

.grid-35 {
  background-image: url(../images/services/piano.webp);
}

.grid-36 {
  background-image: url(../images/services/podium.webp);
}

.grid-37 {
  background-image: url(../images/services/band.webp);
}

.grid-38 {
  background-image: url(../images/services/roaming.webp);
}

.grid-39 {
  background-image: url(../images/services/robot.webp);
}

.grid-40 {
  background-image: url(../images/services/skates.webp);
}

.grid-41 {
  background-image: url(../images/services/sax.webp);
}

.grid-42 {
  background-image: url(../images/services/selfie.webp);
}

.grid-43 {
  background-image: url(../images/services/showgirl.webp);
}

.grid-44 {
  background-image: url(../images/services/singer.webp);
}

.grid-45 {
  background-image: url(../images/services/sound.webp);
}

.grid-46 {
  background-image: url(../images/services/stilts.webp);
}

.grid-47 {
  background-image: url(../images/services/cart.webp);
}

.grid-48 {
  background-image: url(../images/services/violin.webp);
}


/*********** 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) {

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

  .logoBox {
    min-width: 220px;
  }

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

  /*********** INTRO SECTION ***********/
  .introWrapper {
    width: 90%;
  }

  .introLeft {
    width: 100%;
    max-width: 60rem;
  }

  .sectionHeader {
    font-size: 5rem;
  }

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

  /*********** SERVICES SECTION ***********/
  .serviceWrapper {
    width: 90%;
  }

  .serviceGrid {
    width: 95%;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 1rem;
  }

  .serviceText {
    font-weight: 300;
    margin-top: 1.5rem;
    line-height: 2rem;
  }

  .hoverBox {
    padding: 0.5rem 1rem;
  }

  /*********** 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;
  }

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

  /*********** SERVICES SECTION ***********/
  .serviceGrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
  }

  /*********** FOOTER SECTION ***********/
  .footerHeader {
    font-size: 7vw;
    line-height: 6vw;
  }
}

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

  /*********** 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;
  }

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

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

  /*********** SERVICES SECTION ***********/
  .serviceGrid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    width: 100%;
  }

  .serviceGridBox {
    position: relative;
    width: auto;
    height: 15rem;
    /* padding: 2rem; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hoverBox {
    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 !important;
  }
}

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

  .serviceGrid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap: 1.5rem;
  }
}
