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

.exploreBtn {
  text-align: center;
  font-size: 16px;
  /* font-family: "GOTHAM_BOLD"; */
  position: absolute;
  bottom: 40px;
  left: 45%;
}

.firstFoldImg {
  width: 35%;
  position: absolute;
  top: 20%;
  left: 38%;
}

.firstFoldText {
  text-align: center;
  font-size: 185px;
  font-family: "GOTHAM_BOLD";
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px rgb(93, 93, 93);
  position: absolute;
  top: 20%;
  /* left: 5%; */
  text-align: center;
  width: 100%;
}

.rightSideHeaderTexts {
  font-size: 35px;
  font-weight: bold;
  font-family: "GOTHAM_BOLD";
}

.rightSideSubText {
  font-size: 18px;
  font-weight: 500;
  /* line-height: 25px; */
}

.orange-icons {
  object-fit: cover;
}

.icons-label {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  font-family: "GOTHAM_BOLD";
}

.secondFoldMainDiv {
  width: 100%;
  background-color: white;
  padding-left: 5%;
  padding-right: 5%;
}

.leftSideDiv {
  width: 45%;
}

.rightSideDiv {
  width: 50%;
}

.leftSideSingleDiv {
  width: 45%;
}

.rightSideSingleDiv {
  width: 50%;
}

.thirdFoldMainDiv {
  width: 100%;
  background-color: rgb(206, 206, 206);
  padding-left: 5%;
  padding-right: 5%;
}

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

  .rightSideHeaderTexts {
    font-size: 18px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }

  .rightSideSubText {
    font-size: 14px;
    font-weight: 500;
    /* line-height: 20px; */
  }

  .icons-label {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 20px; */
    margin-top: 10px;
    font-family: "GOTHAM_BOLD";
  }

  .firstFoldImg {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 38%;
  }

  .firstFoldText {
    text-align: center;
    font-size: 36px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(93, 93, 93);
    position: absolute;
    top: 30%;
    /* left: 5%; */
  }

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

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

  .leftSideSingleDiv {
    width: 90%;
  }

  .rightSideSingleDiv {
    width: 0%;
  }
}

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

  .rightSideHeaderTexts {
    font-size: 20px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }

  .rightSideSubText {
    font-size: 14px;
    font-weight: 500;
    /* line-height: 20px; */
  }

  .icons-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    font-family: "GOTHAM_BOLD";
  }

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

  .firstFoldImg {
    width: 50%;
    position: absolute;
    top: 30%;
    left: 38%;
  }

  .firstFoldText {
    text-align: center;
    font-size: 40px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(93, 93, 93);
    position: absolute;
    top: 30%;
    /* left: 5%; */
  }

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

  .leftSideSingleDiv {
    width: 90%;
  }

  .rightSideSingleDiv {
    width: 0%;
  }
}

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

  .firstFoldImg {
    width: 35%;
    position: absolute;
    top: 30%;
    left: 38%;
  }

  .firstFoldText {
    text-align: center;
    font-size: 80px;
    font-family: "GOTHAM_BOLD";
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px rgb(93, 93, 93);
    position: absolute;
    top: 30%;
    /* left: 5%; */
  }

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

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

  .rightSideHeaderTexts {
    font-size: 22px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }

  .rightSideSubText {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 20px; */
  }

  .firstFoldText {
    font-size: 100px;
  }

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

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

  .rightSideHeaderTexts {
    font-size: 30px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }

  .rightSideSubText {
    font-size: 14px;
    font-weight: 600;
    /* line-height: 20px; */
  }

  .firstFoldText {
    font-size: 125px;
  }

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

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

  .rightSideHeaderTexts {
    font-size: 40px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }

  .rightSideSubText {
    font-size: 20px;
    font-weight: 600;
    /* line-height: 30px; */
  }

  .firstFoldText {
    font-size: 250px;
  }

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

  .icons-label {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    font-family: "GOTHAM_BOLD";
  }
}

/* explore btn  */

.secbtn {
  /* position: relative; */
  display: inline-block;
  width: 150px;
  height: 50px;
  font-weight: 900;
  /* font-family: "GOTHAM_BOLD"; */
  line-height: 60px;
  text-align: center;
  /* font-size: 16px; */
  /* 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;
}

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

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