@font-face {
  font-family: Neue Regrade;
  src: url("neue_regrade.f794bef8.ttf");
}

.header {
  border-bottom: .1vw solid var(--bc);
  margin-bottom: var(--header-b-m);
  padding: 0 1.6vw 1.2vw;
}

.head-logo {
  width: 8.15vw;
}

.head-menu {
  background-color: var(--bgc2);
  border-radius: 2.61vw;
  padding: .53vw 1.2vw;
}

.menu-icon {
  width: 1.8vw;
  height: 1.8vw;
  margin-left: .7vw;
}

.menu-text {
  color: #000;
  font-family: var(--font);
  font-size: var(--fs);
  margin-bottom: -.25vw;
  font-style: normal;
  font-weight: 600;
}

.preloader {
  background-color: var(--bgc);
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.preloader-gif {
  width: 10vw;
}

.ws-colorL {
  background-color: #ffecc7;
}

.ws-colorD {
  background-color: #474747;
}

.ws-mode {
  border-radius: 2.61vw;
  width: 5vw;
  height: 2.8vw;
  margin-right: .8vw;
  padding: .5vw;
  position: relative;
}

.mode-icon {
  width: 1.9vw;
  height: 1.9vw;
  transition: all .5s;
  position: absolute;
  left: .5vw;
}

.mob-mode-icon {
  display: none;
}

@media (width <= 767px) {
  .head-logo {
    width: 22.3vw;
  }

  .head-menu {
    border-radius: 4.54vw;
    padding: 2.25vw 4.5vw;
  }

  .ws-mode {
    display: none !important;
  }

  .mob-mode-icon {
    width: 7.61vw;
    height: 7.61vw;
    margin-right: 1vw;
    display: block;
  }

  .menu-text {
    font-size: 2.717vw;
  }

  .menu-icon {
    width: 3.61vw;
    height: 3.61vw;
    margin-left: 1.655vw;
  }

  .preloader-gif {
    width: 25vw;
  }
}

.menu {
  z-index: 99;
  background-color: var(--bg-menu);
  width: 93.4vw;
  min-height: 100vh;
  padding: 1.2vw 3.3vw;
  transition: all .5s;
  position: fixed;
  top: 100vh;
  left: 0;
}

.menu-box {
  border-bottom: .1vw solid var(--wc);
  padding: 0 1.6vw 1.2vw;
}

.menu-link {
  margin-top: 6.1vw;
  margin-left: 7.15vw;
}

.menu-btn {
  background-color: var(--bg-menu);
  color: var(--wc2);
  text-align: center;
  font-family: var(--font);
  border: none;
  margin-bottom: 1.95vw;
  font-size: 3.2vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.menu-btn:hover {
  color: var(--p-color);
}

.menu-social-p {
  color: var(--wc2);
}

.menu-social-links .connect-div {
  margin: 0 1vw;
}

.menu-social-links {
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translate(-50%);
}

@media (width <= 767px) {
  .menu {
    padding: 2.2vw 3.3vw;
  }

  .menu-box {
    padding: 0 1.6vw 2.2vw;
  }

  .menu-btn {
    margin-bottom: 5vw;
    font-size: 6.2vw;
  }

  .menu-social-links {
    bottom: 22vw;
  }

  .menu-social-links .connect-div {
    margin: 0 2vw;
  }
}

.footer {
  width: 98vw;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-nav ul {
  color: #727272;
  justify-content: end;
  align-items: center;
  gap: 30px;
  font-family: Neue Regrade;
  text-decoration: none;
  list-style: none;
  display: flex;
}

.footerbase {
  justify-content: center;
  align-items: center;
  gap: 7px;
  height: 100%;
  display: flex;
}

.left {
  margin-bottom: 20px;
}

@media (width <= 767px) {
  .footer {
    margin-top: 50px;
    position: relative;
  }

  .footer-nav {
    display: none;
  }
}

.footer-text {
  color: #727272;
  text-align: center;
  font-family: Neue Regrade;
  font-size: 16px;
}

.na {
  color: #727272;
  text-decoration: none;
}

.home-left {
  width: 42.5vw;
  transition: all .5s;
  position: absolute;
  top: 9.34vw;
  right: 18.5vw;
}

.link-arrow {
  transition: var(--t-time);
  width: 1.8vw;
  height: 1.8vw;
  margin-right: .3vw;
}

.social-links {
  transition: all .5s;
  position: absolute;
  top: 4vw;
  right: 0;
  transform: translate(120%);
}

.social-link {
  margin-bottom: .3vw;
}

.social-link:hover > .link-p {
  font-size: var(--fs-hover);
}

.social-link:hover > .link-arrow {
  transform: rotate(30deg)scale(1.3);
}

.link-p {
  color: var(--bc);
  font-family: var(--font);
  font-size: var(--fs);
  transition: var(--t-time);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.counter-section {
  margin-top: 2.8vw;
  transition: all .5s;
}

.counter-num {
  color: var(--p-tc);
  font-family: var(--font);
  font-size: var(--fsc);
  text-align: left;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.counter-text {
  color: var(--s-tc);
  font-family: var(--font);
  font-size: var(--fs);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.counter-box {
  margin-right: 3.28vw;
}

.p-num {
  color: #0000;
  -webkit-text-stroke: var(--stroke);
  font-family: var(--font);
  font-size: var(--fsp);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: fixed;
  bottom: 2.7vw;
  right: 18.2vw;
}

.headset {
  max-width: 36.65vw;
  transition: all .5s;
  position: absolute;
  top: 12.5vw;
  left: 10.95vw;
}

.footer_set {
  max-width: 100%;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  right: 50%;
}

.mini-head {
  color: var(--p-tc);
  font-family: var(--font);
  font-size: var(--fsm);
  text-align: left;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.main-head {
  color: var(--p-tc);
  font-family: var(--font);
  font-size: var(--fs-head);
  margin: .7vw 0;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.head-para {
  color: var(--s-tc);
  text-align: justify;
  font-family: var(--font);
  font-size: var(--fs-para);
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}

.invert-p {
  max-width: 26vw;
}

.action-btn {
  background-color: var(--p-color);
  margin-top: var(--top-m);
  transition: var(--t-time);
  border: none;
  padding: .95vw 2.9vw;
}

.action-btn p {
  color: var(--wc);
  font-family: var(--font);
  font-size: var(--fs);
  transition: var(--t-time);
  margin-bottom: -.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.action-btn:hover {
  background-color: var(--wc2);
}

.action-btn:hover > p {
  color: var(--bc);
}

.projects-section {
  margin-bottom: 50px;
  transition: all .5s;
  right: -100vw;
}

.project-carousle {
  white-space: nowrap;
  scroll-behavior: smooth;
  width: 100%;
  transition: all .5s;
  overflow: auto;
}

.page-head {
  color: var(--bc);
  font-family: var(--font);
  font-size: var(--fsp-head);
  margin-bottom: var(--subhead-bm);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all .5s;
}

.project-card {
  min-width: 39.05vw;
  max-width: 39.05vw;
  margin-right: 1.31vw;
}

.project-img {
  background-color: #d0d0d0;
  width: 100%;
  margin-bottom: 20px;
}

.project-card-name {
  color: var(--mh-tc);
  font-family: var(--font);
  font-size: var(--fssm);
  margin-bottom: .3vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.project-card-place {
  color: var(--place-tc);
  text-align: justify;
  font-family: var(--font);
  font-size: var(--fs);
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}

.project-card-year {
  color: var(--s-tc);
  text-align: justify;
  font-family: var(--font);
  font-size: var(--fsm);
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
}

.project-link {
  color: var(--p-color);
  font-family: var(--font);
  font-size: var(--fsm);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.imgcard {
  margin-bottom: 1.7vw;
  transition: all .5s;
}

.imgcard-left {
  position: relative;
  left: -100vw;
}

.imgcard-right {
  position: relative;
  right: -100vw;
}

.projectcard-left {
  position: relative;
  left: -100vw;
}

.projectcard-right {
  position: relative;
  right: -100vw;
}

.project-card-btn {
  background-color: #0000;
  margin-top: 1.05vw;
  padding: 0;
}

.project-card-arrow {
  justify-content: center;
  align-items: center;
  width: 2vw;
  height: 2vw;
  display: flex;
}

.page-direction {
  transition: all .5s;
  position: fixed;
  bottom: 3.31vw;
  left: 50%;
  transform: translate(-50%);
}

.page-direction-p {
  color: var(--place-tc);
  text-align: justify;
  font-family: var(--font);
  font-size: var(--fs);
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}

.page-direction-icon {
  width: 2vw;
  height: 2vw;
  margin-left: .7vw;
}

.about-section {
  max-width: var(--container);
  margin: 0 auto;
}

.amit {
  width: 26.05vw;
}

.about-left {
  width: 27.75vw;
  transition: all .5s;
  left: -100vw;
}

.about-right {
  transition: all .5s;
  right: -100vw;
}

.about-get {
  margin-top: 3.2vw;
}

.about-yhead {
  color: var(--p-color);
  font-family: var(--font);
  font-size: var(--fsm);
  text-align: left;
  margin-bottom: var(--mrb-10);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-to {
  color: var(--s-tc);
  text-align: justify;
  font-family: var(--font);
  font-size: var(--fs);
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}

.sub-head {
  max-width: 27.75vw;
}

.contact-top {
  transition: all .5s;
  left: -100vw;
}

.contact-second {
  transition: all .5s;
  right: -100vw;
}

.connection-links {
  margin-top: 2.3vw;
}

.connect-link {
  background-color: #0000;
  max-width: 13.8vw;
  margin-right: 8.15vw;
  padding: 0;
}

.connect-div {
  margin-bottom: var(--mrb-10);
}

.connect-head {
  color: var(--c-tc);
  text-align: justify;
  font-family: Neue Regrade;
  font-size: var(--fscon);
  font-style: normal;
  font-weight: 700;
  line-height: 155.556%;
}

.contact-para {
  font-size: var(--fs);
}

.clients-box {
  width: 70vw;
}

.contact-form {
  flex-direction: column;
  display: flex;
}

.inputs {
  color: var(--s-tc);
  font-family: var(--font);
  font-size: var(--fs);
  background-color: #0000;
  border: 1px solid #dadada;
  border-radius: .3vw;
  margin-bottom: 1vw;
  padding: 1.2vw;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
}

.inputs-error {
  color: red;
  border-color: red;
}

.lastinput {
  margin-bottom: 0;
}

.errorpage {
  height: 70vh;
}

.pos-left {
  left: -100vw;
}

.pos-right {
  right: -100vw;
}

.pos-bottom {
  bottom: -100vh;
}

.head-back {
  align-items: center;
  display: flex;
}

@media (width <= 767px) {
  .headset {
    position: initial;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }

  .home-banner {
    margin: 3vw auto;
  }

  .mini-head {
    font-size: 2.717vw;
  }

  .main-head {
    margin: 2.717vw 0;
  }

  .head-para {
    font-size: var(--fs);
    max-width: 80%;
  }

  .action-btn {
    padding: 3.3vw 5.342vw;
  }

  .action-btn p {
    font-size: 3.5vw;
  }

  .counter-num {
    font-size: 5vw;
  }

  .counter-box {
    margin-top: 6vw;
  }

  .mob-headset {
    transition: all .5s;
    position: relative;
    left: -100vw;
  }

  .mob-counter, .mob-banner {
    transition: all .5s;
    position: relative;
    right: -100vw;
  }

  .mob-footer {
    width: 100%;
    height: 100%;
    transition: all .5s;
    position: absolute;
    bottom: 0;
  }

  .mob-box {
    margin-top: 5vw;
  }

  .project-card {
    min-width: 100%;
    min-height: 100%;
    margin-right: 1.31vw;
  }

  .page-head, .project-card-name {
    font-size: var(--fs-head);
  }

  .project-card-year, .project-link {
    font-size: 3.7vw;
  }

  .project-card-arrow {
    width: 6vw;
    height: 6vw;
    margin-left: 1vw;
  }

  .project-card {
    margin: 3vw auto 9vw;
  }

  .mob-project-left {
    transition: all .5s;
    position: relative;
    left: -100vw;
  }

  .mob-project-right {
    transition: all .5s;
    position: relative;
    right: -100vw;
  }

  .amit {
    width: 100%;
  }

  .about-left {
    width: 100%;
    margin-top: 5vw;
  }

  .about-yhead {
    font-size: 5vw;
  }

  .sub-head {
    max-width: 100%;
  }

  .connection-links {
    margin-top: 5vw;
  }

  .connect-link {
    min-width: 39vw;
    margin-bottom: 4vw;
    margin-right: 6.15vw;
  }

  .inputs {
    border-radius: .3vw;
    margin-bottom: 2vw;
    padding: 2vw;
  }

  .mob-map {
    height: 50vh;
    margin-top: 8vw;
  }

  .projects-section {
    display: flex !important;
  }
}

.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  -o-transition: all .25s ease-in;
  opacity: .4;
  filter: alpha(opacity= 40);
  z-index: 2;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 32px;
  transition: all .25s ease-in;
  position: absolute;
  top: 20px;
}

.carousel .control-arrow:focus, .carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity= 100);
}

.carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
  content: "";
  border-top: 8px solid #0000;
  border-bottom: 8px solid #0000;
  margin: 0 5px;
  display: inline-block;
}

.carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity= 0);
  cursor: inherit;
  display: none;
}

.carousel .control-prev.control-arrow {
  left: 0;
}

.carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}

.carousel .control-next.control-arrow {
  right: 0;
}

.carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}

.carousel-root {
  outline: none;
}

.carousel {
  width: 100%;
  position: relative;
}

.carousel * {
  box-sizing: border-box;
}

.carousel img {
  pointer-events: none;
  width: 100%;
  display: inline-block;
}

.carousel .carousel {
  position: relative;
}

.carousel .control-arrow {
  background: none;
  border: 0;
  outline: 0;
  margin-top: -13px;
  font-size: 18px;
  top: 50%;
}

.carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}

.carousel .thumbs {
  -o-transition: all .15s ease-in;
  white-space: nowrap;
  list-style: none;
  transition: all .15s ease-in;
  position: relative;
  transform: translate3d(0, 0, 0);
}

.carousel .thumb {
  -o-transition: border .15s ease-in;
  white-space: nowrap;
  border: 3px solid #fff;
  margin-right: 6px;
  padding: 2px;
  transition: border .15s ease-in;
  display: inline-block;
  overflow: hidden;
}

.carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}

.carousel .thumb.selected, .carousel .thumb:hover {
  border: 3px solid #333;
}

.carousel .thumb img {
  vertical-align: top;
}

.carousel.carousel-slider {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.carousel.carousel-slider .control-arrow {
  color: #fff;
  margin-top: 0;
  padding: 5px;
  font-size: 26px;
  top: 0;
  bottom: 0;
}

.carousel.carousel-slider .control-arrow:hover {
  background: #0003;
}

.carousel .slider-wrapper {
  -o-transition: height .15s ease-in;
  width: 100%;
  margin: auto;
  transition: height .15s ease-in;
  overflow: hidden;
}

.carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-flow: column;
}

.carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.carousel .slider-wrapper.axis-vertical .slider {
  flex-direction: column;
}

.carousel .slider {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.carousel .slider.animated {
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.carousel .slide {
  text-align: center;
  min-width: 100%;
  margin: 0;
  position: relative;
}

.carousel .slide img {
  vertical-align: top;
  border: 0;
  width: 100%;
}

.carousel .slide iframe {
  border: 0;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  display: inline-block;
}

.carousel .slide .legend {
  -o-transition: all .5s ease-in-out;
  color: #fff;
  text-align: center;
  opacity: .25;
  -o-transition: opacity .35s ease-in-out;
  background: #000;
  border-radius: 10px;
  width: 90%;
  margin-left: -45%;
  padding: 10px;
  font-size: 12px;
  transition: opacity .35s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
}

.carousel .control-dots {
  text-align: center;
  z-index: 1;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  position: absolute;
  bottom: 0;
}

@media (width >= 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}

.carousel .control-dots .dot {
  -o-transition: opacity .25s ease-in;
  opacity: .3;
  filter: alpha(opacity= 30);
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  transition: opacity .25s ease-in;
  display: inline-block;
  box-shadow: 1px 1px 2px #000000e6;
}

.carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity= 100);
}

.carousel .carousel-status {
  text-shadow: 1px 1px 1px #000000e6;
  color: #fff;
  padding: 5px;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.carousel:hover .slide .legend {
  opacity: 1;
}

.project-card {
  padding: 16px;
  position: relative;
}

.image-container {
  position: relative;
}

.project-img {
  width: 100%;
  height: auto;
  display: block;
}

.watermark {
  color: #ffffffb3;
  pointer-events: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.flex-align {
  align-items: center;
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.project-card-name, .project-card-year, .project-card-place, .project-link {
  margin: 0;
}

.project-card-btn {
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  padding: 0;
  display: flex;
}

.project-card-arrow {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.container-back {
  align-items: center;
  margin-bottom: 30px;
  display: inline-flex;
}

.back-btn {
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  width: 100%;
  margin-right: 8px;
  font-size: 16px;
  display: flex;
}

.back-icon {
  margin-right: 8px;
}

.back-text {
  color: #313131;
  margin: 0;
}

.gaurang img {
  justify-content: center;
  align-items: center;
  height: 537px;
  margin-bottom: 50px;
  display: flex;
}

.project-details-container {
  padding: 50px 0;
}

.grid-container {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
}

.project-name {
  grid-column: span 1;
  font-size: 32px;
  font-weight: bold;
}

.dummy-text {
  text-align: justify;
  color: #727272;
  grid-column: span 1;
  align-self: center;
  margin-bottom: 30px;
  font-family: Neue Regrade;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.project-info {
  text-align: end;
  grid-column: span 2;
  grid-template-columns: repeat(1, 2fr);
  gap: 0;
  margin-top: 20px;
  font-family: Neue Regrade;
  font-size: 20px;
  display: grid;
}

.area {
  grid-template-columns: repeat(2, 2fr);
  display: grid;
}

.project-info div {
  color: #727272;
}

.technical {
  grid-column: span 1;
  font-size: 32px;
  font-weight: bold;
}

.details {
  font-family: Neue Regrade;
}

.details h1 {
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 600;
}

.details ul {
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

.details li {
  color: #727272;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.justify-between {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
}

.flex {
  margin-bottom: 50px;
}

.heading h1 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: Neue Regrade;
}

.bhoomi {
  margin-bottom: 1.0625em;
  font-family: Neue Regrade;
}

.container-hover {
  transition: transform .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.container-hover img {
  width: 100%;
  transition: transform .3s ease-in-out;
  display: block;
}

.container-hover:hover {
  cursor: pointer;
  z-index: 12;
  transform: scale(1.9);
  box-shadow: 0 10px 20px #0000004d;
}

.container-hover:hover img {
  transform: scale(1.1);
}

.new-content {
  width: 100%;
}

.coming-soon-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 98vw;
  height: 96vh;
  font-family: Arial, sans-serif;
  display: flex;
}

.coming-soon-container svg {
  color: #3498db;
}

h1 {
  color: #333;
  margin-top: 20px;
  font-size: 2em;
}

p {
  text-align: center;
  color: #555;
}

.countdown {
  text-align: center;
  color: #777;
  margin-top: 20px;
  font-size: 1.2em;
}

.countdown p:first-child {
  color: #333;
  font-weight: bold;
}

@media (width <= 600px) {
  h1 {
    font-size: 1.5em;
  }

  p {
    font-size: .9em;
  }

  .countdown {
    font-size: 1em;
  }
}

@font-face {
  font-family: revicons;
  fallback: fallback;
  src: url("revicons.1e5a68b2.woff") format("woff"), url("revicons.05a1e4f3.ttf") format("ttf"), url("revicons.010a9e7b.eot") format("ttf");
}

.react-multi-carousel-list {
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.react-multi-carousel-track {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform, transition;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
}

.react-multiple-carousel__arrow {
  z-index: 1000;
  opacity: 1;
  cursor: pointer;
  background: #00000080;
  border: 0;
  border-radius: 35px;
  outline: 0;
  min-width: 43px;
  min-height: 43px;
  transition: all .5s;
  position: absolute;
}

.react-multiple-carousel__arrow:hover {
  background: #000c;
}

.react-multiple-carousel__arrow:before {
  color: #fff;
  text-align: center;
  z-index: 2;
  font-family: revicons;
  font-size: 20px;
  display: block;
  position: relative;
}

.react-multiple-carousel__arrow:disabled {
  cursor: default;
  background: #00000080;
}

.react-multiple-carousel__arrow--left {
  left: calc(4% + 1px);
}

.react-multiple-carousel__arrow--left:before {
  content: "";
}

.react-multiple-carousel__arrow--right {
  right: calc(4% + 1px);
}

.react-multiple-carousel__arrow--right:before {
  content: "";
}

.react-multi-carousel-dot-list {
  text-align: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.react-multi-carousel-dot button {
  opacity: 1;
  box-shadow: none;
  cursor: pointer;
  border: 2px solid gray;
  border-radius: 50%;
  outline: 0;
  width: 12px;
  height: 12px;
  margin: 0 6px 0 0;
  padding: 0;
  transition: background .5s;
  display: inline-block;
}

.react-multi-carousel-dot button:hover:active, .react-multi-carousel-dot--active button {
  background: #080808;
}

.react-multi-carousel-item {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .react-multi-carousel-item {
    flex-shrink: 0 !important;
  }

  .react-multi-carousel-track {
    overflow: visible !important;
  }
}

[dir="rtl"].react-multi-carousel-list {
  direction: rtl;
}

.rtl.react-multiple-carousel__arrow--right {
  left: calc(4% + 1px);
  right: auto;
}

.rtl.react-multiple-carousel__arrow--right:before {
  content: "";
}

.rtl.react-multiple-carousel__arrow--left {
  left: auto;
  right: calc(4% + 1px);
}

.rtl.react-multiple-carousel__arrow--left:before {
  content: "";
}

.revvs {
  margin-top: 60px;
  margin-bottom: 50px;
}

.foo {
  font-family: Neue Regrade;
}

.container {
  margin-right: 45px;
}

.revvs p {
  color: #333;
  margin-bottom: 20px;
}

.carousel .slide {
  background: none;
}

.carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  display: none;
}

.carousel-buttons {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
  display: flex;
}

.carousel-buttons .prev-button, .carousel-buttons .next-button {
  cursor: pointer;
  color: #333;
  background-color: #0000;
  border: none;
  margin: 0 10px;
  font-size: 24px;
  transition: color .3s;
}

.carousel-buttons .prev-button:hover, .carousel-buttons .next-button:hover {
  color: #000;
}

.container2 {
  width: 100%;
  max-width: 1600px;
}

.container2 h1 {
  font-family: Neue Regrade;
}

.left p {
  text-align: left;
  font-family: Neue Regrade;
}

.container-rev {
  margin-bottom: 50px;
}
/*# sourceMappingURL=index.c41b5a0e.css.map */
