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

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

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

.firstFoldImgDiv {
  height: 50vh;
}

.esquare-text-container {
  height: 50vh;
  padding-top: 80px;
}

.eSquareFirstFoldMainDiv {
  height: 100vh;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  /* position: absolute;
    top: 8%; */
  line-height: 1;
}

.eSquareFirstFoldImg {
  bottom: 0;
  transform: translateY(30%);
  object-fit: cover;
  margin: auto;
}

.eSquareFirstFoldText {
  font-size: 50px;
  transform: translate(-17px, 52px);
}

.eSquareFirstFoldMainText {
  font-family: "GOTHAM_BOLD";
  font-size: 200px;
}

.secondFoldImg {
  width: 100%;
}

.eSquareThirdFoldText {
  font-size: 100px;
  font-family: "GOTHAM_BOLD";
  width: 22%;
  line-height: 1;
}

.fourthFoldImageDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.fourthFoldImage {
  width: 50%;
  z-index: 10;
  margin-left: 10%;
  transform: scale(1.2, 1);
}

.fourthFoldRegulatorImage {
  /* width: 50%; */
  margin-left: -5%;
  margin-top: 5%;
  z-index: 20;
  width: 735px;
  height: 356px;
}

.eSquareFourthLeftSideText {
  font-family: "GOTHAM_BOLD";
  width: 40%;
  font-size: 55px;
  line-height: 60px;
  padding-top: 20px;
  -webkit-text-stroke: 2px black;
}

.fourthFoldTextDivs {
  padding-top: 50px;
  line-height: 1;
}

.eSquareFourthRightSideText {
  width: 50%;
  font-size: 27px;
  line-height: 38px;
  margin-top: 15px;
}

.fifthFoldMainDiv {
  padding-top: 130px;
  padding-bottom: 130px;
  line-height: 1;
}

.eSquareFifthLeftSideLogo {
  width: 15%;
}

.eSquareFifthLeftSideDiv {
  width: 40%;
}

.eSquareFifthRightSideDiv {
  width: 40%;
}

.eSquareFifthLeftSideText {
  font-size: 70px;
  line-height: 80px;
}

.eSquareFifthRightSideText {
  font-size: 30px;
  line-height: 35px;
}

.sixthFoldImg {
  /* width: 70%; */
  width: 180px;
  margin-top: 100px;
}

.sixthFoldMainDiv {
  background-image: url("assets/eSquare/fold6-bg.png");
  background-size: cover;
  line-height: 1;
}

.stroke-1 {
  position: absolute;
  left: 0%;
  top: -25%;
}

.stroke-2 {
  position: absolute;
  right: -20%;
  top: -20%;
}

.sixthFoldText {
  font-family: "GOTHAM_BOLD";
  font-size: 100px;
  text-transform: uppercase;
  text-align: right;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px rgb(0, 0, 0);
}

.eSquareFirstFoldImage {
  width: 80vw;
  transform: translateY(53%);
}

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

.contactUsFormLight {
  height: 30%;
  position: absolute;
  right: 22%;
  top: -120px;
}

.heightvh {
  height: 100vh;
}

.dismantle-container {
  overflow-x: hidden;
  overflow-y: hidden;
}

.explore-btn-container {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100vw;
  opacity: 0;
}

.explore-btn {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  /* background-color: black; */
  /* color: white; */
  font-size: 16px;
  font-family: "GOTHAM_BOLD";
  font-weight: 600;
  padding: 16px 32px 16px 32px;
  margin-bottom: 64px;
  /* border-radius: 64px; */
}

/* .explore-btn:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
} */

/* .explore-accessories-btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    opacity: 0;
    margin-top: 50px;
} */

