body {
  background-color: black;
}

/*********** FIRST CONTAINER ***********/
.first-container {
  position: relative;
  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: 3rem;
  margin-left: 10%;
  text-align: left;
}

.main-head {
  position: relative;
  font-size: calc(100% * 9);
  margin-bottom: 0;
  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;
}

.sub-box {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-end;
}

.sub-head {
  font-weight: 300;
  font-size: 1.35rem;
  width: 57%;
  margin: 5rem 0;
}

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

.showreel-video {
  width: 30vw;
  max-width: 32rem;
  height: 53.33vw;
  max-height: 56.89rem;
  top: 15rem;
  left: 15.5%;
  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;
  display: flex;
  width: 100vw;
  padding: 5rem 0;
  background: url(../images/grey-bg.webp) no-repeat center center fixed;
  background-size: cover;
}

/*********** TABLE SECTION ***********/
.service-table {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  display: flex;
  align-self: center;
  justify-content: flex-end;
}

.serv-head {
  font-weight: 300;
  font-size: 1.35rem;
  width: 57%;
  margin: 5rem 0;
}

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

.third-flex {
  width: 80vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.parent {
  width: 47.5%;
  display: grid;
  grid-template-columns: repeat(8, 4.5rem);
  grid-template-rows: repeat(14, 4.5rem);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  z-index: 700;
  /* transform: rotate(90deg); - USE FOR ROTATOIN*/
}

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

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

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

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

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

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

.div6 {
  grid-area: 8 / 2 / 15 / 6;
}

.div7 {
  grid-area: 11 / 6 / 14 / 9;
}

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

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

/*********** FINAL CONTAINER ***********/
.final-container {
  color: black;
  position: relative;
  height: 42vw;
  max-height: 54rem;
  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;
}

@media only screen and (max-width : 1900px) {
  .first-container {
    min-height: 600px;
  }

  .showreel-video {
    left: 12.5%;
  }

  .second-container {
    min-height: 360px;
  }

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

  .serv-head {
    margin: 0;
  }

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

@media only screen and (max-width : 1440px) {
  .first-container {
    min-height: unset;
  }

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

  .sub-head {
    width: 50%;
    margin-bottom: 0;
  }

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

  .serv-head {
    width: 50%;
  }

  .third-container {
    padding-bottom: 2.5rem;
  }

  .third-flex {
    flex-direction: column-reverse;
    align-items: center;
  }

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

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

  .third-head {
    width: 100%;
  }

  .final-container {
    height: 48vw;
    max-height: 39rem;
  }
}

@media only screen and (max-width : 1024px) {
  .first-container {}

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

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

  .second-container {
    min-height: unset;
  }

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

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

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

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

@media only screen and (max-width : 780px) {
  .main-head {
    font-size: 9vw;
  }

  .showreel-video {
    top: calc(6.5rem + 9vw);
    width: 40vw;
    max-width: none;
    max-height: none;
    height: 71.11vw;
  }

  .sub-head {
    width: 47.5%;
    margin-top: 0;
  }

  .second-container {
    padding-top: 10rem;
  }

  .serv-head {
    width: 100%;
  }

  .parent {
    margin-top: -7.5rem;
    grid-template-columns: repeat(8, 6.5vw);
    grid-template-rows: repeat(14, 6.5vw);
  }

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

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

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

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

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

  .div6 {
    grid-area: 8 / 2 / 15 / 6;
  }

  .div7 {
    grid-area: 11 / 6 / 14 / 9;
  }

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

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

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

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

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

  .sub-head {
    width: 100%;
    margin-top: 150vw;
  }

  .showreel-video {
    top: calc(10rem + -1vw);
    width: 80vw;
    height: 142.22vw;
    left: 10%;
  }

  .second-container {
    background: white;
    padding-top: 5rem;
  }

  .third-container {
    background: black;
    width: 90vw;
    margin-left: 5%;
  }

  .third-flex {
    width: 100%;
  }

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

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