button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
@font-face {
  font-family: klavika;
  src: url(Fonts/Klavika/klavika-light.otf);
}

#modalLogin .modal-dialog .modal-dialog-centered {
  scale: 0.7 !important;
  top: -71px !important;
}

/* why vre section style */
.why-vre-section {
  background: #f3f3f3;
  padding: 8% 5%;
  font-family: klavika;
}
#why-vre-img-1 img,
#why-vre-img-2 img,
#why-vre-img-3 img {
  width: 85%;
  transition: transform 0.7s ease;
  display: block;
  margin: 0 auto;
  transform: translateY(0);
  border-radius: 22px;
}
#why-vre-img-1,
#why-vre-img-2,
#why-vre-img-3 {
  text-align: center;
}
.why-vre-text h2 {
  background: linear-gradient(90deg, #4b7bce 1.67%, #bc1b8e 43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
}
.why-vre-text p {
  font-size: 25px;
}
.why-vre-images {
  display: flex;
  justify-content: center;
}
/* why vre section style ends */

/* why choose us style */
.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 h2 {
  font-family: Klavika;
  font-size: 54.214px;
  background: var(
    --gradient-horizontal,
    linear-gradient(90deg, #4b7bce 2.81%, #bc1b8e 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  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;
  background: var(
    --gradient-horizontal,
    linear-gradient(90deg, #4b7bce 2.81%, #bc1b8e 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
}

.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: "Klavika";
  font-size: 20px;
}
/* why choose us style ends */

/* top features style */
.top-features {
  margin-top: 5%;
  background: linear-gradient(90deg, #4b7bce -20.56%, #bc1b8e 116.81%);
  padding: 3% 5%;
  font-family: klavika;
}
.top-features h2 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  margin-bottom: 4%;
}
.owl-theme .owl-nav {
  display: none !important;
}
.owl-theme .owl-dots {
  display: none !important;
}
.features-slider .item {
  margin-right: 20px;
}
.top-features .top-features-inner .features-slider .feature-box {
  padding: 20px;
  gap: 10px;
  border-radius: 20px;
  background: #fff;
}
.features-slider .feature-box img {
  height: 50px;
}
.owl-carousel .owl-item img {
  display: block;
  width: 18% !important;
}
.features-slider .feature-box h3 {
  color: #212529;
  font-family: Klavika;
  font-size: 28.238px;
}
.features-slider .feature-box p {
  color: #212529;
  font-family: Klavika;
  font-size: 15px;
  height: 90px;
}
/* top features style end */

/* side modal */
.crossMOdal {
  border-radius: 50% !important;
  padding: 0px 2px !important;
  color: grey !important;
  border: 1px solid grey !important;
  display: flex !important;
}
.SideMOdal {
  position: fixed;
  bottom: 30px;
  right: 17px;
  width: 150px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 1000;
  border-radius: 8px;
  background: linear-gradient(67deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  font-family: Klavika;
  line-height: 1;
  cursor: pointer;
  transition: all 0.6s ease;
  transform-origin: bottom right;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.my-svg {
  width: 100%;
}
.side-SVG {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
}
/* Transformation into a half-circle (shrink state) */
.SideMOdal.shrink-to-ball {
  width: 73px;
  height: 35px;
  border-radius: 50px 50px 0 0;
  position: fixed;
  right: 1px;
  bottom: 18%;
  background-color: #4b7bce;
  transition: all 0.6s ease;
  overflow: hidden;
  padding: 0;
  z-index: 1000;
  transform: rotate(270deg);
  border: 2px solid #fff;
}
/* When expanded to fixed size */
.SideMOdal.expand-to-fixed {
  position: fixed;
  bottom: 30px;
  right: 17px;
  width: 150px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 1000;
  border-radius: 8px;
  background: linear-gradient(67deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  font-family: Klavika, sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all 0.6s ease;
  transform-origin: bottom right;
}
/* When expanded to full screen */
.SideMOdal.expand-to-full {
  width: 400px;
  height: auto;
  border-radius: 0;
  position: relative;
  right: auto;
  bottom: auto;
  background-color: #ffffff;
  transition: all 0.6s ease;
  padding: 20px;
}
/* Hide the cross button when shrunk */
.SideMOdal.shrink-to-ball .CrossBUtton {
  display: none;
}
/* Show the expand button when shrunk */
.SideMOdal.shrink-to-ball .expandButtonDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* Expand button style */
.expandButtonDiv button {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  display: contents;
  padding: 0;
}
.expandButtonDiv button svg {
  transform: rotate(90deg);
  color: #fff;
}
/* Hide the expand button when expanded */
.SideMOdal.expand-to-full .expandButtonDiv {
  display: none;
}
/* Hide the inner text when modal is shrunk */
.SideMOdal.shrink-to-ball .innerText {
  display: none;
}
/* Style for the cross button inside SideModal */
.CrossBUtton button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}
.CrossBUtton button i {
  font-size: 17px;
}
.SideMOdal p {
  font-size: 16px;
  margin-bottom: 0;
}
.SideMOdal span {
  font-size: 10px;
}
.SideMOdal .innerText {
  margin: 5px;
}
.SideMOdal .secondText {
  text-align: right;
}
.SideMOdal .CrossBUtton {
  position: absolute;
  top: -13px;
  right: -11px;
  padding: 5px;
  color: white;
  border-radius: 5px;
}
.SideMOdal .CrossBUtton button {
  border-radius: 50%;
  padding: 0px 4px;
  border: none;
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.SideMOdal .CrossBUtton .innerButtonDiv {
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;
  background-origin: border-box;
  background: linear-gradient(white, white),
    linear-gradient(67deg, #4b7bce, #bc1b8e);
  background-clip: padding-box, border-box;
}
/* side modal contant */
.Side-Modal-Content {
  padding: 5%;
  font-family: klavika;
  position: relative;
}
.Side-Modal-Title {
  text-align: center;
}
.Side-Modal-Title h5 {
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100 !important;
  font-size: 36px !important;
}
.Side-Modal-Text {
  text-align: center;
}
.Side-Modal-text-end {
  position: absolute;
  top: 6px;
  right: 6px;
}
.Side-Modal-text-end button {
  border-radius: 51px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 3px;
}
.btn-confirm {
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
  border: none;
  font-family: Klavika;
  padding: 8px 12px;
  font-weight: 500;
  color: #fff;
}
.form-control {
  resize: vertical;
  min-height: 50px;
}
/* side modal ends */

/* mid screen responsive */
@media (max-width: 1024px) {
  .nav-menu {
    display: none;
  }
  .burger-button {
    display: flex;
  }
  .nav-button {
    display: none;
  }
  .nav-button-mobile {
    display: block;
  }
}
/* mid screen responsive */

/* mobile responsive */
@media (max-width: 768.5px) {
  .into-img {
    margin-top: 10% !important;
  }
  .why-vre-section {
    background: #f3f3f3;
    padding: 8% 5% 35%;
  }
  .scroll-images-animation {
    margin-top: 20% !important;
  }
  .about-us-section {
    padding: 0 0 15%;
  }
  .vre-in-action {
    text-align: center;
  }
}
/* Mobile responsive */

/* Responsive styles */

@media (max-width: 1024.2px) {
  .reverse-feature {
    flex-direction: column-reverse;
  }

  .copyright {
    text-align: center;
    margin-bottom: 2%;
  }
}

@media (max-width: 2560px) {
  #modalLogin {
    font-family: "Klavika";
    height: fit-content !important;
  }

  #modalLogin .modal-dialog {
    --bs-modal-width: 1200px !important;
    top: -71px !important;
    scale: 0.7 !important;
  }

  #modalLogin .modal-content {
    border: none;
    border-radius: 14px;
  }

  #modalLogin .company_info {
    background: linear-gradient(
      210deg,
      rgba(147, 70, 207, 1) 36%,
      rgba(74, 124, 207, 1) 100%
    );
  }
  #modalLogin .form_submit .form-classdata .form-group .form-control {
    outline: none;
    border: none;
    padding: 14px 20px;
    border-radius: 4px;
    box-shadow: none;
    background-color: #f1f1f1;
  }

  #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 .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;
  }
  .PopUp-Header {
    padding: 10px 20px;
  }
  #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: 6px 10px;
  }

  #modalLogin .submit-button .success {
    padding: 8px 20px;
  }

  #modalLogin .tickBox {
    margin: 1.2rem 0;
  }

  #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) {
  .grafiti {
    flex-direction: column-reverse !important;
  }
  .event-Socials {
    display: flex;
    align-items: baseline !important;
    padding: 10px 20px;
  }
  .event-Socials {
    display: flex;
    gap: 16%;
    font-size: 22px;
  }
  .form_submit {
    padding: 10px 20px;
  }

  .nav-content img {
    width: 60%;
  }

  .feature-scroll-container {
    padding-right: 25px;
  }

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

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

  .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;
  }
  .New-Inner {
    padding: 6px !important;
    border-radius: 14px;
    background-color: #fff;
    line-height: 1.2;
    padding-top: 8px;
  }
}

