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

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

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

.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%;
  line-height: 1;
}

.FirstFoldMainText {
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff,
    -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  font-size: 200px;
  font-family: "GOTHAM_BOLD";
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.FirstFoldImgDiv {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 10%;
  left: 12%;
}

.FirstFoldImg {
  width: 50%;
}

.exploreBtn {
  font-size: 16px;
  font-family: "GOTHAM_BOLD";
  position: absolute;
  bottom: 10%;
  left: 47%;
  width: 150px;
  height: 50px;
}

.secondFoldMainDiv {
  height: 40vh;
  width: 100%;
  line-height: 1;
}

.secondFoldImgDiv {
  position: absolute;
  left: 27%;
  bottom: 50%;
}

.secondFoldImgs {
  width: 100%;
}

.secondFoldMainText {
  font-size: 150px;
  font-family: "GOTHAM_BOLD";
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(163 163 163);
  margin-bottom: -1px;
}

.thirdFoldMainDiv {
  height: 40vh;
  width: 100%;
  line-height: 1;
}

.thirdFoldImgsDiv {
  position: absolute;
  left: 60%;
  bottom: 0;
  /* width: 50%; */
}

.thirdFoldMainText {
  font-size: 130px;
  font-family: "GOTHAM_BOLD";
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(163 163 163);
  margin-bottom: -1px;
}

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

.fourthFoldImgs {
  position: absolute;
  left: 28%;
  bottom: 15%;
  width: 28%;
}

.fourthFoldMainText {
  font-size: 130px;
  font-family: "GOTHAM_BOLD";
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(163 163 163);
  margin-bottom: -1px;
}

.fifthFoldMainDiv {
  height: 40vh;
  width: 100%;
  line-height: 1;
}

.fifthFoldImgs {
  position: absolute;
  left: 50%;
  bottom: 38%;
  width: 25%;
}

.fifthFoldMainText {
  font-size: 130px;
  font-family: "GOTHAM_BOLD";
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-stroke: 2px rgb(163 163 163);
  margin-bottom: -1px;
}

/* .sameHeight {
    height: 35vh;
    width: 100%;
} */

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

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

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

  /* .FirstFoldMainDiv {
        height: 92vh;
        width: 100%;
    } */

  .FirstFoldMainText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .FirstFoldImgDiv {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 32%;
    left: 5%;
  }

  .FirstFoldImg {
    width: 50%;
  }

  .exploreBtn {
    font-size: 15px;
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 10%;
    left: 33%;
    /* width: 150px; */
    width: 140px;
    height: 30px;
  }

  .svgFirstFoldMainClass {
    width: 140px;
    height: 30px;
  }

  .svgFirstFoldRectClass {
    width: 110px;
    height: 20px;
  }

  .arrowImg {
    width: 5%;
  }

  .secondFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .secondFoldImgDiv {
    position: absolute;
    left: 20%;
    bottom: 60%;
  }

  .secondFoldImgs {
    width: 25%;
  }

  .secondFoldMainText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .thirdFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .thirdFoldImgsDiv {
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 20%;
  }

  .thirdFoldMainText {
    font-size: 25px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fourthFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .fourthFoldImgs {
    position: absolute;
    left: 20%;
    bottom: 15%;
    width: 35%;
  }

  .fourthFoldMainText {
    font-size: 32px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fifthFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .fifthFoldImgs {
    position: absolute;
    left: 45%;
    bottom: 40%;
    width: 30%;
  }

  .fifthFoldMainText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }
}

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

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

  /* .FirstFoldMainDiv {
        height: 92vh;
        width: 100%;
    } */

  .FirstFoldMainText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .FirstFoldImgDiv {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 35%;
    left: 0%;
  }

  .FirstFoldImg {
    width: 50%;
  }

  .exploreBtn {
    font-size: 15px;
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 10%;
    left: 35%;
    /* width: 200px;
        height: 50px; */
    width: 140px;
    height: 40px;
  }

  /* .secbtn {
    width: 140px;
    height: 52px;
  } */

  .svgFirstFoldMainClass {
    width: 140px;
    height: 40px;
  }

  .svgFirstFoldRectClass {
    width: 110px;
    height: 30px;
  }

  .arrowImg {
    width: 5%;
  }

  .secondFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .secondFoldImgDiv {
    position: absolute;
    left: 20%;
    bottom: 60%;
  }

  .secondFoldImgs {
    width: 30%;
  }

  .secondFoldMainText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .thirdFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .thirdFoldImgsDiv {
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 25%;
  }

  .thirdFoldMainText {
    font-size: 28px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fourthFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .fourthFoldImgs {
    position: absolute;
    left: 15%;
    bottom: 20%;
    width: 45%;
  }

  .fourthFoldMainText {
    font-size: 32px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fifthFoldMainDiv {
    height: 15vh;
    width: 100%;
  }

  .fifthFoldImgs {
    position: absolute;
    left: 42%;
    bottom: 40%;
    width: 35%;
  }

  .fifthFoldMainText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 0px rgb(163 163 163);
    margin-bottom: 1px;
  }
}

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

  .contactUsForm {
    width: 60%;
    position: absolute;
    right: 10%;
    top: 23%;
    overflow: hidden;
  }

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

  /* .FirstFoldMainDiv {
        height: 92vh;
        width: 100%;
    } */

  .FirstFoldMainText {
    font-size: 80px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .FirstFoldImgDiv {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 30%;
    left: 5%;
  }

  .FirstFoldImg {
    width: 50%;
  }

  .exploreBtn {
    font-size: 20px;
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 10%;
    left: 42%;
    /* width: 200px;
        height: 50px; */
  }

  .arrowImg {
    width: 5%;
  }

  .secondFoldMainDiv {
    height: 20vh;
    width: 100%;
  }

  .secondFoldImgDiv {
    position: absolute;
    left: 22%;
    bottom: 50%;
  }

  .secondFoldImgs {
    width: 60%;
  }

  .secondFoldMainText {
    font-size: 80px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .thirdFoldMainDiv {
    height: 20vh;
    width: 100%;
  }

  .thirdFoldImgsDiv {
    position: absolute;
    left: 55%;
    bottom: 0;
    width: 23%;
  }

  .thirdFoldMainText {
    font-size: 60px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fourthFoldMainDiv {
    height: 20vh;
    width: 100%;
  }

  .fourthFoldImgs {
    position: absolute;
    left: 20%;
    bottom: 10%;
    width: 40%;
  }

  .fourthFoldMainText {
    font-size: 60px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fifthFoldMainDiv {
    height: 20vh;
    width: 100%;
  }

  .fifthFoldImgs {
    left: 45%;
    width: 30%;
  }

  .fifthFoldMainText {
    font-size: 60px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }
}

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

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

  /* .FirstFoldMainDiv {
        height: 92vh;
        width: 100%;
    } */

  .FirstFoldMainText {
    font-size: 105px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .FirstFoldImgDiv {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 15%;
    left: 15%;
  }

  .FirstFoldImg {
    width: 60%;
  }

  .exploreBtn {
    font-size: 15px;
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 10%;
    left: 45%;
    /* width: 160px;
        height: 40px; */
  }

  .secondFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .secondFoldImgDiv {
    position: absolute;
    left: 28%;
    bottom: 55%;
  }

  .secondFoldImgs {
    width: 50%;
  }

  .secondFoldMainText {
    font-size: 80px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .thirdFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .thirdFoldImgsDiv {
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 15%;
  }

  .thirdFoldMainText {
    font-size: 70px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fourthFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .fourthFoldImgs {
    position: absolute;
    left: 25%;
    bottom: 15%;
    width: 30%;
  }

  .fourthFoldMainText {
    font-size: 70px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }

  .fifthFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  /* .fifthFoldImgs {
        position: absolute;
        left: 58%;
        bottom: 30%;
        width: 20%;
    } */

  .fifthFoldMainText {
    font-size: 70px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke: 1px rgb(163 163 163);
    margin-bottom: 1px;
  }
}

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

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

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

  /* .FirstFoldMainDiv {
        height: 92vh;
        width: 100%;
    } */

  .FirstFoldMainText {
    font-size: 130px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .FirstFoldImgDiv {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 18%;
    left: 15%;
  }

  .FirstFoldImg {
    width: 70%;
  }

  .exploreBtn {
    font-size: 15px;
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 8%;
    left: 45%;
    /* width: 160px;
        height: 40px; */
  }

  .secondFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .secondFoldImgDiv {
    position: absolute;
    left: 30%;
    bottom: 40%;
  }

  .secondFoldImgs {
    width: 75%;
  }

  .secondFoldMainText {
    font-size: 100px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1px;
  }

  .thirdFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .thirdFoldImgsDiv {
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 13%;
  }

  .thirdFoldMainText {
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1px;
  }

  .fourthFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .fourthFoldImgs {
    position: absolute;
    left: 28%;
    bottom: 20%;
    width: 30%;
  }

  .fourthFoldMainText {
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1px;
  }

  .fifthFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  /* .fifthFoldImgs {
        position: absolute;
        left: 50%;
        bottom: 32%;
        width: 20%;
    } */

  .fifthFoldMainText {
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1px;
  }
}

/* desktop */
@media screen and (min-width: 1501px) and (max-width: 1900px) {
  .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%;
  }

  /* .FirstFoldMainDiv {
        height: 92vh;
        width: 100%;
    } */

  .FirstFoldMainText {
    font-size: 130px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .FirstFoldImgDiv {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 10%;
    left: 15%;
  }

  .FirstFoldImg {
    width: 65%;
  }

  .exploreBtn {
    font-size: 15px;
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 8%;
    left: 45%;
    /* width: 160px;
        height: 40px; */
  }

  .secondFoldImgs {
    width: 100%;
  }

  .secondFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .secondFoldImgDiv {
    position: absolute;
    left: 35%;
    bottom: 40%;
  }

  .secondFoldMainText {
    font-size: 100px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .thirdFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .thirdFoldImgsDiv {
    position: absolute;
    left: 60%;
    bottom: 0;
    width: 13%;
  }

  .thirdFoldMainText {
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .fourthFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  .fourthFoldImgs {
    position: absolute;
    left: 30%;
    bottom: 10%;
    width: 20%;
  }

  .fourthFoldMainText {
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .fifthFoldMainDiv {
    height: 35vh;
    width: 100%;
  }

  /* .fifthFoldImgs {
        position: absolute;
        left: 52%;
        width: 20%;
    } */

  .fifthFoldMainText {
    font-size: 90px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }
}

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

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

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

  .FirstFoldMainText {
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff,
      -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    font-size: 250px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0px;
  }

  .FirstFoldImgDiv {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 15%;
    left: 12%;
  }

  .FirstFoldImg {
    width: 70%;
  }

  .exploreBtn {
    font-size: 20px;
    font-family: "GOTHAM_BOLD";
    position: absolute;
    bottom: 10%;
    left: 48%;
    /* width: 200px;
        height: 50px; */
  }

  .secondFoldImgs {
    width: 100%;
  }

  .secondFoldMainDiv {
    height: 30vh;
    width: 100%;
  }

  .secondFoldImgDiv {
    position: absolute;
    left: 33%;
    bottom: 55%;
  }

  .secondFoldMainText {
    font-size: 150px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .thirdFoldMainDiv {
    height: 30vh;
    width: 100%;
  }

  .thirdFoldImgsDiv {
    position: absolute;
    left: 60%;
    bottom: 0;
    /* width: 80%; */
  }

  .thirdFoldMainText {
    font-size: 130px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .fourthFoldMainDiv {
    height: 30vh;
    width: 100%;
  }

  .fourthFoldImgs {
    position: absolute;
    left: 32%;
    bottom: 15%;
    width: 25%;
  }

  .fourthFoldMainText {
    font-size: 130px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }

  .fifthFoldMainDiv {
    height: 30vh;
    width: 100%;
  }

  .fifthFoldImgs {
    position: absolute;
    left: 48%;
    /* bottom: 10%; */
    width: 20%;
  }

  .fifthFoldMainText {
    font-size: 130px;
    font-family: "GOTHAM_BOLD";
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }
}

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

.secbtn svg {
  position: absolute;
  top: 0;
  right: 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;
}
