@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: -200px;
  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;
}

.dowloadText {
  width: 80%;
}

.videosDiv {
  width: 80%;
  row-gap: 120px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.videoClass {
  z-index: 1;
  height: 40vh;
  width: 45%;
  background-color: black;
}

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

  .videosDiv {
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .videoClass {
    z-index: 1;
    height: 30vh;
    width: 100%;
    background-color: black;
  }
}

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

  .dowloadText {
    width: 90%;
  }

  .videosDiv {
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .videoClass {
    z-index: 1;
    height: 30vh;
    width: 100%;
    background-color: black;
  }
}

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

  .videosDiv {
    width: 90%;
    display: flex;
    flex-direction: column;
    row-gap: 120px;
    margin-left: auto;
    margin-right: auto;
  }

  .videoClass {
    z-index: 1;
    height: 40vh;
    width: 100%;
    background-color: black;
  }
}

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

  .headerMainLogo {
    width: 120px;
  }

  .dowloadText {
    width: 90%;
  }

  .videosDiv {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 100px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .videoClass {
    z-index: 1;
    height: 40vh;
    width: 46%;
    background-color: black;
  }
}

/* mini laptop */
@media screen and (min-width: 1201px) and (max-width: 1350px) {
  .dowloadText {
    width: 90%;
  }

  .videosDiv {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 100px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }

  .videoClass {
    z-index: 1;
    height: 40vh;
    width: 46%;
    background-color: black;
  }
}
