.vustr-logo-icon {
  position: relative;
  width: 110.93px;
  height: 50px;
  object-fit: cover;
}
*{
  box-sizing: border-box;
}
h2{
  
}
.logo h2{
  font-size: 82px !important;
  font-weight: 200;
  text-align: left;
}
input,button{
  outline: none;
  border: none;
  background: none;
  font-family: 'Sen';
}
.ctaBtn{
  font-size: 18px;
  box-shadow: 0px 4px 20px 0px #0000001A;
  padding-left: 10px;
  width: 280px !important;
  border-radius: 50px;
  color: black;
  text-decoration: none;
}
.ctaBtn span{
  width: 84%;
  text-align: center;
}
.ctaBtn img{
  position: relative;
  left: 10px;
  width: 40px;
  /* margin-left: 20px; */
  vertical-align: middle;
}
.btn{
  cursor: pointer;
  padding: 20px 30px;
  border: 1px solid #373737;
}button,a{cursor: pointer;}
.btn:hover{
  color: white;
  background: #000;
}
.display_flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.display_flex_col{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@font-face {
  font-family: 'Sen';
  src: url('Sen-Regular.woff'),
  url('Sen-Regular.woff2');
}
@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-Thin.woff2') format('woff2'),
      url('Montserrat-Thin.woff') format('woff');
}


html{
  font-family: 'Sen';
  font-size: 18px;
}
html::BEFORE{
  content: none;
}
header {
  color: white;
  text-align: center;
  width: 100%;
  position: relative;
  height: 70px;
  padding: 10px;
}

.mob-menu {
  display: block;
}

nav {
  position: relative;
  width: 100%;
  height: 100%;
}
nav img {
  position: absolute;
  left: 0;
}
.logo a {
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}

.nav-links {
  list-style: none;
  display: none;
  position: absolute;
  top: 14px;
  background: #000000;
  width: 120%;
  left: -20%;
  z-index: 9999;
}

.nav-links.nav-active {
  display: flex;
  flex-direction: column;
}
.nav-links a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}
.burger {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  margin: 5px;
}
.vustr-logo-icon {
  position: relative;
  width: 110.93px;
  height: 50px;
}

.featured {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 120%;
}
.featured-parent {
  overflow: hidden;
  gap: 26px;
  width: 60%;
}

.support {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 120%;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}
.catalogueMain1{
  height: 2190px;
}
.catalogueMain2{
  height: 1760px;
}
.contact-us-wrapper,
.cta,
.navbar {
  align-items: center;
}

.contact-us-wrapper {
  border-radius: var(--br-11xs);
  background-color: var(--color-darkslategray);
  padding: 10px;
  justify-content: center;
  color: var(--color-white);
}
.cta,
.navbar {
  overflow: hidden;
}
.navbar li{
  font-size: 18px;
  list-style: none;
}
.featured.active{
  border-bottom: 2px solid var(--color-darkslategray);
}
.cta {
  width: 23%;
  justify-content: flex-start;
  gap: var(--gap-21xl);
  font-size: var(--h4-heading-size);
}

.navbar {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  justify-content: space-between;
  height: 100px;
  max-height: 100px;
  display: none;
  font-size: var(--button-text-size);
}

.product-name {
  letter-spacing: 0.02em;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.get-a-quote,
.product-name {
  position: relative;
  line-height: 120%;
}
.get-a-quote{
  font-size: 12px;
  text-align: center;
}
.get-a-quote-wrapper {
  border-radius: var(--br-xl);
  background-color: var(--color-white);
  overflow: hidden;
  padding: 0 var(--padding-3xs);
  align-items: center;
  justify-content: center;
  
}
.download-brochure-instead {
  position: relative;
  text-decoration: underline;
  line-height: 120%;
  color: var(--color-gray-100);
}
.frame-parent {
  justify-content: center;
  gap: var(--gap-21xl);
  gap: var(--gap-11xl);
  font-size: var(--body-text-size);
  color: var(--color-black);
  width: 60%;
}
.features-parent,
.frame-parent,
.product-name-parent {
  align-items: center;
}
.product-name-parent {
  height: 100px;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  padding: var(--padding-3xs) ;
  justify-content: space-between;
  max-width: 1440px;
}

#Hero{
  display: flex;
  align-items: center;
  /* height: 100vh; */
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0 auto;
  padding-top: 20px;
}
.hero {
  z-index: 999999;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 0 10vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-content {
  z-index: 90;
  width: 100%;
  /* padding: 2vh 10vh 2vh 10vw; */
  position: relative;
  width: 100%;
  overflow: hidden;
  /* height: 50vh; */
}
.logo{width: 140px;}
.hero-content h2{font-size: 46px;}
.hero-subhead {
  max-width: 262px;
  /* color: #fff; */
  /* font-family: Poppins, sans-serif; */
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}
.hero-button-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  display: flex;
}

