* {
  scrollbar-width: thin;
  scrollbar-color: #70778b #d1d8eb;
}

*::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  -webkit-appearance: none;
}

*::-webkit-scrollbar-thumb {
  background-color: #70778b;
  border-radius: 20px;
}

*::-webkit-scrollbar-track {
  background: #d1d8eb;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: Klavika;
  src: url(Fonts/Klavika/klavika-bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: Klavika;
  src: url(Fonts/Klavika/klavika-bold.otf);
  font-weight: 500;
}

@font-face {
  font-family: klavika;
  src: url(Fonts/Klavika/klavika-light.otf);
}
@font-face {
  font-family: "Roboto";
  src: url("Fonts/Roboto/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("Fonts/Roboto/Roboto-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("Fonts/Inter/Inter-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Square721 BT";
  src: url("fonts/SQR721B.TTF");
  font-weight: normal;
  font-style: normal;
}
h1 {
  margin: 0px;
}

h3 {
  margin: 0px;
}

h4 {
  margin: 0px;
}

h6 {
  margin: 0px;
}

p {
  margin: 0px;
}

body {
  background: #ffffff;
  margin: 0px;
}

.nav-bar {
  padding: 16px 0px;
  background: #ededed;
}
.nav-bar .nav-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.nav-bar .nav-content .logo-section {
  display: flex;
  gap: 10px;
}
.nav-bar .nav-content .logo-section img {
  height: 60px;
  width: 60px;
}
.nav-bar .nav-content .logo-section .logo-text {
  display: flex;
  flex-direction: column;
}
.nav-bar .nav-content .logo-section .logo-text img {
  width: 240.07px;
  height: 27.533px;
}

.copyright {
  font-family: Roboto;
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}

.nav-bar .nav-content .logo-section .logo-text h6 {
  display: flex;
  flex-direction: row-reverse;
  color: #212529;
  font-family: Square721 BT;
  font-size: 12.003px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.005px;
}
.nav-bar .nav-content .logo-section .logo-text p {
  display: flex;
  flex-direction: row-reverse;
  color: #9b9b9b;
  font-family: Square721 BT;
  font-size: 12.003px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.005px;
  /* 150% */
}

.footer-logo-img {
  width: fit-content;
}
.nav-bar .nav-content .nav-button {
  display: flex;
  width: 150px;
  padding: 6px 7px 6px 7px;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
}
.nav-bar .nav-content .nav-button button {
  background: transparent;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Klavika;
  font-size: 13.504px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.256px;
  /* 150% */
}

.intro-section {
  margin: 60px 78px 0 78px;
}
.intro-section .intro-section-inner {
  display: flex;
  width: 100%;
}
.intro-section .intro-section-inner .intro-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
  justify-content: center;
}
.intro-section .intro-section-inner .intro-info h1 {
  width: 100%;
  color: #000;
  font-family: Klavika;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 136.842% */
}
.intro-section .intro-section-inner .intro-info h1 span {
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Klavika;
  font-size: 61px;
  font-style: normal;
  font-weight: 700;
  line-height: 70.964px;
}
.intro-section .intro-section-inner .intro-info .intro-button {
  display: flex;
  width: 240px;
  padding: 14px 20px 14px 20px;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
}
.intro-section .intro-section-inner .intro-info .intro-button button {
  background: transparent;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Klavika;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.256px;
  /* 150% */
}

.why-vre-section {
  background: #f3f3f3;
}
.why-vre-section .why-vre-inner {
  display: flex;
  width: 100%;
  gap: 75px;
}

.intro-section-inner img {
  width: 50%;
}
.why-vre-section .why-vre-inner .why-vre-images {
  gap: 16px;
  display: flex;
  height: 600px;
  padding: 75px 0 75px 75px;
}
.why-vre-section .why-vre-inner .why-vre-text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.why-vre-section .why-vre-inner .why-vre-text h1 {
  /* Heading/2 */
  font-family: Roboto;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 61.6px */
  background: linear-gradient(90deg, #4b7bce 1.67%, #bc1b8e 43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-vre-section .why-vre-inner .why-vre-text p {
  color: var(--Blue-Gray-600, #475569);
  font-family: Klavika;
  font-size: 23.235px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 37.175px */
}

.why-choose-us-section {
  margin: 40px 80px 0px 80px;
}
.why-choose-us-section .why-choose-us-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.why-choose-us-section .why-choose-us-inner h1 {
  font-family: Klavika;
  font-size: 54.214px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 59.635px */
  background: var(--gradient-horizontal, linear-gradient(90deg, #4b7bce 2.81%, #bc1b8e 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.why-choose-us-section .why-choose-us-inner .choose-features {
  width: 100%;
  display: flex;
  gap: 55px;
  flex-wrap: wrap;
  justify-content: center;
}
.why-choose-us-section .why-choose-us-inner .choose-features .info-box {
  align-items: center;
  padding-top: 2%;
  display: flex;
  flex-direction: column;
  width: 390px;
  height: 330px;
  border-radius: 55px;
  border: 1px solid var(--Gradient, #bc1b8e);
}
.why-choose-us-section .why-choose-us-inner .choose-features .info-box img {
  width: 105px;
  height: 105px;
}
.why-choose-us-section .why-choose-us-inner .choose-features .info-box h3 {
  padding-top: 5%;
  color: var(--Black, #121212);
  text-align: center;
  font-family: Klavika;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.009px;
  /* 83.358% */
}
.why-choose-us-section .why-choose-us-inner .choose-features .info-box p {
  padding-top: 4%;
  width: 322px;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.009px;
  /* 150.044% */
}

.top-features {
  margin-top: 60px;
  height: 482px;
  background: linear-gradient(90deg, #4b7bce -20.56%, #bc1b8e 116.81%);
}
.top-features .top-features-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.top-features .top-features-inner h1 {
  color: #fff;
  font-family: Klavika;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 76.8px */
  padding-top: 40px;
}
.top-features .top-features-inner .features-slider {
  display: flex;
  flex-direction: column;
  width: calc(100% - 74px);
  gap: 20px;
  margin-left: 64px;
  padding-right: 10px;
}

.owl-theme .owl-nav {
  display: none !important;
}

.owl-theme .owl-dots {
  display: none !important;
}

.feature-scroll-container {
  display: flex;
  gap: 8px;
  width: fit-content;
}

.top-features .top-features-inner .features-slider ::-webkit-scrollbar {
  pointer-events: auto;
}

.top-features .top-features-inner .features-slider::-webkit-scrollbar-track {
  background: linear-gradient(90deg, #4b7bce -20.56%, #bc1b8e 116.81%);
}
.top-features .top-features-inner .features-slider::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  width: 4px;
  border-radius: 10px;
}
.top-features .top-features-inner .features-slider .feature-box {
  padding: 20px 12px 34px 20px;
  gap: 11px;
  border-radius: 20.17px;
  background: #fff;
  height: 211px;
}
.top-features .top-features-inner .features-slider .feature-box .box-content {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.top-features .top-features-inner .features-slider .feature-box img {
  height: 50px;
  width: 50px;
}
.top-features .top-features-inner .features-slider .feature-box h4 {
  color: #212529;
  font-family: Inter;
  font-size: 28.238px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.886px;
}
.top-features .top-features-inner .features-slider .feature-box p {
  color: #212529;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.count-section {
  margin: 60px 100px;
}
.count-section .count-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
}
.count-section .count-div-1 {
  display: flex;
}
.count-section .count-div-1 .count-div-inner {
  display: flex;
  position: relative;
  width: 100%;
}
.count-section .count-div-1 .count-div-inner img {
  width: 130.538px;
  height: 208.63px;
}
.count-section .count-div-1 .count-div-inner .one-box {
  position: absolute;
  left: 8.5%;
  margin-top: 12px;
  width: 2%;
  height: 182px;
  border-radius: 0px 30px 30px 0px;
  background: var(--gradient-horizontal, linear-gradient(90deg, #4b7bce 2.81%, #bc1b8e 100%));
}
.count-section .count-div-2 {
  display: flex;
}
.count-section .count-div-2 .count-div-inner {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: row-reverse;
}
.count-section .count-div-2 .count-div-inner img {
  width: 130.538px;
  height: 208.63px;
  z-index: 2;
}
.count-section .count-div-2 .count-div-inner .one-box {
  position: absolute;
  right: 4%;
  margin-top: 12px;
  width: 8%;
  height: 182px;
  border-radius: 30px 0px 0px 30px;
  background: linear-gradient(270deg, #4b7bce 0%, #bc1b8e 100%);
}
.count-section .count-div-3 {
  display: flex;
}
.count-section .count-div-3 .count-div-inner {
  display: flex;
  position: relative;
  width: 100%;
}
.count-section .count-div-3 .count-div-inner img {
  width: 130.538px;
  height: 208.63px;
  z-index: 2;
}
.count-section .count-div-3 .count-div-inner .one-box {
  position: absolute;
  left: 7.5%;
  margin-top: 15px;
  width: 5%;
  height: 182px;
  border-radius: 0px 30px 30px 0px;
  background: var(--gradient-horizontal, linear-gradient(90deg, #4b7bce 2.81%, #bc1b8e 100%));
}

.about-us-section {
  justify-content: center;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #4b7bce -20.56%, #bc1b8e 116.81%);
}
.about-us-section .about-us-section-inner {
  padding: 4%;
  display: flex;
  gap: 70px;
}
.about-us-section .about-us-section-inner .about-text {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 23px;
}
.about-us-section .about-us-section-inner .about-text h1 {
  color: #fff;
  /* Heading/2 */
  font-family: Roboto;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 110%;
  /* 61.6px */
}
.about-us-section .about-us-section-inner .about-text p {
  color: #fff;
  font-family: Klavika;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 37.28px */
}
.about-us-section .about-us-section-inner .why-vre-images {
  gap: 16px;
  display: flex;
  height: 448px;
}
.about-us-section .about-us-section-inner .why-vre-images img {
  border-radius: 19px;
  border: 2px solid #ffffff;
  height: 381px;
}

.about-vre-img-container {
  margin-top: auto;
}

.about-vre-img-container03 {
  margin-top: auto;
}

.vrd8-part1 {
  width: 100%;
  margin-top: 10px;
}
.vrd8-part1 .vrd8-part1-inner {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
}
.vrd8-part1 .vrd8-part1-inner .img1 {
  /* width: 24%; */
  flex-shrink: 0;
  height: 19vw;
}
.vrd8-part1 .vrd8-part1-inner .img2 {
  width: 40%;
  flex-shrink: 0;
}
.vrd8-part1 .vrd8-part1-inner .img4 {
  /* width: 20%; */
  flex-shrink: 0;
  height: 19vw;
}

.vre-in-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 90px;
  gap: 20px;
}
.vre-in-action .action-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.vre-in-action .action-text h1 {
  font-family: Klavika;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  background: var(--gradient-horizontal, linear-gradient(90deg, #4b7bce 2.81%, #bc1b8e 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.vre-in-action .action-text h4 {
  color: #212529;
  font-family: Klavika;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 47.264px;
  /* 131.288% */
}
.vre-in-action .intro-button {
  display: flex;
  width: 315px;
  padding: 5px 20px 1px 20px;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
}
.vre-in-action .intro-button button {
  background: transparent;
  width: 280px;
  border: none;
  color: #fff;
  text-align: center;
  font-family: Klavika;
  font-size: 31.26px;
  font-style: normal;
  font-weight: 400;
  line-height: 46.89px;
  /* 150% */
  /* 150% */
}

.footer-section {
  width: 100%;
  margin-top: 6%;
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
}
.footer-section .footer-section-inner {
  padding: 50px 60px 12px 60px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.footer-section .footer-section-inner .footer-branding {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 30px;
}
.footer-section .footer-section-inner .footer-branding .logo-area {
  display: flex;
  gap: 10px;
}
.footer-section .footer-section-inner .footer-branding .copyright {
  color: #fff;
  font-family: Inter;
  font-size: 11.722px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.507px;
}
.footer-section .footer-section-inner .footer-branding .logo-area img {
  width: 58px;
  height: 58px;
}
.footer-section .footer-section-inner .footer-branding .logo-area .brand-text {
  display: flex;
  flex-direction: column;
}
.footer-section .footer-section-inner .footer-branding .logo-area .brand-text h3 {
  color: #fff;
  text-align: center;
  font-family: Anton;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.706px;
}
.footer-section .footer-section-inner .footer-branding .logo-area .brand-text p {
  color: #fff;
  text-align: right;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.005px;
}
.footer-section .footer-section-inner .footer-branding .info-para {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  width: 55%;
}
.footer-section .footer-section-inner .footer-data {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.footer-section .footer-section-inner .footer-data .list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-section .footer-section-inner .footer-data .list h1 {
  color: #fff;
  text-align: center;
  font-family: Anton;
  font-size: 18.755px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.507px;
}
.footer-section .footer-section-inner .footer-data .list p {
  color: #fff;
  font-family: "Segoe UI";
  font-size: 11.91px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.005px;
  /* 151.181% */
}
.footer-section .footer-section-inner .footer-data .line-break {
  height: 238.569px;
  border-right: 2.251px solid #fff;
}
.footer-section .footer-section-inner .footer-contact-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-section .footer-section-inner .footer-contact-section .contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-section .footer-section-inner .footer-contact-section .contact h1 {
  color: #fff;
  font-family: Inter;
  font-size: 30.009px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.01px;
  padding-top: 0px;
}
.footer-section .footer-section-inner .footer-contact-section .contact .mail {
  display: flex;
  gap: 7px;
  align-items: center;
}
.footer-section .footer-section-inner .footer-contact-section .contact .mail a {
  color: #fff;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.256px;
  text-decoration: none;
  /* 193.939% */
}
.footer-section .footer-section-inner .footer-contact-section .follow-us {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-section .footer-section-inner .footer-contact-section .follow-us h1 {
  color: #fff;
  font-family: Inter;
  font-size: 30.009px;
  font-style: normal;
  font-weight: 400;
  line-height: 36.01px;
  /* 120% */
}
.footer-section .footer-section-inner .footer-contact-section .follow-us .socials {
  display: flex;
  gap: 8px;
}
.footer-section .footer-section-inner .footer-contact-section .follow-us .socials .media {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
} /*# sourceMappingURL=styles.css.map */

@media (max-width: 2560px) {
  #modalLogin {
    font-family: "Klavika";
  }

  #modalLogin .modal-dialog {
    --bs-modal-width: 1200px !important;
  }

  #modalLogin .modal-content {
    border: none;
    border-radius: 0px;
  }

  #modalLogin .company_info {
    background: linear-gradient(210deg, rgba(147, 70, 207, 1) 36%, rgba(74, 124, 207, 1) 100%);
    padding: 30px;
    position: relative;
  }

  #modalLogin .form_submit {
    padding: 30px;
    position: relative;
  }

  #modalLogin .company_info .logo_image {
    margin-bottom: 3rem;
  }

  #modalLogin .company_info .heading {
    font-weight: 800;
    color: #fff;
    margin-bottom: 3rem;
  }

  #modalLogin .company_info .heading span {
    font-weight: 500;
    font-style: italic;
  }

  #modalLogin .company_info .poster1 {
    width: 50%;
    position: absolute;
  }

  #modalLogin .company_info .poster2 {
    width: 45%;
    position: absolute;
    bottom: 30px;
  }
  #modalLogin .company_info .poster3 {
    width: 45%;
    position: absolute;
    right: -20px;
    bottom: 100px;
  }

  #modalLogin .form_submit .closeBtn {
    background: none;
    border: none;
    outline: 0;
  }

  #modalLogin .form_submit .form-classdata {
    background: #eaeaea;
    padding: 40px;
    margin-bottom: 3rem;
  }

  #modalLogin .form_submit .form-classdata .form-group {
    margin-bottom: 30px;
  }

  #modalLogin .form_submit .form-classdata .form-group .form-control {
    outline: none;
    border: none;
    padding: 14px 20px;
    border-radius: 4px;
    box-shadow: none;
  }

  .submit-button {
    display: flex;
    justify-content: end;
  }

  #modalLogin .submit-button .success {
    width: 180px;
    padding: 10px 20px;
    border-radius: 6px;
    background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }

  #modalLogin .form_submit .form-classdata .form-group .iti {
    width: 100%;
  }

  #modalLogin .form_submit .form-classdata .form-group .iti .form-control {
    padding-left: 3.5rem;
  }

  #modalLogin .tickBox {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 2rem;
  }

  #modalLogin .tickBox input.checkbox {
    margin-top: 8px;
  }

  #modalLogin .tickBox p {
    font-style: italic;
    font-size: 18px;
    color: #bdbdbd;
  }
}

