@tailwind base;
@tailwind components;
@tailwind utilities;

@font-face {
  font-family: "GOTHAM_BOOK";
  src: url("assets/fonts/GOTHAM-BOOK-1361523257_0.TTF");
}

@font-face {
  font-family: "GOTHAM_LIGHT";
  src: url("assets/fonts/GOTHAM-LIGHT_0.TTF");
}

@font-face {
  font-family: "GOTHAM_MEDIUM";
  src: url("assets/fonts/GOTHAM-MEDIUM_0.TTF");
}

@font-face {
  font-family: "GOTHAM_BOLD";
  src: url("assets/fonts/UFONTS.COM_GOTHAM-BOLD.TTF");
}

* {
  /* line-height: 1; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "GOTHAM_BOOK";
}

.newZindex {
  z-index: 100;
}

a {
  outline: none;
}

.headerSuperMainDiv {
  position: fixed;
  width: 100%;
}

.headerMainDiv {
  height: 8vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  padding-left: 6%;
  padding-right: 6%;
}

.mirro-img {
  width: 1200px;
}

.headerMainLogoAnchor {
  display: flex;
  align-items: center;
}

.headerMainLogo {
  width: 175px;
}

.footerMainDiv {
  padding-top: 30px;
  padding-bottom: 10px;
}

.contactUsMainDiv {
  width: 100%;
  height: 90vh;
}

.contactUsForm {
  width: 25%;
  position: absolute;
  right: 20%;
  top: 8%;
  overflow: hidden;
}

.contactUsText {
  position: absolute;
  top: 40%;
  left: 20%;
  width: 25%;
  font-size: 50px;
}

.FirstFoldMainDiv {
  height: 100vh;
  width: 100%;
  background: linear-gradient(
    to bottom,
    #252525 0%,
    #363636 45%,
    #252525 46%,
    #252525 100%
  );
  line-height: 1;
}

.imirro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.top-text {
  font-size: 220px;
  line-height: 180px;
  /* line-height: 330px; */
  background: linear-gradient(to bottom, #e2e2e2 0%, #696969 50%, #696969 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font: "GOTHAM_BOOK";
}

.bottom-text {
  font-size: 220px;
  line-height: 180px;
  /* line-height: 330px; */
  /* margin-top: -300px; */
  background: linear-gradient(to bottom, #e2e2e2 0%, #131313 50%, #696969 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bolder;
  font: "GOTHAM_BOOK";
  transform: rotateX(180deg);
  opacity: 0.2;
  /* -moz-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1); */
}

.bronzePlateImg {
  top: 100vh;
  left: 35vw;
  width: 30vw;
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  z-index: 30;
}

.whitePlateImg {
  top: 110vh;
  left: 30vw;
  width: 40vw;
  /* left: 25vw;
  width: 50vw; */
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5%;
  z-index: 20;
}

.exploreBtn {
  font-family: "GOTHAM_BOLD";
  position: absolute;
  bottom: 80px;
  left: 46%;
}

.secondFoldFirstTextDiv {
  position: relative;
  top: 7%;
  display: flex;
  justify-content: center;
  line-height: 1;
}

.secondFoldTextDiv {
  position: relative;
  top: 15%;
  display: flex;
  justify-content: center;
  line-height: 1;
}

.secondFoldSwitchFirstImgDiv {
  position: relative;
  top: 12%;
}

.secondFoldSwitchImgDiv {
  position: relative;
  top: 20%;
}

.secondFoldSwitchImgDivThird {
  position: relative;
  top: 20%;
  left: -2%;
}

.secondFoldFirstImg {
  width: 75%;
}

.secFoldColorSwitch {
  width: 100%;
}

.secondFoldText {
  font-size: 75px;
}

.redColoredArrowSecFold {
  margin-left: 80px;
}

.thirdFoldDiv {
  height: 100vh;
}

.thirdFoldColorSwitch {
  width: 100%;
}

.thirdFoldText {
  font-size: 180px;
  background: linear-gradient(
    to right,
    rgb(109, 108, 108) 0%,
    rgb(255, 255, 255) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: -85px;
}

.thirdFoldMainDiv {
  width: 75%;
  line-height: 1;
}

.thirdFoldImg {
  width: 100%;
}

.fourthFoldMainDiv {
  height: 100vh;
  line-height: 1;
}

.fourthFoldTextDiv {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 20%;
}

.fourthFoldText {
  color: rgb(237, 237, 237);
  /* text-shadow: 0px 4px 4px #fff, 0 0 0 #000, 0px 4px 4px #fff; */
  font-size: 180px;
  text-align: center;
  /* background-color: #565656;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
    -webkit-background-clip: text;
        -moz-background-clip: text;
            background-clip: text; */
}

.leftSideDiv {
  background-color: rgb(148, 147, 147);
  width: 65%;
}

.rightSideDiv {
  background-color: rgb(207, 202, 202);
  width: 35%;
}

.fourthFoldSwitchesDiv {
  position: absolute;
  left: 40%;
}

.fourthFoldImg {
  width: auto;
  height: 100%;
  /* width: 50%; */
}

.fourthFoldColorSwitch {
  width: auto;
}

.fifthMainDiv {
  height: 100vh;
  line-height: 1;
}

/* .orangeCircleImgDiv {
    position: absolute;
    top: 2%;
    left: 28%;
} */

.orangeCircleImg {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleX(1.2);
}

.fifthFoldMainTextImg {
  position: absolute;
  top: 0%;
  left: -8%;
}

.fifthFoldMiddleImg {
  width: 40%;
  position: absolute;
  top: 28%;
  left: 18%;
}

.redArrowEyesFold {
  position: absolute;
  bottom: 35%;
  right: 8%;
}

.fifthFoldMainTextDiv {
  position: absolute;
  top: 15%;
  left: 45%;
}

.fifthFoldMainText {
  font-size: 170px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px rgb(0, 0, 0);
  /* background: url("/assets/platesPage/fold5BGImg.png") -20px -20px no-repeat;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text; */
}

/* .fifthFoldSwitchDiv {
    position: absolute;
    top: 35%;
    left: 20%;
} */

.fifthColorSwitchBtn {
  width: 50%;
  margin-left: 30px;
}

.colorSwitchBtn {
  width: 50%;
  margin-left: 30px;
}

.sixthColorSwitchBtn {
  width: 50%;
  margin-left: 30px;
}

.sixthMainDiv {
  height: 100vh;
  line-height: 1;
}

.sixthFoldFirstHalf {
  height: 40vh;
  background-color: white;
}

.sixthFoldSecondHalf {
  height: 60vh;
  background-color: rgb(37, 37, 37);
}

.sixthFoldTextDiv {
  position: absolute;
  left: 10%;
  top: 50%;
}

.sixthFoldText {
  font-size: 150px;
  color: rgb(161, 159, 159);
}

.sixthFoldSwitchDiv {
  position: absolute;
  left: 50%;
  top: 20%;
}

.sixthFoldMiddleImg {
  width: 40%;
}

.seventhFoldMainDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  line-height: 1;
}

.seventhFoldMainText {
  font-size: 180px;
  font-family: "GOTHAM_BOLD";
}

.seventhFoldTextDiv {
  position: absolute;
  top: 15%;
}

.seventhFoldSwitchDiv {
  position: absolute;
  top: 30%;
  left: 30%;
}

.seventhFoldMiddleImg {
  width: 40%;
}

.eightthFoldMainDiv {
  width: 80%;
  height: 100vh;
  line-height: 1;
}

.eightthFoldLeftImage {
  width: 50%;
  z-index: 10;
}

.eightthFoldRightImage {
  width: 35%;
  margin-left: -5%;
  margin-top: 5%;
  z-index: 20;
}

.eightthFoldTextDiv {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.eightthLeftSideText {
  font-family: "GOTHAM_BOLD";
  width: 45%;
  font-size: 50px;
  -webkit-text-stroke: 2px black;
}

.eightthRightSideText {
  width: 45%;
  font-size: 20px;
  line-height: 30px;
}

.eightthFoldImageDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

li > ul {
  transform: translatex(100%) scale(0);
}

li:hover > ul {
  transform: translatex(101%) scale(1);
}

li > button svg {
  transform: rotate(-90deg);
}

li:hover > button svg {
  transform: rotate(-270deg);
}

.group:hover .group-hover\:scale-100 {
  transform: scale(1);
}

.group:hover .group-hover\:-rotate-180 {
  transform: rotate(180deg);
}

.scale-0 {
  transform: scale(0);
}

.min-w-32 {
  min-width: 8rem;
}

/* iphone SE */
@media screen and (min-width: 50px) and (max-width: 380px) {
  .headerMainLogo {
    width: 95px;
  }

  .mirro-img {
    width: 300px;
  }

  .top-text {
    font-size: 100px;
    /* line-height: 150px; */
  }

  .bottom-text {
    font-size: 100px;
    /* line-height: 150px; */
    margin-top: -100px;
  }

  .contactUsMainDiv {
    width: 100%;
    height: 125vh;
  }

  .contactUsForm {
    width: 90%;
    position: absolute;
    right: 4%;
    top: 15%;
    overflow: hidden;
  }

  .contactUsText {
    position: absolute;
    top: 5%;
    left: 8%;
    width: 75%;
  }

  .bronzePlateImg {
    left: 30vw;
    width: 40vw;
  }

  .whitePlateImg {
    left: 25vw;
    width: 50vw;
    margin-top: 0%;
  }

  .exploreBtn {
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 30px;
    left: 30%;
  }

  .secondFoldSwitchPlateImgClass {
    width: 75%;
  }

  .secondFoldSwitchFirstImgDiv {
    width: 90%;
  }

  .secondFoldSwitchImgDiv {
    width: 90%;
  }

  .secondFoldSwitchImgDivThird {
    width: 90%;
  }

  .secondFoldFirstImg {
    width: 75%;
  }

  .secFoldColorSwitch {
    width: 60%;
  }

  .secondFoldText {
    font-size: 30px;
  }

  .redColoredArrowSecFold {
    width: 12%;
  }

  .secondFoldFirstTextDiv {
    position: relative;
    top: 7%;
    display: flex;
    justify-content: space-between;
  }

  .secondFoldTextDiv {
    position: relative;
    top: 18%;
    left: 0%;
    display: flex;
    justify-content: space-between;
  }

  .thirdFoldDiv {
    height: 30vh;
  }

  .thirdFoldColorSwitch {
    width: 40%;
    /* margin-top: 50px; */
  }

  .thirdFoldText {
    font-size: 40px;
    background: linear-gradient(
      to right,
      rgb(109, 108, 108) 0%,
      rgb(255, 255, 255) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -20px;
    margin-top: -40px;
  }

  .thirdFoldMainDiv {
    width: 90%;
  }

  .thirdFoldImg {
    width: 80%;
  }

  .fourthFoldMainDiv {
    height: 26vh;
  }

  .fourthFoldTextDiv {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15%;
  }

  .fourthFoldText {
    color: rgb(237, 237, 237);
    /* text-shadow: 0px 4px 4px #fff, 0 0 0 #000, 0px 4px 4px #fff; */
    font-size: 40px;
    text-align: center;
    /* background-color: #565656;
        color: transparent;
        text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
        -webkit-background-clip: text;
            -moz-background-clip: text;
                background-clip: text; */
  }

  .leftSideDiv {
    background-color: rgb(148, 147, 147);
    width: 65%;
  }

  .rightSideDiv {
    background-color: rgb(207, 202, 202);
    width: 35%;
  }

  .fourthFoldSwitchesDiv {
    position: absolute;
    left: 40%;
  }

  .fourthFoldImg {
    width: 55%;
  }

  .fourthFoldColorSwitch {
    width: auto;
  }

  .fifthMainDiv {
    height: 30vh;
  }

  .orangeCircleImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fifthFoldMainTextDiv {
    position: absolute;
    top: 20%;
    left: 40%;
  }

  .redArrowEyesFold {
    width: 4%;
    position: absolute;
    bottom: 35%;
    right: 8%;
  }

  .fifthFoldMainTextImg {
    position: absolute;
    top: 0%;
    left: -10%;
    width: 100%;
  }

  .fifthFoldMainText {
    font-size: 45px;
    font-family: "GOTHAM_BOLD";
  }

  .fifthFoldMiddleImg {
    width: 42%;
    position: absolute;
    top: 23%;
    left: 14%;
  }

  .fifthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .colorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthMainDiv {
    height: 40vh;
  }

  .sixthFoldFirstHalf {
    height: 40%;
    background-color: white;
  }

  .sixthFoldSecondHalf {
    height: 60%;
    background-color: rgb(37, 37, 37);
  }

  .sixthFoldTextDiv {
    position: absolute;
    left: 5%;
    top: 55%;
  }

  .sixthFoldText {
    font-size: 40px;
    line-height: 10px;
    color: rgb(161, 159, 159);
  }

  .sixthFoldSwitchDiv {
    position: absolute;
    left: 50%;
    top: 15%;
  }

  .sixthFoldMiddleImg {
    width: 45%;
  }

  .seventhFoldMainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .seventhFoldMainText {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
  }

  .seventhFoldTextDiv {
    position: absolute;
    top: 15%;
  }

  .seventhFoldSwitchDiv {
    position: absolute;
    top: 25%;
    left: 25%;
  }

  .seventhFoldMiddleImg {
    width: 50%;
  }

  .eightthFoldImage {
    width: 85%;
  }

  .eightthFoldMainDiv {
    width: 90%;
    height: 70vh;
  }

  .eightthFoldLeftImage {
    width: 60%;
    z-index: 10;
  }

  .eightthFoldRightImage {
    width: 40%;
    margin-left: -5%;
    margin-top: 5%;
    z-index: 20;
  }

  .eightthFoldTextDiv {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .eightthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    -webkit-text-stroke: 2px black;
  }

  .eightthRightSideText {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
  }

  .eightthFoldImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .redArrowThirdFold {
    width: 55%;
  }
}

/* mobile */
@media screen and (min-width: 380px) and (max-width: 500px) {
  .headerMainLogo {
    width: 95px;
  }

  .mirro-img {
    width: 340px;
  }

  .top-text {
    font-size: 100px;
    /* line-height: 150px; */
  }

  .bottom-text {
    font-size: 100px;
    /* line-height: 150px; */
    margin-top: -100px;
  }

  .contactUsMainDiv {
    width: 100%;
    height: 95vh;
  }

  .contactUsForm {
    width: 90%;
    position: absolute;
    right: 5%;
    top: 15%;
    overflow: hidden;
  }

  .contactUsText {
    position: absolute;
    top: 5%;
    left: 8%;
    width: 75%;
  }

  .bronzePlateImg {
    left: 30vw;
    width: 40vw;
  }

  .whitePlateImg {
    left: 25vw;
    width: 50vw;
    margin-top: 0%;
  }

  .exploreBtn {
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 30px;
    left: 30%;
  }

  .secondFoldSwitchPlateImgClass {
    width: 75%;
  }

  .secondFoldSwitchFirstImgDiv {
    width: 90%;
  }

  .secondFoldSwitchImgDiv {
    width: 90%;
  }

  .secondFoldSwitchImgDivThird {
    width: 90%;
  }

  .secondFoldFirstImg {
    width: 75%;
  }

  .secFoldColorSwitch {
    width: 70%;
  }

  .secondFoldText {
    font-size: 30px;
  }

  .redColoredArrowSecFold {
    width: 12%;
  }

  .secondFoldFirstTextDiv {
    position: relative;
    top: 7%;
    display: flex;
    justify-content: space-between;
  }

  .secondFoldTextDiv {
    position: relative;
    top: 18%;
    left: 0%;
    display: flex;
    justify-content: space-between;
  }

  .thirdFoldDiv {
    height: 30vh;
  }

  .thirdFoldColorSwitch {
    width: 40%;
    /* margin-top: 50px; */
  }

  .thirdFoldText {
    font-size: 40px;
    background: linear-gradient(
      to right,
      rgb(109, 108, 108) 0%,
      rgb(255, 255, 255) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -20px;
    margin-top: -40px;
  }

  .thirdFoldMainDiv {
    width: 90%;
  }

  .thirdFoldImg {
    width: 80%;
  }

  .fourthFoldMainDiv {
    height: 26vh;
  }

  .fourthFoldTextDiv {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15%;
  }

  .fourthFoldText {
    color: rgb(237, 237, 237);
    /* text-shadow: 0px 4px 4px #fff, 0 0 0 #000, 0px 4px 4px #fff; */
    font-size: 40px;
    text-align: center;
    /* background-color: #565656;
        color: transparent;
        text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
        -webkit-background-clip: text;
            -moz-background-clip: text;
                background-clip: text; */
  }

  .leftSideDiv {
    background-color: rgb(148, 147, 147);
    width: 65%;
  }

  .rightSideDiv {
    background-color: rgb(207, 202, 202);
    width: 35%;
  }

  .fourthFoldSwitchesDiv {
    position: absolute;
    left: 40%;
  }

  .fourthFoldImg {
    width: 55%;
  }

  .fourthFoldColorSwitch {
    width: auto;
  }

  .fifthMainDiv {
    height: 25vh;
  }

  .orangeCircleImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .redArrowEyesFold {
    width: 4%;
    position: absolute;
    bottom: 38%;
    right: 8%;
  }

  .fifthFoldMainTextDiv {
    position: absolute;
    top: 20%;
    left: 40%;
  }

  .fifthFoldMainTextImg {
    position: absolute;
    top: 0%;
    left: -10%;
    width: 100%;
  }

  .fifthFoldMainText {
    font-size: 45px;
    font-family: "GOTHAM_BOLD";
  }

  .fifthFoldMiddleImg {
    width: 42%;
    position: absolute;
    top: 23%;
    left: 14%;
  }

  .fifthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .colorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthMainDiv {
    height: 40vh;
  }

  .sixthFoldFirstHalf {
    height: 40%;
    background-color: white;
  }

  .sixthFoldSecondHalf {
    height: 60%;
    background-color: rgb(37, 37, 37);
  }

  .sixthFoldTextDiv {
    position: absolute;
    left: 10%;
    top: 55%;
  }

  .sixthFoldText {
    font-size: 40px;
    line-height: 10px;
    color: rgb(161, 159, 159);
  }

  .sixthFoldSwitchDiv {
    position: absolute;
    left: 50%;
    top: 20%;
  }

  .sixthFoldMiddleImg {
    width: 45%;
  }

  .seventhFoldMainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .seventhFoldMainText {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
  }

  .seventhFoldTextDiv {
    position: absolute;
    top: 15%;
  }

  .seventhFoldSwitchDiv {
    position: absolute;
    top: 25%;
    left: 25%;
  }

  .seventhFoldMiddleImg {
    width: 50%;
  }

  .eightthFoldImage {
    width: 85%;
  }

  .eightthFoldMainDiv {
    width: 90%;
    height: 50vh;
  }

  .eightthFoldLeftImage {
    width: 60%;
    z-index: 10;
  }

  .eightthFoldRightImage {
    width: 40%;
    margin-left: -5%;
    margin-top: 5%;
    z-index: 20;
  }

  .eightthFoldTextDiv {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .eightthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    -webkit-text-stroke: 2px black;
  }

  .eightthRightSideText {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
  }

  .eightthFoldImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .redArrowThirdFold {
    width: 55%;
  }
}

/* ipad */
@media screen and (min-width: 501px) and (max-width: 950px) {
  .contactUsMainDiv {
    width: 100%;
    height: 100vh;
  }

  .mirro-img {
    width: 600px;
  }

  .contactUsForm {
    width: 65%;
    position: absolute;
    right: 10%;
    top: 20%;
    overflow: hidden;
  }

  .contactUsText {
    position: absolute;
    top: 2%;
    left: 10%;
    width: 60%;
  }

  .bronzePlateImg {
    left: 30vw;
    width: 40vw;
  }

  .whitePlateImg {
    left: 25vw;
    width: 50vw;
    margin-top: 5%;
  }

  .exploreBtn {
    font-family: "GOTHAM_BOLD";
    font-size: 20px;
    position: absolute;
    bottom: 70px;
    left: 41%;
  }

  .secondFoldSwitchFirstImgDiv {
    width: 90%;
  }

  .secondFoldSwitchImgDiv {
    width: 90%;
  }

  .secondFoldSwitchImgDivThird {
    width: 90%;
  }

  .secondFoldFirstImg {
    width: 75%;
  }

  .secFoldColorSwitch {
    width: 100%;
  }

  .secondFoldText {
    font-size: 40px;
  }

  .secondFoldFirstTextDiv {
    position: relative;
    top: 7%;
    display: flex;
    justify-content: space-between;
  }

  .secondFoldTextDiv {
    position: relative;
    top: 18%;
    left: 0%;
    display: flex;
    justify-content: space-between;
  }

  .textMainDiv {
    padding-top: 50px;
  }

  .redColoredArrowSecFold {
    margin-left: 100px;
  }

  .thirdFoldDiv {
    height: 30vh;
  }

  .thirdFoldColorSwitch {
    width: 80%;
  }

  .thirdFoldText {
    font-size: 80px;
    background: linear-gradient(
      to right,
      rgb(109, 108, 108) 0%,
      rgb(255, 255, 255) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -40px;
    margin-top: -40px;
  }

  .thirdFoldMainDiv {
    width: 80%;
  }

  .thirdFoldImg {
    width: 85%;
  }

  .fourthFoldMainDiv {
    height: 40vh;
  }

  .fourthFoldTextDiv {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15%;
  }

  .fourthFoldText {
    color: rgb(237, 237, 237);
    /* text-shadow: 0px 4px 4px #fff, 0 0 0 #000, 0px 4px 4px #fff; */
    font-size: 80px;
    text-align: center;
    /* background-color: #565656;
        color: transparent;
        text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
        -webkit-background-clip: text;
            -moz-background-clip: text;
                background-clip: text; */
  }

  .leftSideDiv {
    background-color: rgb(148, 147, 147);
    width: 65%;
  }

  .rightSideDiv {
    background-color: rgb(207, 202, 202);
    width: 35%;
  }

  .fourthFoldSwitchesDiv {
    position: absolute;
    left: 40%;
  }

  .fourthFoldImg {
    width: 55%;
  }

  .fourthFoldColorSwitch {
    width: auto;
  }

  .fifthMainDiv {
    height: 35vh;
  }

  .orangeCircleImg {
    /* width: 100%;
    height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .redArrowEyesFold {
    width: 4%;
    position: absolute;
    bottom: 35%;
    right: 8%;
  }

  .fifthFoldMainTextDiv {
    position: absolute;
    top: 5%;
    left: 35%;
  }

  .fifthFoldMainTextImg {
    position: absolute;
    top: 0%;
    left: -10%;
    width: 100%;
  }

  .fifthFoldMainText {
    font-size: 80px;
    font-family: "GOTHAM_BOLD";
  }

  .fifthFoldMiddleImg {
    width: 40%;
    position: absolute;
    top: 25%;
    left: 16%;
  }

  .fifthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .colorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthMainDiv {
    height: 40vh;
  }

  .sixthFoldFirstHalf {
    height: 40%;
    background-color: white;
  }

  .sixthFoldSecondHalf {
    height: 60%;
    background-color: rgb(37, 37, 37);
  }

  .sixthFoldTextDiv {
    position: absolute;
    left: 10%;
    top: 55%;
  }

  .sixthFoldText {
    font-size: 80px;
    color: rgb(161, 159, 159);
  }

  .sixthFoldSwitchDiv {
    position: absolute;
    left: 50%;
    top: 20%;
  }

  .sixthFoldMiddleImg {
    width: 40%;
  }

  .seventhFoldMainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .seventhFoldMainText {
    font-size: 80px;
    font-family: "GOTHAM_BOLD";
  }

  .seventhFoldTextDiv {
    position: absolute;
    top: 15%;
  }

  .seventhFoldSwitchDiv {
    position: absolute;
    top: 28%;
    left: 25%;
  }

  .seventhFoldMiddleImg {
    width: 45%;
  }

  .eightthFoldImage {
    width: 85%;
  }

  .eightthFoldMainDiv {
    width: 90%;
    height: 50vh;
  }

  .eightthFoldLeftImage {
    width: 60%;
    z-index: 10;
  }

  .eightthFoldRightImage {
    width: 40%;
    margin-left: -5%;
    margin-top: 5%;
    z-index: 20;
  }

  .eightthFoldTextDiv {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .eightthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 45%;
    font-size: 30px;
    -webkit-text-stroke: 2px black;
  }

  .eightthRightSideText {
    width: 50%;
    font-size: 13px;
    line-height: 20px;
  }

  .eightthFoldImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* mini laptop */
@media screen and (min-width: 951px) and (max-width: 1200px) {
  .headerMainLogo {
    width: 130px;
  }

  .mirro-img {
    width: 800px;
  }

  .headerMainLogo {
    width: 120px;
  }

  /* .headerMainDiv {
        height: 8vh;
        width: 90%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        background-color: white;
    } */

  .contactUsMainDiv {
    width: 100%;
    height: 135vh;
  }

  .contactUsForm {
    width: 35%;
    position: absolute;
    right: 8%;
    top: 5%;
    overflow: hidden;
  }

  .contactUsText {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 32%;
    font-size: 30px;
  }

  .exploreBtn {
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 30px;
    left: 43%;
  }

  .redColoredArrowSecFold {
    width: 12%;
  }

  .secondFoldMainDiv {
    height: 93vh;
  }

  .secondFoldFirstTextDiv {
    position: relative;
    top: 7%;
    display: flex;
    justify-content: center;
  }

  .secondFoldTextDiv {
    position: relative;
    top: 15%;
    display: flex;
    justify-content: center;
  }

  .secondFoldSwitchFirstImgDiv {
    position: relative;
    top: 12%;
  }

  .secondFoldSwitchImgDiv {
    position: relative;
    top: 20%;
  }

  .secondFoldSwitchImgDivThird {
    position: relative;
    top: 20%;
    left: -2%;
  }

  .secondFoldFirstImg {
    width: 75%;
  }

  .secFoldColorSwitch {
    width: 70%;
  }

  .secondFoldText {
    font-size: 40px;
  }

  .redColoredArrowSecFold {
    margin-left: 80px;
  }

  .thirdFoldDiv {
    height: 93vh;
  }

  .thirdFoldColorSwitch {
    width: 50%;
  }

  .thirdFoldText {
    font-size: 100px;
    background: linear-gradient(
      to right,
      rgb(109, 108, 108) 0%,
      rgb(255, 255, 255) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -55px;
  }

  .thirdFoldMainDiv {
    width: 75%;
  }

  .thirdFoldImg {
    width: 80%;
  }

  .fourthFoldMainDiv {
    height: 93vh;
  }

  .fourthFoldTextDiv {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15%;
  }

  .fourthFoldText {
    color: rgb(237, 237, 237);
    /* text-shadow: 0px 4px 4px #fff, 0 0 0 #000, 0px 4px 4px #fff; */
    font-size: 90px;
    text-align: center;
    /* background-color: #565656;
        color: transparent;
        text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
        -webkit-background-clip: text;
            -moz-background-clip: text;
                background-clip: text; */
  }

  .leftSideDiv {
    background-color: rgb(148, 147, 147);
    width: 65%;
  }

  .rightSideDiv {
    background-color: rgb(207, 202, 202);
    width: 35%;
  }

  .fourthFoldSwitchesDiv {
    position: absolute;
    left: 40%;
  }

  .fourthFoldImg {
    width: 55%;
  }

  .fourthFoldColorSwitch {
    width: auto;
  }

  .fifthMainDiv {
    height: 95vh;
  }

  .orangeCircleImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .redArrowEyesFold {
    width: 3%;
    position: absolute;
    bottom: 38%;
    right: 6%;
  }

  .fifthFoldMainTextDiv {
    position: absolute;
    top: 15%;
    left: 40%;
  }

  .fifthFoldMainTextImg {
    position: absolute;
    top: 0%;
    left: -8%;
    width: 100%;
  }

  .fifthFoldMainText {
    font-size: 100px;
    font-family: "GOTHAM_BOLD";
  }

  .fifthFoldMiddleImg {
    width: 40%;
    position: absolute;
    top: 24%;
    left: 18%;
  }

  .fifthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .colorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthMainDiv {
    height: 90vh;
  }

  .sixthFoldFirstHalf {
    height: 40vh;
    background-color: white;
  }

  .sixthFoldSecondHalf {
    height: 60vh;
    background-color: rgb(37, 37, 37);
  }

  .sixthFoldTextDiv {
    position: absolute;
    left: 10%;
    top: 55%;
  }

  .sixthFoldText {
    font-size: 80px;
    color: rgb(161, 159, 159);
  }

  .sixthFoldSwitchDiv {
    position: absolute;
    left: 50%;
    top: 20%;
  }

  .sixthFoldMiddleImg {
    width: 40%;
  }

  .seventhFoldMainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93vh;
  }

  .seventhFoldMainText {
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
  }

  .seventhFoldTextDiv {
    position: absolute;
    top: 15%;
  }

  .seventhFoldSwitchDiv {
    position: absolute;
    top: 28%;
    left: 25%;
  }

  .seventhFoldMiddleImg {
    width: 45%;
  }

  .eightthFoldMainDiv {
    width: 90%;
  }

  .eightthFoldLeftImage {
    width: 48%;
    z-index: 10;
  }

  .eightthFoldRightImage {
    width: 35%;
    margin-left: -5%;
    margin-top: 5%;
    z-index: 20;
  }

  .eightthFoldTextDiv {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .eightthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 45%;
    font-size: 30px;
    -webkit-text-stroke: 2px black;
  }

  .eightthRightSideText {
    width: 50%;
    font-size: 14px;
    line-height: 25px;
  }

  .eightthFoldImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* laptop */
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  .contactUsMainDiv {
    width: 100%;
    height: 110vh;
  }

  .contactUsForm {
    width: 35%;
    position: absolute;
    right: 8%;
    top: 5%;
    overflow: hidden;
  }

  .contactUsText {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 35%;
    font-size: 40px;
  }

  .exploreBtn {
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 50px;
    left: 45%;
  }

  .mirro-img {
    width: 1000px;
  }

  .FirstFoldMainDiv {
    height: 100vh;
    width: 100%;
    background: linear-gradient(
      to bottom,
      #252525 0%,
      #363636 45%,
      #252525 46%,
      #252525 100%
    );
  }

  .imirro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .top-text {
    font-size: 220px;
    /* line-height: 330px; */
    background: linear-gradient(
      to bottom,
      #e2e2e2 0%,
      #696969 50%,
      #696969 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font: "GOTHAM_BOOK";
  }

  .bottom-text {
    font-size: 220px;
    /* line-height: 330px; */
    /* margin-top: -300px; */
    background: linear-gradient(
      to bottom,
      #e2e2e2 0%,
      #131313 50%,
      #696969 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    font: "GOTHAM_BOOK";
    transform: rotateX(180deg);
    opacity: 0.2;
    /* -moz-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
        transform: scale(-1, -1); */
  }

  .secondFoldMainDiv {
    height: 93vh;
  }

  .secondFoldFirstTextDiv {
    position: relative;
    top: 7%;
    display: flex;
    justify-content: center;
  }

  .secondFoldTextDiv {
    position: relative;
    top: 15%;
    display: flex;
    justify-content: center;
  }

  .secondFoldSwitchFirstImgDiv {
    position: relative;
    top: 12%;
  }

  .secondFoldSwitchImgDiv {
    position: relative;
    top: 20%;
  }

  .secondFoldSwitchImgDivThird {
    position: relative;
    top: 20%;
    left: -2%;
  }

  .secondFoldFirstImg {
    width: 75%;
  }

  .secFoldColorSwitch {
    width: 70%;
  }

  .secondFoldText {
    font-size: 55px;
  }

  .redColoredArrowSecFold {
    margin-left: 80px;
  }

  .thirdFoldDiv {
    height: 93vh;
  }

  .thirdFoldColorSwitch {
    width: 70%;
  }

  .thirdFoldText {
    font-size: 120px;
    background: linear-gradient(
      to right,
      rgb(109, 108, 108) 0%,
      rgb(255, 255, 255) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -80px;
  }

  .thirdFoldMainDiv {
    width: 75%;
  }

  .thirdFoldImg {
    width: 85%;
  }

  .fourthFoldMainDiv {
    height: 93vh;
  }

  .fourthFoldTextDiv {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15%;
  }

  .fourthFoldText {
    color: rgb(237, 237, 237);
    /* text-shadow: 0px 4px 4px #fff, 0 0 0 #000, 0px 4px 4px #fff; */
    font-size: 120px;
    text-align: center;
    /* background-color: #565656;
        color: transparent;
        text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
        -webkit-background-clip: text;
            -moz-background-clip: text;
                background-clip: text; */
  }

  .leftSideDiv {
    background-color: rgb(148, 147, 147);
    width: 65%;
  }

  .rightSideDiv {
    background-color: rgb(207, 202, 202);
    width: 35%;
  }

  .fourthFoldSwitchesDiv {
    position: absolute;
    left: 40%;
  }

  .fourthFoldImg {
    width: 55%;
  }

  .fourthFoldColorSwitch {
    width: auto;
  }

  .fifthMainDiv {
    height: 95vh;
  }

  .orangeCircleImg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .redArrowEyesFold {
    /* width: 3%; */
    position: absolute;
    bottom: 38%;
    right: 6%;
  }

  .fifthFoldMainTextDiv {
    position: absolute;
    top: 15%;
    left: 42%;
  }

  .fifthFoldMainTextImg {
    position: absolute;
    top: 5%;
    left: -8%;
    width: 100%;
  }

  .fifthFoldMainText {
    font-size: 140px;
    font-family: "GOTHAM_BOLD";
  }

  .fifthFoldMiddleImg {
    width: 40%;
    position: absolute;
    top: 28%;
    left: 18%;
  }

  .fifthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .colorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthMainDiv {
    height: 90vh;
  }

  .sixthFoldFirstHalf {
    height: 40vh;
    background-color: white;
  }

  .sixthFoldSecondHalf {
    height: 60vh;
    background-color: rgb(37, 37, 37);
  }

  .sixthFoldTextDiv {
    position: absolute;
    left: 10%;
    top: 50%;
  }

  .sixthFoldText {
    font-size: 110px;
    color: rgb(161, 159, 159);
  }

  .sixthFoldSwitchDiv {
    position: absolute;
    left: 50%;
    top: 20%;
  }

  .sixthFoldMiddleImg {
    width: 40%;
  }

  .seventhFoldMainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93vh;
  }

  .seventhFoldMainText {
    font-size: 130px;
    font-family: "GOTHAM_BOLD";
  }

  .seventhFoldTextDiv {
    position: absolute;
    top: 15%;
  }

  .seventhFoldSwitchDiv {
    position: absolute;
    top: 30%;
    left: 25%;
  }

  .seventhFoldMiddleImg {
    width: 45%;
  }

  .eightthFoldMainDiv {
    width: 90%;
  }

  .eightthFoldLeftImage {
    width: 50%;
    z-index: 10;
  }

  .eightthFoldRightImage {
    width: 35%;
    margin-left: -5%;
    margin-top: 5%;
    z-index: 20;
  }

  .eightthFoldTextDiv {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .eightthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 45%;
    font-size: 40px;
    -webkit-text-stroke: 2px black;
  }

  .eightthRightSideText {
    width: 50%;
    font-size: 15px;
    line-height: 25px;
  }

  .eightthFoldImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1900px) {
  .FirstFoldMainDiv {
    height: 100vh;
    width: 100%;
    background: linear-gradient(
      to bottom,
      #252525 0%,
      #363636 45%,
      #252525 46%,
      #252525 100%
    );
  }

  .eightthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 45%;
    font-size: 35px;
    -webkit-text-stroke: 2px black;
  }

  .mirro-img {
    width: 1100px;
  }

  .imirro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .top-text {
    font-size: 220px;
    /* line-height: 330px; */
    background: linear-gradient(
      to bottom,
      #e2e2e2 0%,
      #696969 50%,
      #696969 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font: "GOTHAM_BOOK";
  }

  .bottom-text {
    font-size: 220px;
    /* line-height: 330px; */
    /* margin-top: -300px; */
    background: linear-gradient(
      to bottom,
      #e2e2e2 0%,
      #131313 50%,
      #696969 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    font: "GOTHAM_BOOK";
    transform: rotateX(180deg);
    opacity: 0.2;
    /* -moz-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
        transform: scale(-1, -1); */
  }

  .thirdFoldDiv {
    height: 95vh;
  }

  .thirdFoldColorSwitch {
    width: 100%;
  }

  .thirdFoldText {
    font-size: 140px;
    background: linear-gradient(
      to right,
      rgb(109, 108, 108) 0%,
      rgb(255, 255, 255) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -70px;
  }

  .thirdFoldMainDiv {
    width: 75%;
  }

  .thirdFoldImg {
    width: 90%;
  }

  .fifthFoldSwitchDiv {
    position: absolute;
    top: 45%;
    left: 20%;
  }

  .redArrowEyesFold {
    width: 3%;
    position: absolute;
    bottom: 32%;
    right: 6%;
  }

  .contactUsMainDiv {
    width: 100%;
    height: 100vh;
  }

  .contactUsForm {
    width: 30%;
    position: absolute;
    right: 10%;
    top: 5%;
    overflow: hidden;
  }

  .contactUsText {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 35%;
  }
}

@media screen and (min-width: 2201px) {
  .headerMainLogo {
    width: 175px;
  }

  .contactUsMainDiv {
    width: 100%;
    height: 60vh;
  }

  .contactUsForm {
    width: 22%;
    position: absolute;
    right: 20%;
    top: 10%;
    overflow: hidden;
  }

  .contactUsText {
    position: absolute;
    top: 30%;
    left: 18%;
    width: 30%;
    font-size: 70px;
  }

  .mirro-img {
    width: 1700px;
  }

  .FirstFoldMainDiv {
    height: 100vh;
    width: 100%;
    background: linear-gradient(
      to bottom,
      #252525 0%,
      #363636 45%,
      #252525 46%,
      #252525 100%
    );
  }

  .imirro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .top-text {
    font-size: 220px;
    /* line-height: 330px; */
    background: linear-gradient(
      to bottom,
      #e2e2e2 0%,
      #696969 50%,
      #696969 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font: "GOTHAM_BOOK";
  }

  .bottom-text {
    font-size: 220px;
    /* line-height: 330px; */
    /* margin-top: -300px; */
    background: linear-gradient(
      to bottom,
      #e2e2e2 0%,
      #131313 50%,
      #696969 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    font: "GOTHAM_BOOK";
    transform: rotateX(180deg);
    opacity: 0.2;
    /* -moz-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
        transform: scale(-1, -1); */
  }

  .exploreBtn {
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 80px;
    left: 48%;
  }

  .secondFoldFirstTextDiv {
    position: relative;
    top: 10%;
    display: flex;
    justify-content: center;
  }

  .secondFoldTextDiv {
    position: relative;
    top: 15%;
    display: flex;
    justify-content: center;
  }

  .secondFoldSwitchFirstImgDiv {
    position: relative;
    top: 15%;
  }

  .secondFoldSwitchImgDiv {
    position: relative;
    top: 20%;
  }

  .secondFoldSwitchImgDivThird {
    position: relative;
    top: 20%;
    left: -2%;
  }

  .secondFoldFirstImg {
    width: 75%;
  }

  .secFoldColorSwitch {
    width: 100%;
  }

  .secondFoldText {
    font-size: 75px;
  }

  .redColoredArrowSecFold {
    margin-left: 80px;
  }

  .thirdFoldDiv {
    height: 100vh;
  }

  .thirdFoldColorSwitch {
    width: 100%;
  }

  .thirdFoldText {
    font-size: 220px;
    background: linear-gradient(
      to right,
      rgb(109, 108, 108) 0%,
      rgb(255, 255, 255) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: -120px;
  }

  .thirdFoldMainDiv {
    width: 75%;
  }

  .thirdFoldImg {
    width: 100%;
  }

  .fourthFoldMainDiv {
    height: 95vh;
  }

  .fourthFoldTextDiv {
    display: flex;
    align-items: center;
    height: 100%;
    margin-left: 15%;
  }

  .fourthFoldText {
    color: rgb(237, 237, 237);
    text-shadow: 0px 4px 4px #fff, 0 0 0 #000, 0px 4px 4px #fff;
    font-size: 250px;
    text-align: center;
    /* background-color: #565656;
        color: transparent;
        text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
        -webkit-background-clip: text;
            -moz-background-clip: text;
                background-clip: text; */
  }

  .leftSideDiv {
    background-color: rgb(148, 147, 147);
    width: 65%;
  }

  .rightSideDiv {
    background-color: rgb(207, 202, 202);
    width: 35%;
  }

  .fourthFoldSwitchesDiv {
    position: absolute;
    left: 50%;
  }

  .fourthFoldImg {
    width: 35%;
    transform: scale(1.2, 1.5);
  }

  .fourthFoldColorSwitch {
    width: auto;
  }

  .fifthMainDiv {
    height: 100vh;
  }

  .orangeCircleImg {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fifthFoldMainTextDiv {
    /* position: absolute;
    top: 15%;
    left: 46%; */
  }

  .fifthFoldMainTextImg {
    /* position: absolute; */
    /* top: 0%;
    left: 43%; */
    width: 100%;
  }

  .fifthFoldMainText {
    font-size: 280px;
    font-family: "GOTHAM_BOLD";
  }

  .fifthFoldMiddleImg {
    width: 45%;
    position: absolute;
    top: 20%;
    left: 20%;
  }

  .fifthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .colorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthColorSwitchBtn {
    width: 50%;
    margin-left: 30px;
  }

  .sixthMainDiv {
    height: 100vh;
  }

  .sixthFoldFirstHalf {
    height: 40vh;
    background-color: white;
  }

  .sixthFoldSecondHalf {
    height: 60vh;
    background-color: rgb(37, 37, 37);
  }

  .sixthFoldTextDiv {
    position: absolute;
    left: 10%;
    top: 50%;
  }

  .sixthFoldText {
    font-size: 240px;
    color: rgb(161, 159, 159);
  }

  .sixthFoldSwitchDiv {
    position: absolute;
    left: 50%;
    top: 20%;
  }

  .sixthFoldMiddleImg {
    width: 40%;
  }

  .seventhFoldMainDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  .seventhFoldMainText {
    font-size: 250px;
    font-family: "GOTHAM_BOLD";
  }

  .seventhFoldTextDiv {
    position: absolute;
    top: 12%;
  }

  .seventhFoldSwitchDiv {
    position: absolute;
    top: 25%;
    left: 25%;
  }

  .seventhFoldMiddleImg {
    width: 50%;
  }

  .eightthFoldMainDiv {
    width: 80%;
  }

  .eightthFoldLeftImage {
    width: 50%;
    z-index: 10;
  }

  .eightthFoldRightImage {
    width: 35%;
    margin-left: -5%;
    margin-top: 5%;
    z-index: 20;
  }

  .eightthFoldTextDiv {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .eightthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 45%;
    font-size: 70px;
    -webkit-text-stroke: 2px black;
  }

  .eightthRightSideText {
    width: 45%;
    font-size: 28px;
    line-height: 40px;
  }

  .eightthFoldImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* explore btn  */

.secbtn {
  display: inline-block;
  line-height: 60px;
  text-align: center;
  /* text-transform: uppercase; */
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0.045em;
  width: 150px;
}

.secbtn svg {
  position: absolute;
  top: 0;
}

.secbtn svg rect {
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.secbtn:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 68, 543;
  stroke-dashoffset: 437;
}

.svgFirstFoldMainClass {
  width: 150px;
  height: 60px;
}

.svgFirstFoldRectClass {
  width: 140px;
  height: 50px;
}