.explore-accessories-btn {
  /* background-color: black;
    color: white; */
  font-size: 20px;
  font-family: "GOTHAM_BOLD";
  font-weight: 600;
  /* padding: 16px 32px 16px 32px; */
  /* border-radius: 64px; */
  /* width: 120px; */
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

/* .explore-accessories-btn:hover {
    background-color: white;
    color: black;
    border: 2px solid black;
} */

.fourthFoldMainDivs {
  height: 100vh;
}

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

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

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

.sixthFoldTextContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

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

  .eSquareFirstFoldMainDiv {
    height: 92vh;
    width: 100%;
  }

  .fourthFoldMainDivs {
    height: 120vh;
  }

  /* .esquare-text-container {
        transform: translateY(5%);
    } */

  .eSquareFirstFoldMainDiv {
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .eSquareFirstFoldImg {
    transform: translateY(55%);
    object-fit: cover;
    margin: auto;
  }

  .eSquareFirstFoldMainText {
    /* font-size: 70px; */
    font-family: "GOTHAM_BOLD";
  }

  .eSquareFirstFoldImg {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    transform: scale(1, 2);
  }

  .eSquareThirdFoldText {
    font-size: 45px;
    width: 60%;
  }

  .fourthFoldImageDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .fourthFoldImage {
    width: 95%;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1, 1);
  }

  .fourthFoldRegulatorImage {
    width: 100%;
    height: auto;
    margin-left: 6%;
    /* margin-right: auto; */
    margin-top: 2%;
    z-index: 20;
  }

  .fourthFoldTextDivs {
    padding-top: 0px;
  }

  .eSquareFourthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 100%;
    font-size: 30px;
    padding-top: 5px;
    line-height: 38px;
    -webkit-text-stroke: 1px black;
  }

  .eSquareFourthRightSideText {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
  }

  .eSquareFifthLeftSideDiv {
    width: 100%;
  }

  .eSquareFifthRightSideDiv {
    width: 100%;
  }

  .eSquareFifthLeftSideText {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .eSquareFifthRightSideText {
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
  }

  .eSquareFifthLeftSideLogo {
    width: 18%;
  }

  .sixthFoldImg {
    /* width: 80%; */
    width: 120px;
    margin-top: 70px;
  }

  .stroke-1 {
    position: absolute;
    left: 0%;
    top: -35%;
  }

  .stroke-2 {
    position: absolute;
    right: -20%;
    top: 30%;
  }

  .sixthFoldText {
    font-family: "GOTHAM_BOLD";
    font-size: 30px;
    text-transform: uppercase;
    text-align: right;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
  }

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

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

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

  .contactUsFormLight {
    height: 15%;
    position: absolute;
    right: 10%;
    top: -70px;
  }

  .heightvh {
    height: 70vh;
  }

  .esquare-text-container {
    scale: 1;
    justify-content: end !important;
  }

  .eSquareFirstFoldText {
    font-size: 15px;
    transform: translate(-5px, 14px) !important;
  }

  .eSquareFirstFoldMainText {
    font-size: 60px;
    text-shadow: rgb(255 255 255) 1px 0px, rgb(255 255 255) -1px 0px,
      rgb(255 255 255) 0px 1px, rgb(255 255 255) 0px -1px,
      rgb(255 255 255) 1px 1px, rgb(255 255 255) -1px -1px,
      rgb(255 255 255) 1px -1px, rgb(255 255 255) -1px 1px !important;
  }

  .firstFoldImgDiv {
    align-items: start !important;
  }

  .explore-btn {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /* background-color: black;
        color: white; */
    font-size: 16px;
    /* font-family: "GOTHAM_BOLD"; */
    /* font-weight: bold; */
    /* padding: 8px 32px 8px 32px; */
    margin-bottom: 64px;
    /* border-radius: 64px; */
  }
}

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

  .eSquareFirstFoldMainDiv {
    height: 92vh;
    width: 100%;
  }

  .fourthFoldMainDivs {
    height: 110vh;
  }

  .stroke-1 {
    position: absolute;
    left: 0%;
    top: -35%;
  }

  .stroke-2 {
    position: absolute;
    right: -20%;
    top: 30%;
  }

  /* .esquare-text-container {
        transform: translateY(5%);
    } */

  .eSquareFirstFoldMainDiv {
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .eSquareFirstFoldImg {
    transform: translateY(55%);
    object-fit: cover;
    margin: auto;
  }

  .eSquareFirstFoldMainText {
    /* font-size: 70px; */
    font-family: "GOTHAM_BOLD";
  }

  .eSquareFirstFoldImg {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: 90%;
    transform: scale(1, 2);
  }

  .eSquareThirdFoldText {
    font-size: 55px;
    width: 60%;
  }

  .fourthFoldImageDiv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .fourthFoldImage {
    width: 95%;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    transform: scale(1, 1);
  }

  .fourthFoldRegulatorImage {
    width: 100%;
    height: auto;
    margin-left: 6%;
    /* margin-right: auto; */
    margin-top: 5%;
    z-index: 20;
  }

  .fourthFoldTextDivs {
    padding-top: 0px;
  }

  .eSquareFourthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 100%;
    font-size: 32px;
    padding-top: 10px;
    line-height: 38px;
    -webkit-text-stroke: 1px black;
  }

  .eSquareFourthRightSideText {
    width: 100%;
    font-size: 17px;
    margin-top: 15px;
    line-height: 25px;
  }

  .eSquareFifthLeftSideDiv {
    width: 100%;
  }

  .eSquareFifthRightSideDiv {
    width: 100%;
  }

  .eSquareFifthLeftSideText {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .eSquareFifthRightSideText {
    font-size: 19px;
    line-height: 28px;
    margin-top: 20px;
  }

  .eSquareFifthLeftSideLogo {
    width: 18%;
  }

  .sixthFoldImg {
    /* width: 100%; */
    width: 150px;
    margin-top: 70px;
  }

  .sixthFoldText {
    font-family: "GOTHAM_BOLD";
    font-size: 30px;
    text-transform: uppercase;
    text-align: right;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
  }

  .seventhFoldFifthImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* background-repeat: no-repeat; */
  }

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

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

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

  .contactUsFormLight {
    height: 15%;
    position: absolute;
    right: 10%;
    top: -70px;
  }

  .heightvh {
    height: 70vh;
  }

  .esquare-text-container {
    scale: 1;
    justify-content: end !important;
  }

  .eSquareFirstFoldText {
    font-size: 15px;
    transform: translate(-5px, 14px);
  }

  .eSquareFirstFoldMainText {
    font-size: 60px;
    text-shadow: rgb(255 255 255) 1px 0px, rgb(255 255 255) -1px 0px,
      rgb(255 255 255) 0px 1px, rgb(255 255 255) 0px -1px,
      rgb(255 255 255) 1px 1px, rgb(255 255 255) -1px -1px,
      rgb(255 255 255) 1px -1px, rgb(255 255 255) -1px 1px !important;
  }

  .firstFoldImgDiv {
    align-items: start !important;
  }

  .explore-btn {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /* background-color: black;
        color: white; */
    font-size: 16px;
    /* font-family: "GOTHAM_BOLD";
    font-weight: bold; */
    /* padding: 8px 32px 8px 32px; */
    margin-bottom: 64px;
    /* border-radius: 64px; */
  }
}

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

  .eSquareFirstFoldMainText {
    /* font-size: 150px; */
    font-family: "GOTHAM_BOLD";
  }

  .eSquareFirstFoldImg {
    transform: translateY(65%);
    object-fit: cover;
    margin: auto;
  }

  .eSquareThirdFoldText {
    font-size: 75px;
    width: 45%;
  }

  .eSquareFourthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 100%;
    font-size: 60px;
    padding-top: 20px;
    -webkit-text-stroke: 1px black;
  }

  .fourthFoldTextDivs {
    padding-top: 50px;
  }

  .eSquareFourthRightSideText {
    width: 100%;
    font-size: 23px;
    margin-top: 30px;
  }

  .eSquareFifthLeftSideDiv {
    width: 100%;
    /* font-size: 50px; */
  }

  .eSquareFifthRightSideDiv {
    width: 100%;
    /* font-size: 22px; */
    margin-top: 80px;
  }

  .eSquareFifthLeftSideText {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 0px;
  }

  .eSquareFifthRightSideText {
    font-size: 27px;
    line-height: 35px;
    margin-top: 20px;
  }

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

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

  .contactUsText {
    position: absolute;
    top: 3%;
    left: 5%;
    width: 60%;
  }

  .contactUsFormLight {
    height: 22%;
    position: absolute;
    right: 10%;
    top: -80px;
  }

  .sixthFoldImg {
    /* width: 70%; */
    width: 120px;
    margin-top: 70px;
  }

  .stroke-1 {
    position: absolute;
    left: -35%;
    top: -50%;
  }

  .stroke-2 {
    position: absolute;
    right: -50%;
    top: -20%;
  }

  .sixthFoldText {
    font-family: "GOTHAM_BOLD";
    font-size: 40px;
    /* margin-top: 32px; */
  }

  .esquare-text-container {
    scale: 0.7;
    justify-content: end !important;
  }

  .firstFoldImgDiv {
    align-items: start !important;
  }
}

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

  .esquare-text-container {
    scale: 0.9;
  }

  .eSquareFirstFoldImg {
    bottom: 0;
    transform: translateY(30%);
    object-fit: cover;
    margin: auto;
  }

  .eSquareFirstFoldImage {
    width: 70vw;
    transform: translateY(53%);
  }

  .eSquareFirstFoldMainText {
    /* font-size: 150px; */
    font-family: "GOTHAM_BOLD";
  }

  .secondFoldImg {
    width: 100%;
  }

  .eSquareThirdFoldText {
    font-size: 65px;
    width: 35%;
  }

  .fourthFoldImage {
    width: 45%;
    z-index: 10;
    margin-left: 10%;
    transform: scale(1.2, 1);
  }

  .fourthFoldTextDivs {
    padding-top: 15px;
  }

  .eSquareFourthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 40%;
    font-size: 32px;
    line-height: 40px;
    -webkit-text-stroke: 1px black;
  }

  .eSquareFourthRightSideText {
    width: 50%;
    font-size: 14px;
    line-height: 20px;
  }

  .eSquareFifthLeftSideLogo {
    width: 15%;
  }

  .eSquareFifthLeftSideDiv {
    width: 40%;
  }

  .eSquareFifthRightSideDiv {
    width: 50%;
  }

  .eSquareFifthLeftSideText {
    font-size: 35px;
    line-height: 40px;
  }

  .eSquareFifthRightSideText {
    font-size: 21px;
    line-height: 25px;
  }

  .stroke-1 {
    position: absolute;
    left: -30%;
    top: -40%;
  }

  .stroke-2 {
    position: absolute;
    right: -40%;
    top: -40%;
  }

  .sixthFoldImg {
    /* width: 70%; */
    width: 120px;
    /* margin-top: 70px; */
  }

  .sixthFoldText {
    font-family: "GOTHAM_BOLD";
    font-size: 50px;
    text-transform: uppercase;
    text-align: right;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
  }

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

  .contactUsFormLight {
    height: 22%;
    position: absolute;
    right: 15%;
    top: -100px;
  }

  .fourthFoldRegulatorImage {
    /* width: 50%; */
    margin-left: -5%;
    margin-top: 5%;
    z-index: 20;
    width: 450px;
    height: 230px;
  }
}

