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

@font-face {
  font-family: "BROADWAY_BOLD";
  src: url("assets/fonts/Broadway\ Bold.ttf");
}

* {
  /* line-height: 1; */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "GOTHAM_BOOK";
}

a {
  outline: none;
}

.newFont {
  font-family: "BROADWAY_BOLD";
  /* font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px; */
}

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

/* #firstFoldId {
    min-height: 100vh;
} */

.bannerImg {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

/* floating menus start */
.leftSideMenu {
  width: 20%;
  position: relative;
  overflow-y: auto;
  top: 12vh;
}

.rightSideContent {
  width: 75%;
  position: relative;
  left: 5%;
  padding-top: 100px;
}

.leftSideMenuForMobile {
  position: relative;
}
/* floating menus end */

.newZindex {
  z-index: 100;
}

hr.solid {
  border-top: 2px solid rgb(212, 209, 209);
}

.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.mainDiv {
  padding-top: 0vh;
  padding-bottom: 10vh;
}

.secondDiv {
  width: 75%;
}

.headerText {
  font-size: 23px;
  font-weight: bolder;
  font-family: "GOTHAM_BOLD";
}

.leftSideText {
  font-size: 20px;
  cursor: pointer;
  margin-bottom: 20px;
}

.leftSideText:hover {
  color: rgb(255, 80, 80);
}

.rightSideHeaderText {
  font-size: 30px;
  font-weight: bolder;
  font-family: "GOTHAM_BOLD";
}

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

.rightSideSubText {
  font-size: 15px;
  font-weight: 600;
}

.rightSideSubTextPower {
  font-size: 19px;
  font-weight: bold;
  font-family: "GOTHAM_BOLD";
}

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

.rightSideFoldImg {
  width: 70%;
}

.sensorFoldImg {
  width: 45%;
}

.rightSideFoldTouchImg {
  width: 50%;
  /* height: 400px; */
}

.rightSideFoldUniversalBlasterImgDiv {
  width: 100%;
  height: 650px;
}

.marginBottom {
  margin-bottom: 180px;
}

.colorSwitch {
  width: 100%;
}

.metalPlatePosition {
  position: absolute;
  top: 18%;
  /* right: 40%; */
  left: 550px;
}

.premiumFoldImageDiv {
  /* height: 300px; */
  width: 50%;
}

.premiumFoldImage {
  width: 100%;
  margin: 0;
  position: absolute;
  top: -20px;
  left: -165px;
}

.colorSwitchDiv {
  margin-top: 300px;
}

.centerImgBlackQuartz {
  width: 65%;
}

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

  .rightSideFoldTouchImg {
    width: 100%;
    /* height: 400px; */
  }

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

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

  .metalPlatePosition {
    position: absolute;
    top: 18%;
    right: 4%;
  }

  .premiumFoldImageDiv {
    width: 100%;
  }

  .premiumFoldImage {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    left: -100px;
  }

  .colorSwitchDiv {
    margin-top: 200px;
  }

  .centerImgBlackQuartz {
    width: 100%;
  }

  .marginBottom {
    margin-bottom: 20px;
  }

  .colorSwitch {
    width: auto;
  }

  .secondDiv {
    width: 90%;
  }

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

  .rightSideSubText {
    font-size: 15px;
    font-weight: 600;
  }

  .rightSideSubTextPower {
    font-size: 14px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }

  .rightSideContent {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 10px;
  }
}

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

  .rightSideFoldTouchImg {
    width: 100%;
    /* height: 400px; */
  }

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

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

  .metalPlatePosition {
    position: absolute;
    top: 18%;
    right: 4%;
  }

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

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

  .premiumFoldImageDiv {
    width: 100%;
  }

  .premiumFoldImage {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    left: -100px;
  }

  .colorSwitchDiv {
    margin-top: 230px;
  }

  .centerImgBlackQuartz {
    width: 100%;
  }

  .marginBottom {
    margin-bottom: 20px;
  }

  .colorSwitch {
    width: auto;
  }

  /* .mainDiv {
    padding-top: 0vh;
    padding-bottom: 0vh;
  } */

  .secondDiv {
    width: 90%;
  }

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

  .rightSideSubText {
    font-size: 15px;
    font-weight: 600;
  }

  .rightSideSubTextPower {
    font-size: 14px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }

  .rightSideContent {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 10px;
  }
}

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

  .rightSideImgDiv {
    height: 300px;
    width: 100%;
  }

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

  .marginBottom {
    margin-bottom: 200px;
  }

  .colorSwitch {
    width: auto;
  }

  .metalPlatePosition {
    position: absolute;
    top: 18%;
    right: 4%;
  }

  .premiumFoldImageDiv {
    /* height: 300px; */
    width: 60%;
  }

  .premiumFoldImage {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    left: -90px;
  }

  .colorSwitchDiv {
    margin-top: 200px;
  }

  .centerImgBlackQuartz {
    width: 100%;
  }

  .secondDiv {
    width: 90%;
  }

  .headerText {
    font-size: 18px;
    font-weight: bolder;
    font-family: "GOTHAM_BOLD";
  }

  .leftSideText {
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
  }

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

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

  .headerMainLogo {
    width: 120px;
  }

  .rightSideImgDiv {
    height: 370px;
    width: 100%;
  }

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

  .marginBottom {
    margin-bottom: 150px;
  }

  .metalPlatePosition {
    position: absolute;
    top: 18%;
    right: 4%;
  }

  .premiumFoldImageDiv {
    /* height: 300px; */
    width: 60%;
  }

  .premiumFoldImage {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    left: -110px;
  }

  .colorSwitchDiv {
    margin-top: 250px;
  }

  .centerImgBlackQuartz {
    width: 100%;
  }

  .secondDiv {
    width: 85%;
  }

  .headerText {
    font-size: 14px;
    font-weight: bolder;
    font-family: "GOTHAM_BOLD";
  }

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

  .leftSideText {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .centerImgBlackQuartz {
    width: 92%;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1500px) {
  .centerImgBlackQuartz {
    width: 80%;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1760px) {
  .centerImgBlackQuartz {
    width: 81%;
  }
}

@media screen and (min-width: 1801px) and (max-width: 1860px) {
  .centerImgBlackQuartz {
    width: 78%;
  }
}

/* laptop */
@media screen and (min-width: 1201px) and (max-width: 1900px) {
  .marginBottom {
    margin-bottom: 200px;
  }

  .metalPlatePosition {
    position: absolute;
    top: 18%;
    right: 10%;
  }

  .premiumFoldImageDiv {
    height: 85px;
    width: 60%;
  }

  .premiumFoldImage {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    left: -135px;
  }

  .colorSwitchDiv {
    margin-top: 250px;
  }

  .headerText {
    font-size: 16px;
    font-weight: bolder;
    font-family: "GOTHAM_BOLD";
  }

  .leftSideText {
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 20px;
  }

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

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

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

  .centerImgBlackQuartz {
    width: 48%;
  }

  .rightSideImgDiv {
    height: 750px;
    width: 100%;
  }

  .rightSideFoldUniversalBlasterImgDiv {
    width: 100%;
    height: 900px;
  }

  .rightSideFoldTouchImg {
    width: 65%;
    /* height: 400px; */
  }

  .marginBottom {
    margin-bottom: 200px;
  }

  .metalPlatePosition {
    position: absolute;
    top: 18%;
    right: 60%;
  }

  .premiumFoldImageDiv {
    /* height: 300px; */
    width: 50%;
  }

  .premiumFoldImage {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0px;
    left: -209px;
  }

  .colorSwitchDiv {
    margin-top: 450px;
  }

  .headerText {
    font-size: 35px;
    font-weight: bolder;
    font-family: "GOTHAM_BOLD";
  }

  .leftSideText {
    font-size: 30px;
    cursor: pointer;
  }

  .rightSideHeaderText {
    font-size: 40px;
    font-weight: bolder;
    font-family: "GOTHAM_BOLD";
  }

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

  .rightSideSubText {
    font-size: 22px;
    font-weight: 600;
  }

  .rightSideSubTextPower {
    font-size: 25px;
    font-weight: bold;
    font-family: "GOTHAM_BOLD";
  }
}