/* Blogs style */
.blogHead h1 {
  font-family: Klavika;
  background: linear-gradient(90deg, #4b7bce 0%, #bc1b8e 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100 !important;
  display: inline-block;
  margin-left: 2% !important;
}

.topBlog img {
  width: 90%;
}

.topBlog-img {
  display: flex;
  justify-content: center;
}
.topBlog {
  font-family: Klavika;
}
.topBlog h2 {
  font-size: 3rem;
  font-weight: 100;
}
.topBlog h3 {
  font-size: 2.5rem;
  font-weight: 100 !important;
}
.topBlog h4 {
  font-size: 2rem;
  font-weight: 100 !important;
}
.topBlog p {
  font-size: 1.5rem;
  color: #8d7f7f;
  font-weight: 400;
  line-height: initial;
}
.topBlog p span {
  font-weight: 500 !important;
}
.post-img img {
  width: 100% !important;
}
.MoreBTn {
  padding: 4px 28px;
  border-radius: 30px;
  background: #4b7bce;
  border: none;
  color: #fff;
}
.MoreBTn a {
  color: #fff !important;
}

.custom-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 2%;
  padding-right: 2%;
}
.custom-nav button {
  padding: 5px 17px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  border: none;
  background-color: #ded8d8;
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
}
.custom-nav button:hover {
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  color: #fff;
}