@media (max-width: 1400px) {
  #modalLogin .modal-dialog {
    --bs-modal-width: 800px !important;
  }
  #modalLogin .company_info .logo_image {
    margin-bottom: 1rem;
    width: 260px;
  }
  #modalLogin .company_info .heading {
    margin-bottom: 0.8rem;
  }
  #modalLogin .form_submit {
    padding: 15px 30px;
  }
  #modalLogin .form_submit .form-classdata {
    padding: 10px 20px;
    margin-bottom: 0.8rem;
  }

  #modalLogin .company_info .poster2 {
    bottom: 20px;
  }
  #modalLogin .form_submit .form-classdata .form-group {
    margin-bottom: 10px;
  }
  #modalLogin .form_submit .form-classdata .form-group .form-control {
    padding: 10px 15px;
  }
  #modalLogin .submit-button .success {
    padding: 8px 20px;
  }

  #modalLogin .tickBox {
    margin-bottom: 0rem;
  }
  #modalLogin .tickBox p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  #modalLogin .company_info .poster3 {
    width: 30%;
    position: absolute;
    right: -20px;
    bottom: 40px;
  }
}

@media (max-width: 786px) {
  .nav-bar .nav-content {
    padding: 10px 20px;
  }
  .nav-bar .nav-content .logo-section img {
    height: 10vw;
    width: 10vw;
  }
  .nav-bar .nav-content .logo-section .logo-text img {
    width: 26vw;
    height: 5vw;
  }
  .nav-bar .nav-content .nav-button {
    padding: 5px 8px;
    width: fit-content;
  }
  .nav-bar .nav-content .nav-button button {
    font-size: 3vw;
  }
  .intro-section {
    margin: 25px;
  }
  .intro-section .intro-section-inner {
    flex-direction: column;
  }
  .intro-section .intro-section-inner .intro-info h1 {
    width: 85%;
    font-size: 8vw;
    line-height: 9.5vw;
  }
  .intro-section .intro-section-inner .intro-info h1 span {
    font-size: 9vw;
    line-height: unset;
  }
  .intro-section .intro-section-inner .intro-info {
    gap: 12px;
  }
  .intro-section .intro-section-inner .intro-info .intro-button {
    width: fit-content;
    padding: 5px 10px;
  }
  .intro-section .intro-section-inner .intro-info .intro-button button {
    font-size: 3vw;
  }
  .intro-section-inner img {
    margin: 35px 0px;
    width: 100%;
  }

  .why-vre-section {
    margin-top: 0px;
  }
  .why-vre-section .why-vre-inner {
    gap: 50px;
    flex-direction: column;
  }
  .why-vre-section .why-vre-inner .why-vre-images {
    padding: 0px;
    gap: 10px;
    height: auto;
    justify-content: center;
  }
  #why-vre-img-1 img,
  #why-vre-img-2 img,
  #why-vre-img-3 img {
    width: 100%;
  }

  #why-vre-img-1,
  #why-vre-img-2,
  #why-vre-img-3 {
    width: 100%;
  }

  .scroll-down-1,
  .scroll-down-2,
  .scroll-down-3 {
    width: 30%;
  }

  #why-vre-img-1 {
    margin-top: auto;
  }

  #why-vre-img-2 {
    margin-top: 0px;
  }

  #why-vre-img-3 {
    margin-top: auto;
  }

  .scroll-down-1 img,
  .scroll-down-2 img,
  .scroll-down-3 img {
    width: 90%;
  }

  .why-vre-images {
    width: 100%;
    margin: auto;
  }
  .why-vre-section .why-vre-inner .why-vre-text h1 {
    font-size: 10vw;
    text-align: center;
  }
  .why-vre-section .why-vre-inner .why-vre-text p {
    font-size: 4vw;
    text-align: center;
  }
  .why-choose-us-section .why-choose-us-inner h1 {
    width: fit-content;
    font-size: 10vw;
    text-align: center;
  }
  .why-choose-us-section .why-choose-us-inner .choose-features .info-box img {
    width: 45%;
    height: auto;
  }
  .why-choose-us-section .why-choose-us-inner .choose-features .info-box h3 {
    font-size: 5vw;
  }
  .why-choose-us-section .why-choose-us-inner .choose-features .info-box {
    width: 70%;
    height: unset;
    padding: 15px 0px;
  }
  .why-choose-us-section .why-choose-us-inner .choose-features .info-box p {
    line-height: unset;
    font-size: 3vw;
    width: 80%;
  }
  .top-features .top-features-inner h1 {
    font-size: 10vw;
    line-height: unset;
    text-align: center;
  }
  .top-features .top-features-inner .features-slider {
    width: 100%;
    margin-left: unset;
    padding-right: unset;
    padding-bottom: 0px;
  }
  .nav-content img {
    width: 60%;
  }
  .top-features .top-features-inner .features-slider .feature-box p {
    width: unset;
  }
  .feature-scroll-container {
    padding-right: 25px;
  }
  .top-features {
    height: unset;
  }

  .top-features .top-features-inner .features-slider .feature-box {
    height: 171px;
    margin: auto;
    width: 80%;
  }
  .about-us-section .about-us-section-inner {
    gap: 15px;
    flex-direction: column;
  }
  .about-us-section .about-us-section-inner .why-vre-images img {
    width: 100%;
    height: auto;
  }
  .about-us-section .about-us-section-inner .why-vre-images {
    height: auto;
  }
  .about-us-section .about-us-section-inner .about-text {
    width: 100%;
    gap: 10px;
  }
  .top-features .top-features-inner h1 {
    padding-top: 0px;
  }
  .about-us-section .about-us-section-inner .about-text h1 {
    font-size: 10vw;
    text-align: center;
  }
  .about-us-section .about-us-section-inner .about-text p {
    font-size: 4vw;
    text-align: center;
  }
  .top-features .top-features-inner {
    gap: 15px;
  }
  .top-features .top-features-inner {
    padding-top: 50px;
  }
  .vrd8-part1 .vrd8-part1-inner {
    flex-direction: column;
  }
  .vrd8-part1 .vrd8-part1-inner {
    width: 90vw;
    margin: auto;
  }
  .vrd8-part1 .vrd8-part1-inner .img2,
  .vrd8-part1 .vrd8-part1-inner .img1,
  .vrd8-part1 .vrd8-part1-inner .img3,
  .vrd8-part1 .vrd8-part1-inner .img4 {
    width: unset;
    height: unset;
  }
  .vre-in-action {
    padding: 25px 0px;
    text-align: center;
    background: #fff;
    width: 100%;
    gap: 10px;
  }
  .vre-in-action .action-text h4 {
    font-size: 4vw;
  }
  .vre-in-action .action-text {
    gap: unset;
  }
  .vre-in-action .intro-button {
    width: unset;
    padding: 10px 12px;
  }
  .vre-in-action .intro-button button {
    font-size: 3vw;
    width: unset;
    line-height: unset;
  }
  .footer-section {
    margin-top: 0px;
    height: auto;
  }
  .footer-section .footer-section-inner {
    padding: 20px;
    flex-direction: column;
  }
  .footer-section .footer-section-inner .footer-branding {
    width: 100%;
  }
  .why-choose-us-section {
    margin: 0px;
  }
  .footer-section .footer-section-inner .footer-branding .info-para {
    width: 100%;
  }
  .footer-section .footer-section-inner .footer-contact-section .contact .mail {
    justify-content: center;
  }
  .footer-section .footer-section-inner .footer-contact-section .follow-us .socials {
    justify-content: center;
  }
}