.hero-image {
  /* position: absolute; */
  bottom: 3vh;
  right: 3vw;
  width: 100%;
  max-width: 500px;
}
.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  padding: 0px;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(238deg,#06a7d7 ,rgb(0 116 184 / 80%) 22%,rgb(0 116 184 / 80%) 30%);
  font-size: 24px;
  padding: 10px 20px;
  border: 1px solid transparent;

}
.button-2 {
  width: 280px;
  color: #6b6b6b;
  text-align: center;
  border-radius: 3px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  /* transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1); */
  /* display: none; */
}

.w-button:hover {
  color: black;
  background: none !important;
  border: 1px solid #000;
}
#bannerVideo{
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
.videoSection{
  height: 50vh;
 
}
.videoPlayBtn{
  height: 25px;
  background-image:url('public/mute.png');
  background-position: center;
  background-size: 70% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 2%;
  bottom: 22%;
  width: 35px;cursor: pointer;
}.videoPlayBtn.play{
  background-image:url('public/volume.png');
}
.features-parent {
  width: 100%;
}
.chat-icon {
  position: relative;
  width: 28px;
  height: 24px;
  object-fit: cover;
}
.banner{
  height: 50vh;
  background: black;
  justify-content: flex-end;
}
#bannerVideo{
  width: 100%;
  object-fit: cover;
}
.notificationDiv{
  justify-content: flex-end;
  background: black;
  height: 50vh;
}
.bannerAnimation .display_flex_col{
  width: 100%;
  position: relative;
  justify-content: space-between;
}
.videoPlayBtn{
  height: 25px;
  background-image:url('public/mute.png');
  background-position: center;
  background-size: 70% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 2%;
  bottom: 30%;
  width: 35px;cursor: pointer;
}.videoPlayBtn.play{
  background-image:url('public/volume.png');
}
.bannerAnimation p,.bannerAnimation button{
  font-size: 20px;
  margin: 10px 0;
  color:white;
}
#callNowBtn:hover{
  color: rgb(0 116 184 / 80%);
  background: white;
}
 .bannerAnimation {
  right: 0;
  width: 100%;
  /* position: absolute; */
  /* top: 58%; */
  /* margin-top: 15vh; */
  padding: 5px 20px;
}
.chat-icon-parent {
  align-items: center;
  justify-content: flex-start;
  gap: var(--gap-xl);
  margin: var(--padding-3xs) 0;
  width: 100%;
}
.frame-group,
.sectionproductheader {
  background-color: var(--color-black);
  width: 1920px;
  width: 100%;
  overflow: hidden;
  align-items: center;
}
.frame-group {
  background-color: #1c1c1c;
  padding: var(--padding-3xs);
  font-size: var(--body-text-size);
  max-width: 1440px;
}
.sectionproductheader {
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--color-white);
}
.images-23-parent {
  align-self: stretch;
  overflow: hidden;
  flex-shrink: 0;
  padding: var(--padding-3xs) 0;
  justify-content: flex-start;
  gap: var(--gap-21xl);
}
.right-arrow {
  border-radius: var(--br-xl);
  border: 1px solid var(--color-silver);
  width: 40px;
  height: 40px;
  padding: var(--padding-3xs);
}