/* Active Effect */
.custom-nav button:active {
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%) !important;
  color: #fff !important;
}

.outer-Item {
  padding: 4%;
}

/* contact page */
.contact-main {
  background: linear-gradient(
    210deg,
    rgba(147, 70, 207, 1) 36%,
    rgba(74, 124, 207, 1) 100%
  );
}
.Contact-left {
  background: linear-gradient(
    210deg,
    rgba(147, 70, 207, 1) 36%,
    rgba(74, 124, 207, 1) 100%
  );
  position: relative;
  height: 65vw;
}
.Contact-left .heading {
  margin-left: 5%;
  font-family: klavika;
  font-weight: 100 !important;
}
@media (max-width: 778.55px) {
  .Contact-left {
    /* height: 30vh; */
    position: static;
  }
  .Contact-left .heading {
    text-align: center;
  }
  .Contact-left .poster1,
  .poster2,
  .poster3 {
    position: unset !important;
    width: 29vw !important;
  }
  .Contact-left-posters {
    display: flex;
    justify-content: space-around;
  }
}
.Contact-left .heading {
  font-weight: 100 !important;
  color: #fff;
  margin-bottom: 8%;
}
.Contact-left .poster1,
.poster2,
.poster3 {
  position: absolute;
  width: 23vw;
}

.Contact-left .poster2 {
  right: -10px;
  top: 35%;
}
.Contact-left .poster3 {
  bottom: 0%;
}
.Contact-second {
  background: #fff;
  padding: 30px;
}
.form-classdata-contact {
  background: #eaeaea;
  padding: 40px;
  height: 100%;
  /* display: grid; */
}
.form-classdata-contact .form-group {
  margin-bottom: 5%;
}
.form-classdata-contact .form-group input {
  padding: 19px 25px;
}
.form-classdata-contact .form-group label {
  font-family: klavika;
  margin-bottom: 3%;
  font-size: 25px;
}
.Contact-second .submit-button button {
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
  border: none;
  font-family: Klavika;
  padding: 8px 12px;
  font-weight: 500;
  color: #fff;
  height: fit-content;
  border-radius: 6px;
}

/* contact page  */

