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

.mapMainDiv {
  height: 65vh;
  width: 100%;
}

.mapSecondDiv {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  /* position: absolute;
  right: 10%;
  top: 25%; */
  margin-top: 16vh;
}

.mapTextDiv {
  /* margin-top: 4%; */
}

.firstFoldText {
  font-size: 50px;
}

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

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

.mapImgDiv {
  width: 60%;
  height: 100%;
  /* margin-top: 40px; */
}

.mapIFrame {
  height: 500px;
  width: 100%;
}

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

/* #map {
    height: 100%;
} */

/* 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: 10%;
    width: 60%;
    font-size: 25px;
  }

  .firstFoldText {
    font-size: 30px;
  }

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

  .mapIFrame {
    height: 200px;
    width: 100%;
  }

  .mapSecondDiv {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    /* position: absolute;
    right: 4%;
    top: 15%; */
  }

  .mapTextDiv {
    margin-top: 0;
  }

  .mapImgDiv {
    width: 100%;
    margin-top: 40px;
  }

  .addressText {
    font-size: 13px;
    /* line-height: 15px; */
  }
}

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

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

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

  .contactUsText {
    position: absolute;
    top: 5%;
    left: 8%;
    width: 54%;
    font-size: 25px;
  }

  .firstFoldText {
    font-size: 30px;
  }

  .mapMainDiv {
    height: 82vh;
    width: 100%;
  }

  .mapIFrame {
    height: 250px;
    width: 100%;
  }

  .mapSecondDiv {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    /* position: absolute;
    right: 4%;
    top: 15%; */
  }

  .mapTextDiv {
    margin-top: 0;
  }

  .mapImgDiv {
    width: 100%;
    margin-top: 40px;
  }

  .addressText {
    font-size: 13px;
    /* line-height: 25px; */
  }
}

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

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

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

  .firstFoldText {
    font-size: 40px;
  }

  .mapMainDiv {
    height: 80vh;
    width: 100%;
  }

  .mapIFrame {
    height: 350px;
    width: 100%;
  }

  .mapSecondDiv {
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    /* position: absolute;
    right: 8%;
    top: 15%; */
  }

  .mapTextDiv {
    margin-top: 0;
  }

  .mapImgDiv {
    width: 100%;
    /* height: 500px; */
    margin-top: 40px;
  }

  .addressText {
    font-size: 20px;
    margin-top: 10px;
  }
}

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

  .headerMainLogo {
    width: 120px;
  }

  .mapMainDiv {
    height: 80vh;
    width: 100%;
  }

  .addressText {
    font-size: 13px;
  }

  .firstFoldText {
    font-size: 45px;
  }

  .mapSecondDiv {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    /* position: absolute;
    right: 8%;
    top: 20%; */
  }

  .mapTextDiv {
    /* margin-top: 2%; */
  }

  .mapImgDiv {
    width: 60%;
    height: 100%;
    /* margin-top: 40px; */
  }

  .mapIFrame {
    height: 320px;
    width: 100%;
  }

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

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

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

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

  .addressText {
    font-size: 15px;
  }

  .firstFoldText {
    font-size: 45px;
  }

  .mapSecondDiv {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    /* position: absolute;
    right: 8%;
    top: 20%; */
  }

  .mapTextDiv {
    /* margin-top: 2%; */
  }

  .mapImgDiv {
    width: 60%;
    height: 100%;
    /* margin-top: 40px; */
  }

  .mapIFrame {
    height: 400px;
    width: 100%;
  }

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

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

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

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

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

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

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

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

  .mapMainDiv {
    height: 70vh;
    width: 100%;
  }

  .mapSecondDiv {
    width: 72%;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    /* position: absolute;
    right: 10%;
    top: 25%; */
  }

  .mapTextDiv {
    /* margin-top: 3%; */
  }

  .firstFoldText {
    font-size: 80px;
    /* line-height: 25px; */
  }

  .addressText {
    font-size: 25px;
    /* line-height: 40px; */
  }

  .social-icons {
    width: 40px;
  }

  .mapImg {
    width: 100%;
  }

  .mapImgDiv {
    width: 60%;
    height: 100%;
    /* margin-top: 40px; */
  }

  .mapIFrame {
    height: 600px;
    width: 100%;
  }
}
