body {
  background-color: black;
}

/*********** FIRST CONTAINER ***********/
.first-container {
  position: relative;
  height: 40vw;
  width: 100vw;
  background: url(../images/gold-bg.webp) no-repeat center center fixed;
  background-size: cover;
  padding-bottom: 5rem;
}

/*********** HEADING SECTION ***********/
.head-wrapper {
  position: relative;
  width: 80vw;
  padding-top: 5rem;
  margin-left: 10%;
  text-align: left;
}

.main-head {
  position: relative;
  font-size: calc(100% * 8);
  margin-bottom: 4rem;
  line-height: calc(100% + 0.5rem);
  z-index: 800;
}

.gold-head {
  background: #ffd700;
  line-height: calc(100% + 0.5rem);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*********** SHOWREEL SECTION ***********/
iframe {
  z-index: 0;
}

.showreel-video {
  width: 55vw;
  height: 37.81vw;
  top: 15rem;
  left: 10%;
  margin-bottom: 5.5rem;
  border-radius: 10px;
  position: absolute;
  z-index: 700;
}

/*********** GOLD HR SECTION ***********/
.gold-hr {
  position: absolute;
  bottom: -1px;
  margin: 0;
  width: 100vw;
  z-index: 600;
  border: 0px;
  border-top: 2px solid #ffd700;
}

.fixed-hr {
  position: fixed;
  bottom: -1px;
  margin: 0;
  width: 100vw;
  z-index: 800;
  border: 0px;
  border-top: 7.5px solid #ffd700;
}

/*********** SECOND CONTAINER ***********/
.second-container {
  color: black;
  background-color: white;
  position: relative;
  height: auto;
  width: 100vw;
  padding: 10rem 0 5rem;
  background: url(../images/grey-bg.webp) no-repeat center center fixed;
  background-size: cover;
}

/*********** TABLE SECTION ***********/
.service-table {
  width: 75vw;
  margin-left: 10%;
  text-align: left;
}

.serv-head {
  font-weight: 300;
  font-size: 1.35rem;
}

.parent {
  display: grid;
  grid-template-rows: repeat(8, 4.5rem);
  grid-template-columns: repeat(14, 4.5rem);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  z-index: 700;
  width: 75vw;
  margin: 0 auto;
}

.parent div {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.div1 {
  grid-area: 1 / 8 / 5 / 15;
}

.div2 {
  grid-area: 1 / 5 / 4 / 8;
}

.div3 {
  grid-area: 1 / 1 / 4 / 5;
}

.div4 {
  grid-area: 5 / 11 / 8 / 14;
}

.div5 {
  grid-area: 5 / 8 / 8 / 11;
}

.div6 {
  grid-area: 4 / 5 / 9 / 8;
}

.div7 {
  grid-area: 4 / 2 / 7 / 5;
}

.grid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*********** THIRD CONTAINER ***********/
.third-container {
  color: white;
  background-color: black;
  position: relative;
  width: 100vw;
  padding: 5rem 0;
  background: url(../images/gold-bg.webp) no-repeat center center fixed;
  background-size: cover;
}

.third-head {
  font-weight: 300;
  font-size: 1.35rem;
  width: 75%;
  text-align: left;
  margin-left: 10%;
}

.third-head-2 {
  font-weight: 300;
  font-size: 1.35rem;
  width: 75%;
  text-align: left;
  margin-left: 10%;
  margin-top: 0.5rem;
}

/*********** FINAL CONTAINER ***********/
.final-container {
  color: black;
  position: relative;
  height: 43rem;
  width: 80vw;
  padding: 5rem 10vw;
  background: url(../images/gold-bg.webp) no-repeat center center fixed;
  background-size: cover;
  text-align: left;
}

/*********** INSTAGRAM SECTION ***********/
.elfsight-app-bad1cf8c-01ae-4688-9230-a56f59094842 {
  margin-bottom: 2rem;
  overflow: hidden;
}

@media only screen and (max-width : 1440px) {
  .first-container {
    padding-bottom: 10rem;
    height: 40vw;
  }

  .main-head {
    font-size: 8vw;
    margin-bottom: 0;
  }

  .showreel-video {
    width: 80vw;
    height: 45vw;
    top: 13.5rem;
  }

  .service-table {
    min-width: 20rem;
  }

  .parent {
    grid-template-rows: repeat(8, 4vw);
    grid-template-columns: repeat(14, 4vw);
  }

  .third-head {
    margin-top: 5rem;
  }

  .third-container {
    padding-bottom: 0;
  }

  .final-container {
    height: 47vw;
    max-height: 38rem;
  }
}

@media only screen and (max-width : 1024px) {
  .first-container {
    padding-bottom: 5rem;
    height: 47vw;
  }

  .showreel-video {
    top: calc(6.5rem + 10vw);
  }

  .serv-head {
    font-size: 1rem;
  }

  .third-container {
    padding-bottom: 0;
  }

  .third-head {
    font-size: 1rem;
    margin-top: 0;
  }

  .parent {
    grid-template-columns: repeat(14, 3vw);
    grid-template-rows: repeat(8, 3vw);
    grid-gap: 0.75REM;
  }

  .third-head-2 {
    font-size: 1rem;
  }

  .final-container {
    height: 80vw;
    max-height: 47rem;
    padding-top: 0;
  }
}

@media only screen and (max-width : 780px) {
  .first-container {
    height: 57.5vw;
  }

  .main-head {
    font-size: 9vw;
  }

  .second-container {
    padding: 2.5rem 0;
  }

  .third-head {
    width: 80%;
    max-width: none;
  }

  .third-head-2 {
    width: 80%;
    max-width: none;
  }

  .final-container {
    height: 129vw;
    max-height: 38.5rem;
  }

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

@media only screen and (max-width : 450px) {
  .first-container {
    background: black;
    min-height: 23.5rem;
  }

  .head-wrapper {
    width: 90vw;
    margin-left: 5%;
  }

  .main-head {
    font-size: 10vw;
    padding-top: 3.5rem;
  }

  .showreel-video {
    top: calc(13rem + 10vw);
    width: 90vw;
    height: 50.63vw;
    left: 5%;
  }

  .second-container {
    background: white;
  }

  .service-table {
    width: 90vw;
    margin-left: 5%;
  }

  .parent {
    grid-template-columns: repeat(14, 4vw);
    grid-template-rows: repeat(8, 4vw);
    transform: rotate3d(0, 1, 0, 180deg);
    width: 90vw;
    margin-left: 5%;
  }

  .third-container {
    background: black;
  }

  .third-head {
    width: 90%;
    margin-left: 5%;
    max-width: none;
  }

  .third-head-2 {
    width: 90%;
    margin-left: 5%;
    max-width: none;
  }

  .final-container {
    height: 150vw;
    max-height: none;
    width: 90vw;
    padding: 2.5rem 5vw 5rem;
    background: black;
  }

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