.NewModal2 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  font-family: klavika;
  color: #8c8b8b;
}
.NewModal2 input {
  height: 50px;
  background-color: #f1f1f1 !important;
}
.PopUp-Header h1 {
  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: 40px;
}
.iti {
  width: 100%;
}
.NewPopUpbtn button {
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
  border: none;
  font-family: Klavika;
  padding: 8px 12px;
  font-weight: 500;
  color: #fff;
  height: fit-content;
  border-radius: 6px;
}
.New-PopUp-grafiti2 {
  display: grid;
  align-items: center;
  justify-content: end;
}
.event-Socials {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.event-Socials h3 {
  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-weight: 100 !important;
  font-size: 40px;
}
.event-Socials .social-icons a {
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-icons {
  display: flex;
  gap: 22px;
  font-size: 25px;
}

/* New Modal style */
.NewModal {
  width: 100%;
  display: block;
  justify-content: center;
  padding: 4%;
  font-family: klavika;
  color: #8c8b8b;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: #00000070;
}
.New-Inner {
  padding: 45px !important;
  border-radius: 14px;
  background-color: #fff;
  line-height: 1.2;
}
.NewModal input {
  height: 50px;
  background-color: #f1f1f1 !important;
}
.PopUp-Header {
  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: 40px;
}
.iti {
  width: 100%;
}
.NewPopUpbtn button {
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
  border: none;
  font-family: Klavika;
  padding: 8px 12px;
  font-weight: 500;
  color: #fff;
  height: fit-content;
  border-radius: 6px;
}
.New-PopUp-grafiti {
  display: grid;
  align-items: center;
  justify-content: center;
}
.New-PopUp-grafiti img {
  width: 100%;
}
.crossMOdal {
  border-radius: 50% !important;
  padding: 0px 2px !important;
  color: grey !important;
  border: 1px solid grey !important;
  display: flex !important;
}

.SideMOdal {
  position: fixed;
  bottom: 30px;
  right: 17px;
  width: 150px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 1000;
  border-radius: 8px;
  background: linear-gradient(67deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  font-family: Klavika;
  line-height: 1;
  cursor: pointer;
  transition: all 0.6s ease;
  transform-origin: bottom right;
  border: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}
.my-svg {
  width: 100%;
}

.side-SVG {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
}

/* Transformation into a half-circle (shrink state) */
.SideMOdal.shrink-to-ball {
  width: 73px;
  height: 35px;
  border-radius: 50px 50px 0 0;
  position: fixed;
  right: 1px;
  bottom: 18%;
  background-color: #4b7bce;
  transition: all 0.6s ease;
  overflow: hidden;
  padding: 0;
  z-index: 1000;
  transform: rotate(270deg);
  border: 2px solid #fff;
}

/* When expanded to fixed size */
.SideMOdal.expand-to-fixed {
  position: fixed;
  bottom: 30px;
  right: 17px;
  width: 150px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  z-index: 1000;
  border-radius: 8px;
  background: linear-gradient(67deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  font-family: Klavika, sans-serif;
  line-height: 1;
  cursor: pointer;
  transition: all 0.6s ease;
  transform-origin: bottom right;
}

/* When expanded to full screen */
.SideMOdal.expand-to-full {
  width: 400px;
  height: auto;
  border-radius: 0;
  position: relative;
  right: auto;
  bottom: auto;
  background-color: #ffffff;
  transition: all 0.6s ease;
  padding: 20px;
}

/* Hide the cross button when shrunk */
.SideMOdal.shrink-to-ball .CrossBUtton {
  display: none;
}

/* Show the expand button when shrunk */
.SideMOdal.shrink-to-ball .expandButtonDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Expand button style */
.expandButtonDiv button {
  background-color: transparent;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  cursor: pointer;
  display: contents;
  padding: 0;
}
.expandButtonDiv button svg {
  transform: rotate(90deg);
  color: #fff;
}

/* Hide the expand button when expanded */
.SideMOdal.expand-to-full .expandButtonDiv {
  display: none;
}

/* Hide the inner text when modal is shrunk */
.SideMOdal.shrink-to-ball .innerText {
  display: none;
}

/* Style for the cross button inside SideModal */
.CrossBUtton button {
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.CrossBUtton button i {
  font-size: 17px;
}

.SideMOdal p {
  font-size: 16px;
}
.SideMOdal span {
  font-size: 10px;
}
.SideMOdal .innerText {
  margin: 5px;
}
.SideMOdal .secondText {
  text-align: right;
}
.SideMOdal .CrossBUtton {
  position: absolute;
  top: -13px;
  right: -11px;
  padding: 5px;
  color: white;
  border-radius: 5px;
}
.SideMOdal .CrossBUtton button {
  border-radius: 50%;
  padding: 0px 4px;
  border: none;
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.SideMOdal .CrossBUtton .innerButtonDiv {
  border-radius: 50%;
  border: 2px solid transparent;
  background-clip: padding-box;
  background-origin: border-box;
  background: linear-gradient(white, white),
    linear-gradient(67deg, #4b7bce, #bc1b8e);
  background-clip: padding-box, border-box;
}
/* side modal contant */
.Side-Modal-Content {
  padding: 5%;
  font-family: klavika;
  position: relative;
}
.Side-Modal-Title {
  text-align: center;
}
.Side-Modal-Title h5 {
  background: linear-gradient(90deg, #4b7bce 34.95%, #bc1b8e 80.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 100 !important;
  font-size: 36px !important;
}
.Side-Modal-Text {
  text-align: center;
}
.Side-Modal-text-end {
  position: absolute;
  top: 6px;
  right: 6px;
}
.Side-Modal-text-end button {
  border-radius: 51px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 3px;
}
.btn-confirm {
  background: linear-gradient(270deg, #bc1b8e 0%, #4b7bce 100%);
  border: none;
  font-family: Klavika;
  padding: 8px 12px;
  font-weight: 500;
  color: #fff;
}
.form-control {
  resize: vertical;
  min-height: 50px;
}

/* career page */

/* VRE PArts */
