/* test edit */
@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";
}

a {
  outline: none;
}

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

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

/* .navigation-dropdown {
    transition: 3s ease-out;
}

.overlay {
    overscroll-behavior: unset;
} */

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

.newZindex {
  z-index: 100;
}

#bannerDivID {
  height: 92vh;
  width: 100%;
}

.bannerImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 8vh;
}

/* floating menus start */

.leftSideMenu {
  width: 20%;
  /* z-index: 100; */
  position: relative;
  overflow-y: auto;
  top: 13vh;
}

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

.leftSideMenuForMobile {
  /* width: 100%; */
  position: relative;
  top: 12vh;
  /* top: 0vh; */
  /* z-index: 80; */
  /* height: 10vh; */
}

/* floating menus end */

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

.secondDiv {
  width: 75%;
  /* height: 100vh; */
}

.headerText {
  font-size: 35px;
  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";
}

.TwistFitFoldDiv {
  background-color: gray;
  height: 650px;
  width: 100%;
}

.TwistFitFoldImg {
  width: 80%;
}

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

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

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

.rightSideFoldImg {
  width: 70%;
}

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

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

.junctionLightDiv {
  background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
  height: 700px;
  width: 100%;
}

.junctionLightImg {
  width: 60%;
}

.junction-iconsMainDiv {
  width: 60%;
}

.movableLightDiv {
  background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
  height: 510px;
  width: 100%;
}

.movableLightImg {
  width: 60%;
}

.battenLightFoldDiv {
  background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
  height: 480px;
  width: 100%;
}

.battenLightFoldImg {
  width: 90%;
  position: absolute;
  right: 0;
  top: -35%;
}

.battenLightFoldLastImg {
  width: 75%;
  position: absolute;
  right: 0;
  top: -15%;
}

.lampsFoldDiv {
  background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
  height: 700px;
  width: 100%;
}

.lampsFirstFoldImg {
  width: 70%;
}

.lampsSecondFoldImg {
  width: 70%;
}

.lampsThirdFoldImg {
  width: 50%;
}

.gardenFoldImg {
  width: 70%;
}

.floodLightFoldDiv {
  /* background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28)); */
  background-color: rgb(173, 173, 173);
  height: 650px;
  width: 100%;
}

.floodLightFirstFoldImg {
  width: 50%;
}

.stripMainImg {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 20%;
}

.LED-driver-Img {
  width: 80%;
  position: absolute;
  right: 0;
}

.gardenDriverImgDiv {
  background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
  height: 700px;
  width: 100%;
}

.gardenLightSecImgPadding {
  padding-top: 120px;
}

.temproryIconDiv {
  height: 200px;
}

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

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

  .secondDiv {
    width: 90%;
  }

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

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

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

  .leftSideMenu {
    display: none;
  }

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

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

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

  .mainDiv {
    padding-top: 50px;
    padding-bottom: 15vh;
  }

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 250px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 80%;
  }

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

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

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

  .rightSideFoldImg {
    width: 70%;
  }

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

  .junction-iconsMainDiv {
    width: 100%;
  }

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 240px;
    width: 100%;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 250px;
    width: 100%;
  }

  .floodLightFoldDiv {
    /* background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28)); */
    background-color: rgb(173, 173, 173);
    height: 250px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 145px;
    width: 100%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 230px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 230px;
    width: 100%;
  }
}

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

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

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

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

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

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

  .leftSideMenu {
    display: none;
  }

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

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

  .mainDiv {
    padding-top: 50px;
    padding-bottom: 15vh;
  }

  .secondDiv {
    width: 90%;
  }

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

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

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

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 250px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 80%;
  }

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

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

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

  .rightSideFoldImg {
    width: 70%;
  }

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

  .junction-iconsMainDiv {
    width: 100%;
  }

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 240px;
    width: 100%;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 250px;
    width: 100%;
  }

  .floodLightFoldDiv {
    /* background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28)); */
    background-color: rgb(173, 173, 173);
    height: 250px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 150px;
    width: 100%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 250px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 240px;
    width: 100%;
  }
}