.productimage {
  width: 100%;
  overflow-y: auto;
  justify-content: flex-start;
  gap: var(--gap-3xs);
}
.product-name1 {
  flex: 1;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 600;
}
.vector-icon {
  position: relative;
  width: 25.34px;
  height: 22px;
  object-fit: cover;
}
.div,
.div1 {
  position: relative;
  line-height: 100%;
  z-index: 0;
}
.div1 {
  z-index: 1;
  margin-left: -1px;
}
.div2,
.div3 {
  position: absolute;
  margin: 0 !important;
  top: 0;
  left: 12px;
  line-height: 100%;
  z-index: 2;
}
.div3 {
  top: 12px;
  z-index: 3;
}
.likes,
.parent {
  position: relative;
  flex-shrink: 0;
}
.parent {
  width: 19px;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
}
.feature-1-wrapper {
  border-radius: var(--br-xl);
  border: 1px solid var(--color-darkslategray);
  
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  padding: 0 var(--padding-xl);
  justify-content: flex-start;
}
.choosing-category-1,
.frame-parent1 {
  align-self: stretch;
  overflow: hidden;
  align-items: flex-start;
  gap: var(--gap-xl);
} */
.frame-parent1 {
  justify-content: flex-start;
  font-size: var(--h4-heading-size);
  color: var(--color-darkslategray);
}
.graphite {
  position: relative;
  font-size: var(--body-text-highlighted-size);
  line-height: 120%;
  font-weight: 600;
  font-size: 14px;
}
.color-name {
  position: absolute;
  height: 25.53%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 74.47%;
  left: 0;
  align-items: baseline;
  justify-content: flex-start;
  gap: var(--gap-8xs);
}
.ellipse-div {
  position: relative;
  border-radius: 50%;
  background-color: var(--color-gray-200);
  width: 42px;
  height: 42px;
}
.color-picker-inner {
  border-radius: var(--br-37xl);
  border: 2px solid var(--color-darkslategray);
  padding: var(--padding-9xs);
  align-items: flex-start;
}
.frame-child1 {
  position: relative;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 0.6px solid var(--color-silver);
  
  width: 42px;
  height: 42px;
}
.color-picker-child {
  border-radius: var(--br-37xl);
  padding: var(--padding-9xs);
  align-items: flex-start;
}
.color-picker1 {
  position: absolute;
  height: 53.19%;
  width: 65.48%;
  top: 46.81%;
  right: 34.52%;
  bottom: 0;
  left: 0;
  gap: var(--gap-3xs);
}
.color-picker {
  position: relative;
  width: 168px;
  height: 94px;
  font-size: var(--body-text-size);
}
.offers {
  position: relative;
  font-size: var(--h3-heading-size);
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 500;
  color: var(--color-black);
}
.rectangle-icon {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.offer-1-inner {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.lorem-ipsum-dolor {
  align-self: stretch;
  position: relative;
  font-size: var(--body-text-size);
  line-height: 120%;
  color: var(--color-gray-100);
}
.offer-1-parent {
  flex: 1;
  align-items: flex-start;
  gap: var(--gap-3xs);
}
.choosing-category-4,
.offer-1 {
  align-self: stretch;
  overflow: hidden;
}
.offer-1 {
  border-radius: var(--br-xl);
  background-color: var(--color-ghostwhite);
  padding: var(--padding-6xl);
  justify-content: flex-start;
  gap: var(--gap-3xs);
}
.choosing-category-4 {
  border-bottom: 1px solid var(--color-silver);
  padding: 0 0 var(--padding-xl);
  align-items: flex-start;
  gap: var(--gap-xl);
  font-size: var(--h4-heading-size);
  color: var(--color-darkslategray);
}
.lorem-ipsum-dolor-container {
  align-self: stretch;
  position: relative;
  font-size: var(--font-inherit);
  line-height: 120%;
  font-family: var(--font-inherit);
  color: var(--color-gray-100);
}
.get-a-quote-container {
  border-radius: var(--br-xl);
  background-color: #0077ba;
  overflow: hidden;
  padding: 0 var(--padding-11xl);
  
  min-height: 40px;
  max-height: 60px;
}
.frame-parent3 {
  padding: 40px 0 0;
  gap: var(--gap-3xs);
  font-size: var(--body-text-size);
  color: var(--color-white);
}
.buying-instructions-parent {
  flex: 1;
  gap: var(--gap-3xs);
}
.offer-13 {
  align-self: stretch;
  border-radius: var(--br-xl);
  background-color: var(--color-ghostwhite);
  overflow: hidden;
  padding: var(--padding-6xl);
  font-size: var(--h4-heading-size);
  color: var(--color-darkslategray);
}
.frame-child3 {
  position: relative;
  background-color: var(--color-lightgray-200);
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.frame-parent4 {
  height: 200px;
  max-width: 30%;
  overflow: hidden;
  margin: 0 5px;
  gap: var(--gap-xl);
}
.feature-icons-child {
  align-self: stretch;
  position: relative;
  border-right: 1px solid var(--color-black);
  display: none;
  width: 1px;
}
.feature-icons {
  align-self: stretch;
  overflow: hidden;
  justify-content: center;
  font-size: var(--small-body-text-size);
}
.feature-1-text {
  position: relative;
  font-size: 18px;
  text-align: justify;
  display: inline-block;
  width: 100%;
}
.feature-1-image {
  align-self: stretch;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin: 0 auto;
  /* overflow: hidden; */
  object-fit: cover;
}
.mainImages{
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(200px);
}
.mainImages.show{
  opacity: 1;
  transform: translateY(0px);
}
.feature-12{
  overflow: hidden;
  gap: var(--gap-11xl);
}
.feature-12 {
  align-self: stretch;
  padding: var(--padding-31xl) 0;
  justify-content: center;
}
.sectionproductfeatures {
  width: 1440px;
  width: 100%;
  flex-shrink: 0;
  padding-top: var(--padding-81xl);
  justify-content: center;
  max-width: 1440px;
}
.specifications1 {
  position: relative;
  font-size: var(--h1-heading-size);
  letter-spacing: 0.02em;
  line-height: 120%;
  font-weight: 600;
}
.spec-1-child {
  position: relative;
  width: 60px;
  height: 60px;
  overflow: hidden;
  flex-shrink: 0;
}
.spec-1{
  overflow: hidden;
  justify-content: flex-start;
}
.spec-1 {
  padding: var(--padding-3xl) 0;
  margin: 20px;
  gap: var(--gap-3xs);
  width: 120px;
  text-align: center;
}
.specs-list {
  justify-content: center;
  background-color: var(--color-white);
  width: 100%;
  
  align-items: flex-start;
}
.div-block-13 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.clients {
  width: 90vw;
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}
.clients.logos {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}
.clients {
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 0;
  padding-right: 0;
}

.clients.logos {
  /* margin-top: 5vh; */
}
.clients {
  flex-direction: column;
}
.clientlogo {
  width: 55px;
  height: 55px;
}
.view-more {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}
.view-more-parent {
  border-radius: var(--br-xl);
  border: 1px solid var(--color-darkslategray);
  height: 40px;
  padding: var(--padding-8xs) var(--padding-xl);
  justify-content: center;
  gap: var(--gap-3xs);
}
.frame-parent7 {
  align-items: flex-start;
  justify-content: center;
  max-width: 500px;
  gap: var(--gap-11xl);
  color: var(--color-darkslategray);
}
/* .sectionproductspecsOuter{width: 100%;background-color: hsla(0, 0%, 85%, 0.721);} */
.sectionproductspecs {
  overflow: hidden;
  padding: var(--padding-81xl) 0;
  
  justify-content: flex-start;
  gap: var(--gap-11xl);
  width: 100%;
  max-width: 1440px;
  font-size: var(--small-body-text-size);
}
.find-answers-to {
  position: relative;
  font-size: var(--body-text-size);
  line-height: 120%;
}
.arrow-icon {
  position: relative;
  width: 9.49px;
  height: 9.49px;
  object-fit: cover;
}
.frequently-asked-questions-group {
  align-items: baseline;
  gap: var(--gap-3xs);
  font-size: var(--body-text-size);
  justify-content: center;
}
.frequently-asked-questions-parent {
  width: 100%;
  overflow: hidden;
  padding: var(--padding-3xl) 0;
  
  justify-content: center;
}
.rectangle-div {
  align-self: stretch;
  position: relative;
  background-color: #d9d9d9;
  width: 1px;
}
.frame-parent8,
.support-links {
  align-self: stretch;
}
.frame-parent8 {
  width: 100%;
  border-radius: var(--br-xl);
  background-color: #f7f7f7;
  overflow: hidden;
  margin: 40px 0;
  font-size: var(--h4-heading-size);
  justify-content: center;
}
.support-links {
  justify-content: flex-start;
  gap: var(--gap-11xl);
}
.line-spacer {
  align-self: stretch;
  position: relative;
  border-right: 1px solid var(--color-darkslategray);
  width: 1px;
}
.headingBold{
  font-size: 26px;
  font-weight: 700;
}
.file-name-parent,
.ver-10-parent {
  gap: var(--gap-3xs);
  font-size: var(--small-body-text-size);
}
.file-name-parent {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--gap-8xs);
  font-size: var(--h4-heading-size);
}
.download-parent {
  border-radius: var(--br-xl);
  background-color: var(--color-darkslategray);
  height: 40px;
  max-width: 150px;
  padding: var(--padding-3xs) var(--padding-5xl);
  color: var(--color-white);
}
.pdf-1 {
  border-radius: var(--br-xl);
  border: 1px solid var(--color-lightgray-100);
  margin: var(--padding-3xs);
  width: 325px;
  height: 220px;
  padding: var(--padding-11xl);
  align-items: flex-start;
  justify-content: space-between;
}
.pdf-section {
  align-self: stretch;
  justify-content: center;
  font-size: var(--small-body-text-size);
  color: var(--color-darkslategray);
}

.vustr-logo-icon1 {
  position: relative;
  width: 88.75px;
  height: 40px;
  object-fit: cover;cursor: pointer;
}
.a-techworks-brand {
  position: relative;
}
.vustr-logo-parent {
  width: 100%;
  gap: 2px;
}
.icon-youtube-1 {
  position: relative;
  width: 34px;
  height: 34px;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}
.icon-youtube-1-parent {
  justify-content: center;
  gap: var(--gap-21xl);
}
.frame-parent9 {
  width: 980px;
  width: 100%;
}
.ds-techworks-solutions {
  position: relative;
  line-height: 100%;
}
.ds-techworks-solutions-pvt-lt-wrapper {
  width: 100%;
  max-width: 980px;
  align-items: center;
  justify-content:center;
  font-size: var(--fine-print-size);
  color: var(--color-darkslategray);
  margin: var();
}
.color-graphite{
  margin: 10px;color: var(--color-darkslategray);text-decoration: none;
}
.sectionfooter {
  overflow: hidden;
  display: flex;
  padding: var(--padding-81xl) 0;
  justify-content: flex-start;
  gap: var(--gap-11xl);
  width: 100%;
  max-width: 1440px;
  font-size: 10px;
  color: var(--dim-text);
  margin: 0 auto;
}
.sectionfooter .frame-parent{
  width: 100%;
  height: auto !important;
  gap: 30px;
}
.page,
.product-page {
  background-color: var(--color-white);
  /* overflow-y: auto; */
}
.page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  justify-content: flex-start;
}
.product-page {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: var(--h1-heading-size);
  color: var(--color-black);
  font-family: var(--h4-heading);
}
/* ACCORDION */
.faq{
  width: 100%;
}
#accordion{
  width: 100%;
  max-width: 1440px !important;
}
.ui-state-active{
  background: none !important;
  color: var(--color-lightgray-100);
}
.ui-accordion-header{
  position: relative !important;
  border: none !important;
  border-bottom: 1px solid var(--color-lightgray-100) !important;
  color: var(--color-darkslategray) !important;
  position: relative;
  letter-spacing: 0.01em !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  margin: var(--padding-5xl) 0 !important;
  padding: 20px 0 !important;
  background:none;
}
.ui-accordion-content{
  border: none !important;
  padding: 5px !important;
  color: var(--color-darkslategray) !important;
}
.ui-accordion-content p{
  font-size: 16px;
}
.ui-accordion-header-icon{
  position: absolute !important;
  right: 0;
  top: 50%;
}
.ui-state-default{
  background: none !important;
}
.ui-widget{
  font-family: unset !important;
}