/* laptop */
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  /* .esquare-text-container {
        transform: translateY(50%);
    } */

  .eSquareFirstFoldImg {
    bottom: 0;
    transform: translateY(35%);
    object-fit: cover;
    margin: auto;
  }

  .headerMainLogo {
    width: 130px;
  }

  .eSquareFirstFoldMainText {
    /* font-size: 150px; */
    font-family: "GOTHAM_BOLD";
  }

  .secondFoldImg {
    width: 100%;
  }

  .eSquareThirdFoldText {
    font-size: 75px;
    width: 28%;
  }

  .fourthFoldTextDivs {
    padding-top: 30px;
  }

  .eSquareFourthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 40%;
    font-size: 35px;
    line-height: 40px;
    -webkit-text-stroke: 1px black;
  }

  .eSquareFourthRightSideText {
    width: 50%;
    font-size: 18px;
    line-height: 30px;
  }

  .eSquareFifthLeftSideLogo {
    width: 15%;
  }

  .eSquareFifthLeftSideDiv {
    width: 40%;
  }

  .eSquareFifthRightSideDiv {
    width: 50%;
  }

  .eSquareFifthLeftSideText {
    font-size: 35px;
    line-height: 40px;
  }

  .eSquareFifthRightSideText {
    font-size: 21px;
    line-height: 25px;
  }

  .stroke-1 {
    position: absolute;
    left: -20%;
    top: -40%;
  }

  .stroke-2 {
    position: absolute;
    right: -50%;
    top: -40%;
  }

  .sixthFoldImg {
    /* width: 70%; */
    width: 150px;
    /* margin-top: 70px; */
  }

  .sixthFoldText {
    font-family: "GOTHAM_BOLD";
    font-size: 70px;
    text-transform: uppercase;
    text-align: right;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
  }

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

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

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

  .contactUsFormLight {
    height: 28%;
    position: absolute;
    right: 17%;
    top: -130px;
  }
}

