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

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

.headerMainLogo {
  width: 175px;
}

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

hr.solid {
  border-top: 2px solid rgb(212, 209, 209);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heights {
  height: 100vh;
}

.firstFoldMainDiv {
  background-image: linear-gradient(
    rgba(207, 207, 206, 0.9),
    rgb(243, 243, 240)
  );
}

.firstFoldSecondDiv {
  width: 70%;
  padding-top: 150px;
}

.firstFoldImg {
  width: 60%;
  margin-top: -80px;
  margin-bottom: 60px;
}

.firstFoldTextOne {
  font-size: 65px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-stroke: 2px rgb(82 82 82);
}

.firstFoldTextTwo {
  text-align: center;
  font-size: 170px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 3px rgb(0, 0, 0);
  margin-top: -70px;
}

.firstFoldTextsLast {
  font-size: 20px;
  /* line-height: 25px; */
}

.secondFoldMainDiv {
  width: 70%;
}

.secondFoldText {
  font-size: 50px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-stroke: 2px rgb(163, 163, 163);
}

.secondFoldTexts {
  font-size: 20px;
  /* line-height: 25px; */
}

.secondFoldImg {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.thirdFoldMainDiv {
  width: 70%;
}

.thirdFoldText {
  font-size: 35px;
  font-family: "GOTHAM_BOLD";
  /* -webkit-text-stroke: 2px rgb(163, 163, 163); */
}

.icons-div {
  width: 30%;
}

.thirdFoldLabel {
  /* line-height: 22px; */
  font-size: 18px;
  font-weight: 900;
  font-family: "GOTHAM_BOLD";
}

.fourthFoldMainDiv {
  width: 70%;
}

.fourthFoldText {
  font-size: 50px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-stroke: 2px rgb(163, 163, 163);
}

.fourthFoldTexts {
  font-size: 20px;
  /* line-height: 25px; */
}

.fourthFoldImg {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.fifthFoldMainDiv {
  width: 70%;
}

.fifthFoldText {
  font-size: 50px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-stroke: 2px rgb(163, 163, 163);
}

.fifthFoldTexts {
  font-size: 20px;
  /* line-height: 25px; */
}

.fifthFoldImg {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sixthFoldMainDiv {
  width: 70%;
}

.sixthFoldText {
  font-size: 50px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-stroke: 2px rgb(163, 163, 163);
}

.sixthFoldTexts {
  font-size: 20px;
  /* line-height: 25px; */
}

.sixthFoldImg {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

  /* .heights {
        height: 90vh;
    } */

  .firstFoldSecondDiv {
    width: 90%;
    padding-top: 120px;
  }

  .firstFoldImg {
    width: 70%;
    margin-top: -10px;
    margin-bottom: 50px;
  }

  .firstFoldTextOne {
    font-size: 20px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(82 82 82);
  }

  .firstFoldTextTwo {
    text-align: center;
    font-size: 60px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    margin-top: -10px;
  }

  .firstFoldTextsLast {
    font-size: 14px;
    /* line-height: 25px; */
  }

  .secondFoldMainDiv {
    width: 90%;
  }

  .secondFoldText {
    font-size: 15px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .secondFoldTexts {
    font-size: 10px;
    /* line-height: 15px; */
  }

  .secondFoldImg {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .thirdFoldMainDiv {
    width: 90%;
  }

  .thirdFoldText {
    font-size: 25px;
    font-family: "GOTHAM_BOLD";
    /* -webkit-text-stroke: 2px rgb(163, 163, 163); */
  }

  .icons-div {
    width: 90%;
  }

  .thirdFoldLabel {
    /* line-height: 22px; */
    font-size: 14px;
    font-weight: 900;
    font-family: "GOTHAM_BOLD";
  }

  .fourthFoldMainDiv {
    width: 90%;
  }

  .fourthFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .fourthFoldTexts {
    font-size: 10px;
    /* line-height: 15px; */
  }

  .fourthFoldImg {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fifthFoldMainDiv {
    width: 90%;
  }

  .fifthFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .fifthFoldTexts {
    font-size: 10px;
    /* line-height: 15px; */
  }

  .fifthFoldImg {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sixthFoldMainDiv {
    width: 90%;
  }

  .sixthFoldText {
    font-size: 20px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .sixthFoldTexts {
    font-size: 10px;
    /* line-height: 15px; */
  }

  .sixthFoldImg {
    width: 60%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

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

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

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

  /* .heights {
        height: 95vh;
    } */

  .firstFoldSecondDiv {
    width: 90%;
    padding-top: 200px;
  }

  .firstFoldImg {
    width: 70%;
    margin-top: -25px;
    margin-bottom: 50px;
  }

  .firstFoldTextOne {
    font-size: 20px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(82 82 82);
  }

  .firstFoldTextTwo {
    text-align: center;
    font-size: 60px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    margin-top: -10px;
  }

  .firstFoldTextsLast {
    font-size: 15px;
    /* line-height: 25px; */
  }

  .secondFoldMainDiv {
    width: 90%;
  }

  .secondFoldText {
    font-size: 17px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .secondFoldTexts {
    font-size: 12px;
    /* line-height: 20px; */
  }

  .secondFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .thirdFoldMainDiv {
    width: 90%;
  }

  .thirdFoldText {
    font-size: 25px;
    font-family: "GOTHAM_BOLD";
    /* -webkit-text-stroke: 2px rgb(163, 163, 163); */
  }

  .icons-div {
    width: 90%;
  }

  .thirdFoldLabel {
    /* line-height: 22px; */
    font-size: 14px;
    font-weight: 900;
    font-family: "GOTHAM_BOLD";
  }

  .fourthFoldMainDiv {
    width: 90%;
  }

  .fourthFoldText {
    font-size: 37px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .fourthFoldTexts {
    font-size: 12px;
    /* line-height: 20px; */
  }

  .fourthFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fifthFoldMainDiv {
    width: 90%;
  }

  .fifthFoldText {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .fifthFoldTexts {
    font-size: 12px;
    /* line-height: 20px; */
  }

  .fifthFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sixthFoldMainDiv {
    width: 90%;
  }

  .sixthFoldText {
    font-size: 22px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 0px rgb(163, 163, 163);
  }

  .sixthFoldTexts {
    font-size: 14px;
    /* line-height: 24px; */
  }

  .sixthFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* ipad */
@media screen and (min-width: 501px) and (max-width: 950px) {
  .firstFoldSecondDiv {
    width: 90%;
    padding-top: 250px;
  }

  .firstFoldImg {
    width: 70%;
    margin-top: -50px;
    margin-bottom: 70px;
  }

  .firstFoldTextOne {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(82 82 82);
  }

  .firstFoldTextTwo {
    text-align: center;
    font-size: 110px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px rgb(0, 0, 0);
    margin-top: -25px;
  }

  .firstFoldTextsLast {
    font-size: 19px;
    /* line-height: 30px; */
  }

  .secondFoldMainDiv {
    width: 90%;
  }

  .secondFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .secondFoldTexts {
    font-size: 18px;
    /* line-height: 25px; */
  }

  .secondFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .thirdFoldMainDiv {
    width: 90%;
  }

  .thirdFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    /* -webkit-text-stroke: 2px rgb(163, 163, 163); */
  }

  .icons-div {
    width: 45%;
  }

  .thirdFoldLabel {
    /* line-height: 22px; */
    font-size: 16px;
    font-weight: 900;
    font-family: "GOTHAM_BOLD";
  }

  .fourthFoldMainDiv {
    width: 90%;
  }

  .fourthFoldText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .fourthFoldTexts {
    font-size: 18px;
    /* line-height: 25px; */
  }

  .fourthFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fifthFoldMainDiv {
    width: 90%;
  }

  .fifthFoldText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .fifthFoldTexts {
    font-size: 18px;
    /* line-height: 25px; */
  }

  .fifthFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sixthFoldMainDiv {
    width: 90%;
  }

  .sixthFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .sixthFoldTexts {
    font-size: 18px;
    /* line-height: 25px; */
  }

  .sixthFoldImg {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

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

  .headerMainLogo {
    width: 120px;
  }

  .firstFoldSecondDiv {
    width: 70%;
    padding-top: 100px;
  }

  .firstFoldImg {
    width: 60%;
    margin-top: -50px;
    margin-bottom: 10px;
  }

  .firstFoldTextOne {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(82 82 82);
  }

  .firstFoldTextTwo {
    text-align: center;
    font-size: 110px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px rgb(0, 0, 0);
    margin-top: -40px;
  }

  .firstFoldTextsLast {
    font-size: 14px;
    /* line-height: 25px; */
  }

  .secondFoldMainDiv {
    width: 70%;
  }

  .secondFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .secondFoldTexts {
    font-size: 12px;
    /* line-height: 15px; */
  }

  .secondFoldImg {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .thirdFoldMainDiv {
    width: 90%;
  }

  .thirdFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    /* -webkit-text-stroke: 2px rgb(163, 163, 163); */
  }

  .icons-div {
    width: 33%;
  }

  .thirdFoldLabel {
    /* line-height: 22px; */
    font-size: 15px;
    font-weight: 900;
    font-family: "GOTHAM_BOLD";
  }

  .fourthFoldMainDiv {
    width: 70%;
  }

  .fourthFoldText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .fourthFoldTexts {
    font-size: 12px;
    /* line-height: 15px; */
  }

  .fourthFoldImg {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .fifthFoldMainDiv {
    width: 70%;
  }

  .fifthFoldText {
    font-size: 35px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .fifthFoldTexts {
    font-size: 12px;
    /* line-height: 15px; */
  }

  .fifthFoldImg {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sixthFoldMainDiv {
    width: 70%;
  }

  .sixthFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .sixthFoldTexts {
    font-size: 12px;
    /* line-height: 15px; */
  }

  .sixthFoldImg {
    width: 40%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* laptop */
@media screen and (min-width: 1201px) and (max-width: 1900px) {
  .headerText {
    font-size: 25px;
    font-weight: bolder;
    font-family: "GOTHAM_BOLD";
  }

  .firstFoldSecondDiv {
    width: 70%;
    padding-top: 125px;
  }

  .firstFoldImg {
    width: 60%;
    margin-top: -70px;
    margin-bottom: 40px;
  }

  .firstFoldTextOne {
    font-size: 50px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(82 82 82);
  }

  .firstFoldTextTwo {
    text-align: center;
    font-size: 135px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px rgb(0, 0, 0);
    margin-top: -40px;
  }

  .firstFoldTextsLast {
    font-size: 18px;
    /* line-height: 25px; */
  }

  .secondFoldMainDiv {
    width: 70%;
  }

  .secondFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .secondFoldTexts {
    font-size: 14px;
    /* line-height: 20px; */
  }

  .secondFoldImg {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .thirdFoldMainDiv {
    width: 90%;
  }

  .thirdFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    /* -webkit-text-stroke: 2px rgb(163, 163, 163); */
  }

  .icons-div {
    width: 32%;
  }

  .thirdFoldLabel {
    /* line-height: 22px; */
    font-size: 15px;
    font-weight: 900;
    font-family: "GOTHAM_BOLD";
  }

  .fourthFoldMainDiv {
    width: 70%;
  }

  .fourthFoldText {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .fourthFoldTexts {
    font-size: 15px;
    /* line-height: 20px; */
  }

  .fourthFoldImg {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .fifthFoldMainDiv {
    width: 70%;
  }

  .fifthFoldText {
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .fifthFoldTexts {
    font-size: 15px;
    /* line-height: 20px; */
  }

  .fifthFoldImg {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sixthFoldMainDiv {
    width: 70%;
  }

  .sixthFoldText {
    font-size: 30px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 1px rgb(163, 163, 163);
  }

  .sixthFoldTexts {
    font-size: 15px;
    /* line-height: 20px; */
  }

  .sixthFoldImg {
    width: 40%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

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

  .firstFoldSecondDiv {
    width: 70%;
    padding-top: 200px;
  }

  .firstFoldImg {
    width: 60%;
    margin-top: -100px;
    margin-bottom: 100px;
  }

  .firstFoldTextOne {
    font-size: 75px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(82 82 82);
  }

  .firstFoldTextTwo {
    text-align: center;
    font-size: 200px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px rgb(0, 0, 0);
  }

  .firstFoldTextsLast {
    font-size: 30px;
    /* line-height: 45px; */
  }

  .secondFoldMainDiv {
    width: 70%;
  }

  .secondFoldText {
    font-size: 50px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(163, 163, 163);
  }

  .secondFoldTexts {
    font-size: 25px;
    /* line-height: 35px; */
  }

  .secondFoldImg {
    width: 40%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .thirdFoldMainDiv {
    width: 70%;
  }

  .thirdFoldText {
    font-size: 50px;
    font-family: "GOTHAM_BOLD";
    /* -webkit-text-stroke: 2px rgb(163, 163, 163); */
  }

  .icons-div {
    width: 32%;
  }

  .thirdFoldLabel {
    /* line-height: 30px; */
    font-size: 23px;
    font-weight: 900;
    font-family: "GOTHAM_BOLD";
  }

  .fourthFoldMainDiv {
    width: 70%;
  }

  .fourthFoldText {
    font-size: 60px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(163, 163, 163);
  }

  .fourthFoldTexts {
    font-size: 25px;
    /* line-height: 35px; */
  }

  .fourthFoldImg {
    width: 40%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .fifthFoldMainDiv {
    width: 70%;
  }

  .fifthFoldText {
    font-size: 60px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(163, 163, 163);
  }

  .fifthFoldTexts {
    font-size: 25px;
    /* line-height: 35px; */
  }

  .fifthFoldImg {
    width: 40%;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sixthFoldMainDiv {
    width: 70%;
  }

  .sixthFoldText {
    font-size: 55px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-stroke: 2px rgb(163, 163, 163);
  }

  .sixthFoldTexts {
    font-size: 25px;
    /* line-height: 35px; */
  }

  .sixthFoldImg {
    width: 40%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