/* ipad */
@media screen and (min-width: 501px) and (max-width: 950px) {
  .firstFoldText {
    font-size: 40px;
  }

  .secondDiv {
    width: 85%;
  }

  .junction-iconsMainDiv {
    width: 65%;
  }

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

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

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 320px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 80%;
  }

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

  .rightSideSubText {
    font-size: 14px;
    font-weight: 500;
  }

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

  .rightSideFoldImg {
    width: 70%;
  }

  /* .junction-iconsMainDiv {
        width: 100%;
    } */

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 350px;
    width: 100%;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 260px;
    width: 100%;
  }

  .floodLightFoldDiv {
    /* background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28)); */
    background-color: rgb(173, 173, 173);
    height: 350px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 230px;
    width: 100%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 350px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 350px;
    width: 100%;
  }
}

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

  .headerMainLogo {
    width: 120px;
  }

  .secondDiv {
    width: 80%;
  }

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

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

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

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 350px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 80%;
  }

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

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

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

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

  .rightSideFoldImg {
    width: 70%;
  }

  .junction-iconsMainDiv {
    width: 100%;
  }

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 450px;
    width: 100%;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 300px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 270px;
    width: 100%;
    /* overflow: hidden; */
  }

  .battenLightFoldLastImg {
    width: 80%;
    position: absolute;
    right: 0;
    top: -20%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 400px;
    width: 100%;
  }

  .floodLightFoldDiv {
    background-color: rgb(173, 173, 173);
    height: 400px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 400px;
    width: 100%;
  }

  .gardenLightSecImgPadding {
    padding-top: 70px;
  }
}

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

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

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

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 430px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 80%;
  }

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

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

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

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

  .rightSideFoldImg {
    width: 70%;
  }

  .junction-iconsMainDiv {
    width: 100%;
  }

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 500px;
    width: 100%;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 360px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 330px;
    width: 100%;
  }

  .battenLightFoldLastImg {
    width: 80%;
    position: absolute;
    right: 0;
    top: -15%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 450px;
    width: 100%;
  }

  .floodLightFoldDiv {
    background-color: rgb(173, 173, 173);
    height: 450px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 450px;
    width: 100%;
  }

  .gardenLightSecImgPadding {
    padding-top: 80px;
  }
}

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

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

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

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 500px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 80%;
  }

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

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

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

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

  .rightSideFoldImg {
    width: 70%;
  }

  .junction-iconsMainDiv {
    width: 100%;
  }

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 550px;
    width: 100%;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 370px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 350px;
    width: 100%;
  }

  .battenLightFoldLastImg {
    width: 75%;
    position: absolute;
    right: 0;
    top: -15%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 500px;
    width: 100%;
  }

  .floodLightFoldDiv {
    background-color: rgb(173, 173, 173);
    height: 500px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 500px;
    width: 100%;
  }

  .gardenLightSecImgPadding {
    padding-top: 95px;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .headerText {
    font-size: 25px;
    font-weight: bolder;
    font-family: "GOTHAM_BOLD";
  }

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

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

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 500px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 78%;
  }

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

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

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

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

  .rightSideFoldImg {
    width: 60%;
  }

  .firstFoldLastImg {
    padding-top: 20px;
  }

  .junction-iconsMainDiv {
    width: 100%;
  }

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 550px;
    width: 100%;
  }

  .secondFoldLastImg {
    padding-top: -40px;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 400px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 350px;
    width: 100%;
  }

  .battenLightFoldLastImg {
    width: 75%;
    position: absolute;
    right: 0;
    top: -15%;
  }

  .battenLightFoldImg {
    width: 90%;
    position: absolute;
    right: 0;
    top: -45%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 550px;
    width: 100%;
  }

  .lampsThirdFoldImg {
    width: 50%;
    padding-top: 25px;
  }

  .floodLightFoldDiv {
    background-color: rgb(173, 173, 173);
    height: 530px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 500px;
    width: 100%;
  }

  .gardenLightSecImgPadding {
    padding-top: 95px;
  }

  .gardenFoldImg {
    width: 63%;
  }
}

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

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

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

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

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

  .TwistFitFoldDiv {
    /* background-color: black; */
    height: 850px;
    width: 100%;
  }

  .TwistFitFoldImg {
    width: 80%;
  }

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

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

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

  .rightSideFoldImg {
    width: 70%;
  }

  .junction-iconsMainDiv {
    width: 100%;
  }

  .junctionLightDiv {
    background-image: linear-gradient(rgba(42, 0, 84, 0.9), rgb(191, 102, 229));
    height: 950px;
    width: 100%;
  }

  .movableLightDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 700px;
    width: 100%;
  }

  .battenLightFoldDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 600px;
    width: 100%;
  }

  .lampsFoldDiv {
    background-image: linear-gradient(rgb(0, 0, 0), rgb(28, 28, 28));
    height: 900px;
    width: 100%;
  }

  .floodLightFoldDiv {
    background-color: rgb(173, 173, 173);
    height: 850px;
    width: 100%;
  }

  .gardenDriverImgDiv {
    background-image: linear-gradient(rgba(23, 1, 44, 0.9), rgb(191, 102, 229));
    height: 900px;
    width: 100%;
  }

  .gardenLightSecImgPadding {
    padding-top: 150px;
  }
}