/* laptop */
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  /* .esquare-text-container {
        transform: translateY(50%);
    } */

  .eSquareFirstFoldImg {
    bottom: 0;
    transform: translateY(35%);
    object-fit: cover;
    margin: auto;
  }

  .headerMainLogo {
    width: 130px;
  }

  .eSquareFirstFoldMainText {
    /* font-size: 150px; */
    font-family: "GOTHAM_BOLD";
  }

  .secondFoldImg {
    width: 100%;
  }

  .eSquareThirdFoldText {
    font-size: 75px;
    width: 25%;
  }

  .eSquareFourthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 40%;
    font-size: 35px;
    line-height: 40px;
    -webkit-text-stroke: 1px black;
  }

  .eSquareFourthRightSideText {
    width: 50%;
    font-size: 20px;
    line-height: 30px;
  }

  .eSquareFifthLeftSideLogo {
    width: 15%;
  }

  .eSquareFifthLeftSideDiv {
    width: 40%;
  }

  .eSquareFifthRightSideDiv {
    width: 50%;
  }

  .eSquareFifthLeftSideText {
    font-size: 35px;
    line-height: 40px;
  }

  .eSquareFifthRightSideText {
    font-size: 19px;
    line-height: 25px;
  }

  .stroke-1 {
    position: absolute;
    left: -20%;
    top: -40%;
  }

  .stroke-2 {
    position: absolute;
    right: -50%;
    top: -40%;
  }

  .sixthFoldImg {
    /* width: 70%; */
    width: 150px;
    /* margin-top: 70px; */
  }

  .sixthFoldText {
    font-family: "GOTHAM_BOLD";
    font-size: 70px;
    text-transform: uppercase;
    text-align: right;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
  }

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

  .contactUsFormLight {
    height: 28%;
    position: absolute;
    right: 17%;
    top: -130px;
  }
}

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

  .eSquareFirstFoldMainDiv {
    padding-top: 80px;
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .eSquareFirstFoldImg {
    bottom: 0;
    transform: translateY(30%);
    object-fit: cover;
    margin: auto;
  }

  .eSquareFirstFoldMainText {
    /* font-size: 150px;
        font-family: 'GOTHAM_BOLD'; */
    /* transform: translateY(-23%); */
    /* font-size: 300px; */
    /* -webkit-text-stroke: 1px white; */
  }

  .secondFoldImg {
    width: 100%;
  }

  .eSquareThirdFoldText {
    font-size: 150px;
    font-family: "GOTHAM_BOLD";
    width: 30%;
  }

  .fourthFoldImage {
    width: 60%;
    z-index: 10;
    margin-left: 8%;
    transform: scale(1.2, 1);
  }

  .fourthFoldTextDivs {
    padding-top: 110px;
  }

  .eSquareFourthLeftSideText {
    font-family: "GOTHAM_BOLD";
    width: 40%;
    font-size: 70px;
    line-height: 70px;
  }

  .eSquareFourthRightSideText {
    width: 50%;
    font-size: 38px;
    line-height: 47px;
  }

  .fifthFoldMainDiv {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .eSquareFifthLeftSideLogo {
    width: 15%;
  }

  .eSquareFifthLeftSideDiv {
    width: 40%;
  }

  .eSquareFifthRightSideDiv {
    width: 40%;
  }

  .eSquareFifthLeftSideText {
    font-size: 80px;
    line-height: 80px;
  }

  .eSquareFifthRightSideText {
    font-size: 42px;
    line-height: 45px;
  }

  .stroke-1 {
    position: absolute;
    left: 0%;
    top: -40%;
  }

  .stroke-2 {
    position: absolute;
    right: 0%;
    top: -50%;
  }

  .sixthFoldImg {
    /* width: 70%; */
    width: 150px;
    /* margin-top: 70px; */
  }

  .sixthFoldText {
    font-family: "GOTHAM_BOLD";
    font-size: 100px;
    text-transform: uppercase;
    text-align: right;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
  }

  .seventhFoldFifthImg {
    transform: scale(1.5, 1.2);
    padding-top: 50px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

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

  .contactUsFormLight {
    height: 33%;
    position: absolute;
    right: 20%;
    top: -140px;
  }

  .heightvh {
    height: 100vh;
  }

  .dismantle-container {
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .explore-btn-container {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100vw;
    opacity: 0;
  }

  .explore-btn {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    /* background-color: black;
        color: white; */
    font-size: 24px;
    /* font-family: "GOTHAM_BOLD";
    font-weight: bold; */
    /* padding: 16px 32px 16px 32px; */
    margin-bottom: 64px;
    /* border-radius: 64px; */
  }
}

@media screen and (min-width: 1441px) {
  .esquare-text-container {
    scale: 1.35;
    transform: translateY(100px);
  }
}

/* explore btn  */

.btn {
  position: relative;
  display: inline-block;
  width: 230px;
  height: 50px;
  /* font-weight: 900;
    font-family: 'GOTHAM_BOLD'; */
  line-height: 0px;
  text-align: center;
  /* text-transform: uppercase; */
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 0.045em;
}

.btn svg {
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.svgFirstFoldMainClass {
  width: 230px;
  height: 55px;
}

.svgFirstFoldRectClass {
  width: 220px;
  height: 45px;
}

.secbtn {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 50px;
  /* font-weight: 900;
    font-family: 'GOTHAM_BOLD'; */
  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;
  left: 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;
}

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

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