.viewMore{
  display: none;
}
.formSection{
  height: 740px;
  width: 100%;
  background: black;
}.formDiv2 {
  width: 100%;
  display: inline-block !important;
  position: absolute;
  left: 120%;
}
.contactForm {
  padding: 0 10px;

  display: inline-flex;
  width: 100%;
  margin: 0 auto;
  position: absolute;

}
.border3px {
  border: 2px solid #979797;
  border-radius: 2px;
  font-size: 18px;
}
.border3px::placeholder{
  color: #979797;
}
.contactForm div {
  width: 100%;
  height: 100%;
  max-width: 600px;
}
#popContainer{display:none;z-index:901;height: 100vh;width: 100%;top: 0;left: 0;background: hsla(0, 0%, 0%, 0.19);backdrop-filter: blur(10px);position: fixed;}
#popUp{
  position: absolute;
  z-index: 99;
  top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);
  padding: 20px;
  background-color: black;
  box-shadow: 4px 4px 20px 3px #ffffff75;
  height: 280px;
  min-height: 200px;
  width: 90%;
  max-width: 500px;
  /* display: none; */
}
.errorMessage{text-align:right;color:red;margin-top:.3rem;font-size:.9rem;font-weight:600} .error input{border-color:#f2070e}
#textAnimation{
  letter-spacing: 1px;
  background: linear-gradient(to right,rgb(0, 125, 197) ,rgb(255, 255, 255),rgb(0, 125, 197) );
  animation: mobileAnimation 6s linear infinite forwards ;
  -webkit-background-clip:text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  width: 320px;
  filter: brightness(100px) contrast(10px);
}
#textAnimation img{width: 10px;}
@keyframes mobileAnimation {
  0%{background-position-x: 320px;}
  100%{background-position-x: -320px;}
}
.crystal{
  height: 200px;
  width: 30px;
  transform: rotate(-40deg);
  background: rgba(255, 255, 255, 0.332);
  display: block;
  position: absolute;
  top: -50px;
  z-index: 1000;
  left: -20px;
  filter: brightness(200%) contrast(200%);
}
.crystal:nth-child(2){
  width: 10px;
  left: -50px;
}