.vustr-logo-icon {
  position: relative;
  width: 110.93px;
  height: 50px;
  object-fit: cover;
}
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
h2{
  
}
a{
  text-decoration: none;
}
li{
  list-style: none;
}
.logo {
  
}
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('../fonts/sen-regular.woff'),
  url('../fonts/sen-regular.woff2');
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-thin.woff2') format('woff2'),
      url('../fonts/montserrat-thin.woff') format('woff');
}


html{
  font-family: 'Sen';
  font-size: 18px;    
  scroll-behavior: smooth !important;
}
body{
  height: 100vh;
}
html::BEFORE{
  content: none;
}
.firstSection::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 49;
  /* background-image: url('public/PhotoboothHeroImage.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
  
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0.688), rgba(0, 0, 0, 0));
}
.heroImage{
  opacity: 0;
  transition: all 1s;
}
.heroImage.active{
  opacity: 1 !important;

}.slider-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.slider {
  display: flex;
  width: 300%; /* Adjust based on the number of slides */
  transition: transform 0.5s;
}

.slide {
  flex: 1;
  min-width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
}
.firstSection,.secondSection{
  min-height: 230px;
  position: relative;
}
.secondSection{
  justify-content: space-evenly;
  padding: 40px 10px;
}
header {
  color: white;
  text-align: center;
  width: 100%;
  position: relative;
  height:50px;
  padding: 10px;z-index: 51;
}
header li{
  padding: 5px 10px;
  text-align: left;
}
header li a{
  color: white;
  text-align: center;
}
header li:hover{
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.873);
  color: black;
}
header li:hover a{
  color: black;
}
.mob-display li{
  width: 200px;
}
.mob-display{
  backdrop-filter: blur(5px);
  background: rgba(0, 0, 0, 0.784);
  position: absolute;
  top: 0px;
  width: 100%;
  max-width: 320px;
  left: -100%;
  height:100vh;
  width: 238px;
  padding: 80px 20px 20px 20px ;
  transition: all 0.5s;
  z-index: 98;
}
.mob-display div{
  height: 100%;
  max-height: 300px;
  justify-content: space-between;
  align-items: flex-start;
}
.mob-display.active{
  left: -3%;
}
.desk-menu {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: none;
  padding: 0 20px;
}
.desk-menu .display_flex{
  width: 74%;
}
.callBtn{
  border: 1px solid white;
  border-radius: 20px;
}
nav {
  position: relative;
  width: 100%;
  height: 100%;
}
.logo a {
  color: white;
  text-decoration: none;
  /* font-size: 1.5rem; */
  /* font-weight: bold; */
}
.centerElement{
  width: 90%;
  position: absolute;
  top: 30%;
  left: 10%;
  height: 60%;
  justify-content: space-between;
  align-items: flex-start;z-index: 50;
}
.centerElement h1{
  font-size: 16px;
}
.centerElement h1 span{
  font-size: 22px;
}
.centerElement h2{
  font-size: 14px;
}
.centerElement a{
  padding: 6px 10px ;
  color: black;
}.sliderBtn{
  margin-right: 40px;
}
.vustr-logo-icon {
  position: relative;
  width: 110.93px;
  height: 50px;
}
.steps {
  width: 20%;
  box-shadow: 5px 5px 0px 0px #00000066;
  cursor: pointer;
}

.steps div:nth-child(2) {
  font-size: 12px;
  width: 60px;
  text-align: center;
}

.steps.active {
  background: #EF3E38;
  box-shadow: none;

}

.stepsDiv {
  width: 100%;
}
.chess_box.nonactive{
  left: 70%;
  width: 28%;
  border-radius: 20px 0 0 20px !important;
  z-index: 4;
  
}
.chess_box.nonactive::after{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 00%;
  top: 0;
  background: radial-gradient( rgba(95, 95, 95, 0.62),rgba(0, 0, 0, 0.694));
  content: "";
  border-radius: 20px 0% 0 20px;
}
.chess_box.active::after{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 00%;
  top: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.157),rgba(0, 0, 0, 0.344));
  content: "";
  border-radius: 20px 0% 0 20px;
}
.chess_box.active:hover{
  filter: contrast(1.3);
}
.chess_box.left{
  left: 68%;
}
.chess_box.active {
  transition: all 0.7s;
  left: 0%;
  background: black;
  width: 68%;
  z-index: 25 ;  
  border-radius: 20px;
  
}
.chess_box img {
  object-fit: cover;
  border-radius: 20px;

  width: 100%;
}
.chess_box.active>img {
  object-fit: cover;
  border-radius: 20px;

  width: 100%;
}
.chess_box.nonactive img {
border-radius: 20px 0 0 20px !important;
width: 100%;
object-fit: cover;

}
.chess_box_div {
  position: relative;
  height: calc(200/320 * 100vw);
  width:100%;
  max-width: 1440px;
  overflow: hidden;
}

.chess_box {
  transition: all 0s;
  background: linear-gradient(to right, white, rgb(43, 43, 43) 40%);
  display: inline-flex;
  width: 28%;
  height: 100%;
  position: absolute;
  border: 1px solid black;
  left: 70%;
  margin-right: 10px;
  transform-origin: right right;
}
.galleryArrow{
  width: 20px;
}
.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;
}



.logo{width: 140px;}


.features-parent {
  width: 100%;
}
.chat-icon {
  position: relative;
  width: 28px;
  height: 24px;
  object-fit: cover;
}

#callNowBtn:hover{
  color: rgb(0 116 184 / 80%);
  background: white;
}

.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;
  filter: invert(1);
}
.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: 560px;
  align-items: center;
  justify-content:center;
  font-size: 20px;
  color: var(--color-white);
}
.sectionfooter {
  overflow: hidden;
  display: flex;
  padding-bottom: var(--padding-81xl) ;
  justify-content: flex-start;
  gap: var(--gap-11xl);
  width: 100%;
  max-width: 1440px;
  font-size: 10px;
  color: var(--dim-text);
  margin: 0 auto;
}
.sectionfooter > .display_flex{
  align-items: flex-start;
}
.sectionfooter .frame-parent{
  width: 100%;
  height: auto !important;
  margin: 30px;
  align-items: flex-start;
}
.sectionfooter .frame-parent strong{
  font-weight: 600;
  color: white;
  font-size: 20px;
}
.sectionfooter .frame-parent p{
  margin: 0;
  color: white;
  font-weight: 300;
}
.page,
.product-page {
  background-color: var(--color-white);
  /* overflow-y: auto; */
}
.page {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 10px 10px 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}

.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;
}
.thankYouText{
  font-size: 20px;
}
.thankYouheader{
  height: 60px;
}