body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
  background-color: white !important;
  --bs-gutter-x: 0 !important;
  /*color:  rgba(255,255,255,.5) !important;*/
}
.row {
  --bs-gutter-x: 0 !important;
}
button:focus:not(:focus-visible) {
  box-shadow: none !important;
}

/* .container-fluid.text-white-50.footer.pt-5 .container .row.g-5 {
  margin-left: 0 !important;
  margin-right: 0 !important;
} */

h1 {
  color: white !important;
}

.text-color {
  color: #d4ff9d !important;
}

.service-item p {
  color: black !important;
}

.container-fluid.flex {
  display: flex;
  max-width: 1340px;
}

.max-width {
  max-width: 40%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*glassy effect*/
  background-color: rgb(9 28 35 / 50%);
  padding: 10px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.login-heading {
  font-size: 1.5em;
}

.margin-top {
  margin-top: 10px;
}

.fl-cl {
  flex-direction: column !important;
}

.full-width {
  width: 100% !important;
}

.form-floating.custom-form input {
  color: white;
  background: #03131a !important;
  border: none;
  box-shadow: 0px 0px 1px 1px rgba(250, 232, 250, 0.2);
}

.width-inc {
  width: 80% !important;
}

.btn-secondary:focus {
  box-shadow: 0 0 0 0.1rem rgb(69 80 84 / 50%) !important;
}

.navbar-toggler-icon {
  background-image: none !important;
  color: black;
}

@media only screen and (max-width: 991px) {
  .c-fBjWAM {
    max-width: 100% !important;
  }

  .c-bOhtCq {
    /*font-size: 42px;*/
    line-height: 50px;
  }

  .max-width {
    max-width: 70%;
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .max-width {
    max-width: 90%;
  }
}

@media only screen and (max-width: 425px) {
  .max-width {
    max-width: 100%;
  }

  .width-inc {
    width: 100% !important;
  }
}

.c-fBjWAM {
  max-width: 60%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-bOhtCq {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 800;
  /*font-size: 30px;*/
  line-height: 42px;
  text-align: center;
}

.c-fcUyPF {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: white;
}

.c-fMHNgW {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.c-cVPNsh {
  width: 80%;
  object-fit: cover;
}

.c-jzCXtQ {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.c-jzCXtQ::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: inherit;
  height: inherit;
  background: linear-gradient(90deg, #0a6a9d 0%, #10bddb 100%);
  border-radius: 50%;
  animation: 1600ms ease-out 0s infinite normal none running mymove;
}

.c-fyIPNS {
  background-image: linear-gradient(
    to right top,
    #d4ff9d,
    #c5ed93,
    #b7db88,
    #a9ca7e,
    #9bb974
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes mymove {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0px) scale(1.4);
    opacity: 0;
  }
}

.ctm-text {
  color: black !important;
  font-size: 80px;
}

.ctm-text span {
  color: blue;
  background-image: linear-gradient(
    45deg,
    #4d3ae4 0%,
    #c81eab 50%,
    #f33f60 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-white.logo {
  color: #1d1c1c !important;
}

.col-lg-6.align-self-center.text-center.text-lg-start.mb-lg-5 {
  width: 100% !important;
}

.text-white.mb-4.animated.text-center.ctm-text,
.text-white.text-center.des {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 60px;
}

.text-white.text-center.des {
  color: #00000080 !important;
  font-size: 22px;
  line-height: 29px;
}
.text-white.text-center.des.black-des {
  color: #000000 !important;
  margin-top: 15px;
}

.btn-wrapper-home .btn.btn-light.w-5.py-2 {
  background-color: darkslateblue;
  border: none;
  border-radius: 50px;
  color: white;
  padding: 20px 35px !important;
  font-size: 18px;
  font-weight: 700;
}

.btn-wrapper-home {
  text-align: center;
  margin-top: 30px;
}

.navbar-nav a {
  color: #808080 !important;
  font-size: 14px;
  font-weight: 800;
}

.navbar-nav a.login-btn {
  border: 2px solid #0062ff;
  border-radius: 15px;
  padding: 2px 10px !important;
  color: #0062ff !important;
}

.navbar-nav a.login-btn:hover {
  background-color: #0062ff;
  color: white !important;
}

.footer .container.py-5 .row.g-5,
.footer .container.py-5 .row.g-5 .wow.fadeIn a {
  color: #666666;
  font-size: 12px;
}

.footer .container.py-5 .row.g-5 .wow.fadeIn a .text-white,
.footer .container.py-5 .row.g-5 .wow.fadeIn a .text-white .text-primary {
  color: #dc2e82 !important;
  font-size: 14px;
}

.footer .container.py-5 .row.g-5 .wow.fadeIn .mb-4 {
  color: #00000080;
  font-size: 18px;
}

.container-fluid.sticky-top.bg-primary.shadow-sm {
  /*  background-color: white !important;*/
  backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.navbar-nav.ms-auto {
  align-items: baseline;
}

.video-wrapper {
  padding: 40px;
  max-width: 1440px;
  margin: auto;
}

.logo-brand-container {
  max-width: 1440px;
  margin: 0 auto 30px;
}

.logo-brand-group {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.logo-brand-wrapper {
  text-align: center;
}

.logo-brand-wrapper h1 {
  color: black !important;
  font-size: 46px;
  font-weight: 800;
}

.logo-brand-wrapper .text-data {
  font-weight: 800;
  color: black;
}

.logo-brand-wrapper .text-data-country {
  color: black;
  font-size: 26px;
  font-weight: bolder;
}

.logo-brand-wrapper .text-data-country .text-inside-data-country {
  font-size: 14px;
  margin-left: 10px;
}

.logo-brand-wrapper .img-wrapper {
  margin: 7px 0;
}

span.iv-achievement-ratings:before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    #68c5ed calc(4.8 / 5 * 100%),
    #b5dbee calc(4.8 / 5 * 100%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.iv-achievement-ratings.green:before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    #00b87a calc(4.6 / 5 * 100%),
    #82d4b7 calc(4.6 / 5 * 100%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

span.iv-achievement-ratings.orange:before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    #ef4b2e calc(4.8 / 5 * 100%),
    #f79f92 calc(4.8 / 5 * 100%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ctm-text.image-grid {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  font-size: 60px;
}

.heading-des-image-container {
  max-width: 1440px;
  margin: 40px auto;
}

.image-grid-view {
  text-align: center;
  max-width: 1320px;
  margin: 0 auto;
}

.hide-popup {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100vh;
  z-index: 9999;
}

.popup-wrapper {
  display: flex;
  justify-content: end;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
}

.popup-inside-wrapper {
  width: 50%;
  background: white;
}

.popup-inside-wrapper .btn-wrapper {
  display: flex;
  justify-content: end;
  padding: 5px 20px;
}

.btn-close-ct-login-signup {
  border: none;
  background: transparent;
}

.popup-inside-wrapper .btn-wrapper .btn-close-ct {
  border: none;
  padding: 10px;
  border-radius: 50px;
  margin-top: 20px;
  margin: 20px;
  background: transparent;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.15));
}

.popup-inside-wrapper .btn-wrapper .btn-close-ct:hover svg {
  transform: rotate(180deg);
}

.nav-item-wrapper .navbar-nav {
  padding: 0 20px;
}

.nav-item-wrapper .navbar-nav a {
  font-size: 16px;
  font-weight: 400;
  color: #333030 !important;
}

.logo-wrapper {
  max-width: 250px;
  width: 100%;
}

.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-logo-wrapper {
  max-width: 150px;
  width: 100%;
}

.footer-logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .video-wrapper {
    padding: 20px 0;
  }
  .media-container {
    padding: 0;
  }
}

@media only screen and (max-width: 1210px) {
  .iv-grid.iv-grid-cols-12.iv-mt-30 {
    gap: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .text-white.mb-4.animated.text-center.ctm-text {
    font-size: 30px;
  }

  .text-white.mb-4.animated.text-center.ctm-text,
  .text-white.text-center.des {
    max-width: 100%;
  }

  .iv-grid.iv-grid-cols-12.iv-mt-30 {
    gap: 25px;
  }

  .ctm-text {
    font-size: 70px;
  }

  .logo-brand-group {
    max-width: 100%;
    padding: 0 25px;
    flex-wrap: wrap;
    margin: 0 20px;
  }

  .logo-brand-wrapper {
    min-width: 130px;
  }

  .logo-brand-container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .ctm-text {
    font-size: 40px;
  }

  .container-sm,
  .container {
    max-width: 100% !important;
    padding: 0 5px !important;
  }

  .text-white.text-center.des {
    font-size: 16px;
  }

  .btn-wrapper-home .btn.btn-light.w-5.py-2 {
    padding: 15px 25px !important;
    font-size: 15px;
  }

  .logo-brand-wrapper {
    margin-top: 20px;
  }

  .logo-brand-group {
    justify-content: center;
    margin: 0;
  }

  .iv-grid.iv-grid-cols-12.iv-mt-30 {
    flex-direction: column;
  }

  .ctm-text.image-grid {
    font-size: 32px;
    max-width: 100%;
  }

  .review_wrapper .review-section-wrapper {
    flex-direction: column;
  }

  .review_wrapper .review-section-wrapper .image-section {
    order: 1;
    width: 100%;
  }

  .review_wrapper .review-section-wrapper .text-section {
    width: 100%;
    order: 2;
  }

  .review_wrapper
    .review-section-wrapper
    .text-section
    .text-inside-wrapper
    .text-data
    h3 {
    font-size: 22px;
  }

  .review_wrapper .review-section-wrapper .text-section .text-inside-wrapper {
    gap: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .popup-inside-wrapper,
  .popup-inside-wrapper.login {
    width: 100%;
  }
}
/* css changes for chatbot */
.btn-lg-square.chatbot-button {
  position: fixed;
  right: 70px;
  bottom: 45px;
  z-index: 99;
}
.modal.fade.show#chatbotModal {
  display: block;
  width: 400px;
  position: fixed;
  right: 0px;
  padding-right: 19px;
  bottom: 130px;
  height: 550px;
  max-height: 550px;
  padding-left: 0px;
  left: unset !important;
  bottom: 100px;
  top: unset;
}
/*.modal.fade.show#chatbotModal .modal-dialog {
  height: 400px;
}*/
.modal.fade.show#chatbotModal .modal-dialog .modal-content {
  height: 100%;
}
.navbar .nav-item:hover .dropdown-menu {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  top: 30px;
  right: -40px;
  left: unset;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #262626 !important;
}
/*css for nav menu item mobile view*/
.hide-popup .popup-wrapper .nav-item .dropdown-menu {
  position: unset;
  transform: unset;
  box-shadow: none;
  inset: unset;
  border: none;
}
.sticky-top .nav-item .dropdown-toggle:hover:after,
.sticky-top .nav-item:hover .dropdown-toggle:after,
.hide-popup .popup-wrapper .nav-item .dropdown-toggle.show:after {
  rotate: 180deg;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 25px 20px;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .d-flex {
  gap: 50px;
}
.navbar-nav
  .nav-item.dropdown
  .dropdown-menu
  .d-flex
  .list-unstyled
  li
  .dropdown-item {
  padding: 5px 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .d-flex .list-unstyled {
  margin-bottom: 0;
}
.navbar .nav-item .dropdown-menu {
  left: unset;
  right: -40px;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .d-flex h6 {
  color: rgba(38, 38, 38, 0.9);
  font-size: 14px;
}

/* new home page design css start */
.inter-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.inter-medium {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
/* video section design */
.video-section {
  display: flex;
  background-color: #f6f6f6;
  justify-content: space-between;
  border-radius: 15px;
  margin: 40px;
}

.video-content {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.video-content h2 {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

.video-content p {
  font-size: 18px;
  line-height: 26px;
  color: #00000080 !important;
  line-height: 1.6;
  margin: 0;
}

.hero-header .btn {
  display: inline-block;
  padding: 15px 20px;
  font-size: 16px;
  color: #0e6cff;
  border: 2px solid #0e6cff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

.btn:hover {
  background: #0e6cff;
  color: #fff;
}

.video-preview {
  position: relative;
  max-width: 50%;
}

.video-preview img {
  width: 100%;
  border-radius: 8px;
}

.media-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 40px;
}

.media-container .text-item {
  max-height: 755px;
}

.media-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  height: fit-content;
}

.video-item video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.text-item {
  grid-column: span 2;
  border-radius: 8px;
  max-height: 550px;
}

.text-item h2 {
  font-size: 24px;
  color: #333;
}

.text-item p {
  font-size: 16px;
  color: #666;
}

.sticky-section {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  padding: 40px;
}

.text-container {
  flex: 1;
}

.sticky-image {
  flex: 0 0 45%;
  position: sticky;
  top: 20px;
  margin: auto;
}

.sticky-image img {
  width: 100%;
  border-radius: 10px;
}
.text-on-video {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  align-items: flex-start;

  .text {
    font-size: 32px;
    color: #ffffff;
    font-family: "Inter";
    font-weight: 800;
    letter-spacing: 0.05em;
  }
  .button {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 20px;
    border-radius: 20px;
  }
  .logo-img {
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    gap: 40px;
  }
  .text-small {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 40px;
    font-family: "Inter";
  }
}
.text-item {
  .text-on-video {
    max-width: 40%;
    .text-multiple {
      display: flex;
      gap: 40px;
      width: 100%;
      .text {
        font-size: 22px;
        color: #ffffff;
        font-family: "Inter";
        font-weight: 400;
      }
    }
  }
}
.img-with-text-btn {
  background-color: #000000;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  position: relative;

  .text-sec {
    font-size: 20px;
    color: #ffffff;
    font-family: "Inter";
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    align-items: flex-start;
    justify-content: end;
    font-size: 20px;
    gap: 10px;
  }
  .img-sec {
    width: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .btn-sec {
    .btn {
      color: #ffffff;
      font-family: "Inter";
      font-weight: 400;
      border: 1px solid #ffffff;
      margin: 0;
    }
  }
}
.sticky-section {
  .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;

    .text-item {
      font-size: 28px;
      font-weight: 700;
      font-family: "Inter";
      display: flex;
      align-items: baseline;
      gap: 45px;

      .text-part {
        h3 {
          margin: 0;
        }
        p {
          font-weight: 400;
          line-height: 24px;
          letter-spacing: 0.025em;
        }
      }
    }
  }
}

/* Announcement-Bar css start */
.announcement-bar-container {
  display: flex;
  background: linear-gradient(to right, #0000b5, #00bfff, #00ff66);
}
.announcement-bar-content {
  display: flex;
  margin: auto;
  width: fit-content;
  padding-top: 10px;
  gap: 45px;
  align-items: center;
  justify-content: center;
}
.announcement-bar-image {
  max-width: 40%;
}
.announcement-bar-text {
  color: #ffffff;
  margin: auto;
  text-align: center;
}
.close-button-container {
  margin: auto 10px;
}
.close-button-container .close-button {
  background: transparent;
  border: 2px solid white;
  font-size: 20px;
  color: #ffffff;
  padding: 8px;
  line-height: 1;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-button:hover {
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .announcement-bar-container {
    display: none !important;
  }
}
/* Announcement-Bar css start */

/* Help section css start */
.help-container {
  max-width: 1440px;
}
.help-section {
  display: flex;
  gap: 40px;
}
.help-content {
  width: 50%;
  background: #0000000a;
  padding: 35px;
  border-radius: 30px;
}
.help-content-headering {
  font-size: 32px;
  color: #000000;
  font-weight: bolder;
}
.help-container h1 {
  color: #000000 !important;
  font-size: 60px;
  text-align: center;
  margin: 50px 0;
}
.help-color-heading {
  background-image: linear-gradient(
    45deg,
    #4d3ae4 0%,
    #c81eab 50%,
    #f33f60 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.help-image {
  width: 256px;
  height: 256px;
  display: flex;
  margin: 80px auto;
  border-radius: 999px;
}
.help-para {
  color: #262626;
}
.help-button {
  color: #0f73ff;
  padding: 16px 22px;
  border: 2px solid #0f73ff;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .help-container h1 {
    font-size: 40px;
  }
  .help-section {
    flex-direction: column;
  }
  .help-content {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .help-image {
    width: 150px;
    height: 150px;
    margin: 40px auto;
  }
  .help-content-headering {
    font-size: 20px;
  }
}
/* Help section css end */

/* header css start */
.menu-toggle {
  display: none;
}
.header {
  display: flex;
  gap: 20px;
  width: 100%;
  padding: 20px 40px;
  align-items: baseline;
  .logo {
    width: 180px;
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
  .nav {
    display: flex;
    width: calc(100% - 100px);
    justify-content: space-between;
    align-items: baseline;
    .nav-list {
      display: flex;
      gap: 40px;
      list-style: none;
      margin: 0;
      padding: 0;
      li {
        position: relative;
        display: flex;
        flex-direction: column;
        a {
          color: #808080;
          text-decoration: none;
          font-size: 14px;
        }
        a.first-child {
          color: #dc2e82;
        }
        .dropdown-item:hover {
          display: flex;
        }
        .dropdown-item {
          display: none;
          flex-direction: column;
          gap: 15px;
          padding: 20px 20px 20px;
          box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
          position: absolute;
          background-color: #ffffff;
          width: max-content;
          left: -20px;
          border-radius: 8px;
          top: 20px;
          width: 190px;
          transform: translateY(-10px);
          transition: opacity 0.3s ease, transform 0.3s ease;
          list-style: none;

          .menu-title {
            margin-bottom: 5px;
            color: #000000;
            font-weight: 700;
          }

          .dropdown {
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
          }
        }
        .dropdown-item.multiple-item {
          flex-direction: row !important;
          gap: 30px !important;
          width: 330px !important;
          div {
            display: flex;
            flex-direction: column;
            gap: 20px;
            h3 {
              margin: 0;
              font-size: 14px;
              letter-spacing: 0.075em;
            }
          }
        }
      }
      li:hover {
        .dropdown-item {
          display: flex;
          transform: translateY(0);
          z-index: 999;
          width: fit-content;
        }
      }
      li:has(.dropdown-item)::after {
        content: "";
        background-image: url(../../templates/angle-bottom-v1.svg);
        background-size: 100%;
        width: 10px;
        height: 7px;
        display: block;
        position: absolute;
        top: 6px;
        right: -15px;
      }
    }
    .auth-buttons {
      display: flex;
      gap: 25px;
      align-items: baseline;
      .login {
        color: #808080;
        text-decoration: none;
        font-size: 14px;
      }
      .signup {
        text-decoration: none;
        border: 2px solid;
        padding: 3px 15px;
        border-radius: 20px;
        font-size: 14px;
      }
    }
  }
}
#popup-content {
  position: fixed;
  top: 0;
  background-color: rgb(45 42 42 / 10%);
  height: 100vh;
  right: 0;
  width: 50%;
  display: flex;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  background-color: #ffffff;
  .content-part {
    width: 100%;
    height: 100%;
    overflow: scroll;
    .cls-btn-wrapper {
      display: flex;
      justify-content: end;
      padding: 10px 18px;
      .cls-btn {
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 18px;
        background-color: transparent;
        border: 1px solid #808080;
        color: #808080;
      }
    }
    .nav {
      .nav-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        font-size: 18px;
        list-style: none;
        padding: 40px;
        margin: 0;
        li {
          a {
            color: #808080;
            text-decoration: none;
          }
          a.first-child {
            color: #dc2e82;
          }
        }
        li.dropdown-menu-2,
        li.dropdown-menu-1 {
          a::after {
            content: ">";
            margin-left: 10px;
            font-size: 16px;
          }
        }
      }
      .auth-buttons {
        display: flex;
        justify-content: center;
        gap: 30px;
        width: 100%;
        .login {
          padding: 7px 20px;
          background-color: #e6e6e6;
          color: #808080;
          text-decoration: none;
          border-radius: 20px;
          font-size: 14px;
        }
        .signup {
          padding: 7px 20px;
          background-color: #0f73ff;
          color: #ffffff;
          text-decoration: none;
          border-radius: 20px;
          font-size: 14px;
        }
      }
    }
    .dropdown-item {
      display: none;
      flex-direction: column;
      padding: 40px 40px;
      gap: 20px;
      a {
        color: #808080;
        text-decoration: none;
        font-size: 16px;
      }
      li {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
        a.title {
          color: #dc2e82;
        }
        h3 {
          font-size: 22px;
          color: #808080;
          margin-bottom: 10px;
          margin: 0;
        }
        a.title::before {
          content: "<";
          margin-right: 10px;
          font-size: 16px;
          color: #808080;
        }
      }
    }
  }
}
#popup-content.open {
  transform: translateX(0%);
}
body.menu-open {
  background-color: #808080 !important;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #popup-content {
    width: 90%;
  }
}
/* header css end */

.footer-ab-part {
  background-color: #000000;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  .ctm-text {
    color: #ffffff !important;
    span {
      display: block;
    }
  }
  .btn {
    background-color: #0e6cff;
    color: #ffffff;
    font-weight: 500;
    background-color: #0e6cff;
    font-weight: 500;
    display: inline-block;
    padding: 15px 20px;
    font-size: 16px;
    border: 2px solid #0e6cff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
  }
}
/* footer start */
.footer {
  padding: 50px 20px;
  max-width: 1440px;
  margin: auto;

  .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    .nav-lists {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
      .nav-list {
        a {
          text-decoration: none;
          font-size: 12px;
          color: #808080;
        }
        a.bold {
          font-weight: 700;
          color: #000000;
        }
        a.bold-pink {
          color: #dc2e82;
          font-weight: 700;
        }
      }
      .nav-list.pt-10 {
        padding-top: 20px;
      }
    }
  }
  @media (max-width: 768px) {
    .nav {
      grid-template-columns: repeat(2, 1fr);
    }
  }
}
/* footer end */
.hero-header {
  margin-top: 40px;
}
.video-wrapper video {
  border-radius: 10px;
}
.btn.back-to-top {
  padding: 10px 10px;
  border-color: transparent;
  .bi-arrow-up {
    color: #ffffff;
    font-size: 18px;
  }
}
.btn.chatbot-button {
  padding: 10px 10px;
  border-color: transparent;
  .bi-chat-dots {
    color: #ffffff;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1080px) {
  .header {
    justify-content: space-between;
    padding: 20px;
    .nav {
      display: none;
    }
    .menu-toggle {
      display: block;
      border: none;
      background-color: transparent;
      color: #ffffff;
    }
  }
}
@media only screen and (max-width: 768px) {
  .logo-brand-container {
    .text-data-country {
      font-size: 20px;
    }
  }
  .video-section {
    margin: 20px 0;
    flex-direction: column;
    .video-content,
    .video-preview {
      max-width: 100%;
      width: 100%;
    }
    .video-content {
      padding: 0;
      div {
        padding: 20px 20px 5px;
        h2 {
          font-size: 22px;
        }
        p {
          font-size: 14px;
        }
      }
      .vid-btn-wrapper {
        padding: 5px 20px 10px;
        .btn {
          font-size: 14px;
          padding: 8px 12px;
        }
      }
    }
  }
  .media-container {
    padding: 20px 0;

    .text-on-video {
      max-width: 100%;
      padding: 5px 20px;

      .text {
        font-size: 22px;
        margin-top: 10px;
      }
    }
    .text-item {
      .text-on-video {
        max-width: 100%;
      }
    }
  }
  .text-on-video {
    .logo-img,
    .text-small {
      margin-bottom: 0;
    }
  }
  .img-with-text-btn {
    .text-sec {
      font-size: 22px;
    }
    .btn-sec {
      .btn {
        padding: 8px 15px;
        font-size: 14px;
      }
    }
  }
  .sticky-section {
    flex-direction: column-reverse;
    padding: 20px 0;
    .sticky-image {
      position: relative;
    }
    .text-container {
      .text-item {
        gap: 20px;
        align-items: flex-start;
        .text-part {
          h3 {
            font-size: 22px;
          }
          p {
            font-size: 14px;
          }
        }
      }
    }
  }
  .hero-header {
    padding: 20px;
    margin-top: 0;
  }
}

/* new home page design css end */

/* New Video CSS start */

@media screen and (max-width: 1024px) {
  .media-container {
    gap: 20px;
    display: flex;
    flex-direction: column;
  }
}

/* New Video CSS end */

/* CSS  WhatsApp icon start*/
#chat-bubble {
  position: fixed;
  right: 10px;
  bottom: 100px;
}

#chat-bubble a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.whatsapp-text {
  font-family: Helvetica, sans-serif;
  font-weight: 610;
  font-size: 12.5px;
  color: #000;
  background-color: #ffffffda;
  border-radius: 11px;
  margin: 0 5.5px 0 0;
  padding: 2px 10px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  #chat-bubble {
    bottom: 135px;
  }
  .back-to-top {
    bottom: 80px;
  }
}

/* CSS  WhatsApp icon end*/
