.ibm-plex {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.contact-us {
  background-image: url(./img/image.png);
  background-size: cover;
  background-position-y: bottom;
  width: 100%;
}
.form-container {
  width: 45%;
  padding-top: 90px;
  padding-bottom: 5rem;
}
.form-container-login {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 71px);
}
.form-fild {
  width: 50%;
}
.title-color {
  color: #03d503;
}

.custom-bg {
  background-color: rgba(117, 251, 76, 0.17) !important;
}
.custom-border {
  border: 1px solid #231f20 !important;
  resize: none;
}
.btn-co {
  background-color: #03d503;
}

.resize {
  width: 50%;
}

.in-cyrcil {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-flex {
  display: flex;
  gap: 50px;
  flex-wrap: nowrap;
  justify-content: start;
}

.section-height {
  padding: 7rem 0;
  background-color: #000910;
}
.mb-sm-10 {
  margin-bottom: 100px;
}
.footer-contact {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 10px;
}
.mask {
  right: -2%;
  bottom: 25%;
  position: absolute;
  background-color: #0b0b13;
  width: 600px;
  height: 400px;
  border: white;
  display: flex;
  border-style: solid;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}
ul {
  padding: 0;
}
li {
  padding: 0;
}
li:not(.dropdown) {
  padding-left: 10px;
}
.dropdown-menu li {
  padding-left: 0px;
}

.first-section {
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.second-section {
  background-position: center;
  background-size: cover;
}

.third-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-section {
  background-position: center;
  background-size: cover;
}

.fourth-section {
  background-image: url("img/image_12.png");
  background-position: center;
  background-size: cover;
}

.section {
  height: 100vh;
  background-color: #000910;
}

.first-section > .container {
  padding-top: 125px;
}

.btn-theme {
  width: 200px;
  height: 50px;
  border-radius: 24px;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s all ease-out;
  border: 1px solid;
}

.btn-theme.log-in-btn {
  display: grid;
  place-content: center;
  background: #03d503;
  color: #000;
  border-color: #03d503;
}

.btn-theme.log-in-btn:hover {
  background: transparent;
  color: #03d503;
  transition: 0.3s all ease-out;
}

.btn-theme.book-a-demo-btn {
  background: transparent;
  color: #eeeeee;
  border-color: #eeeeee;
}

.btn-theme.book-a-demo-btn:hover {
  background: #eeeeee;
  color: #000;
  transition: 0.3s all ease-out;
}

.group {
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 16, 11, 0.7764705882352941);

  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(5px);
}

.text-green {
  color: #03d503;
}
::placeholder {
  color: rgba(255, 255, 255, 50%) !important;
}
x .second-section .btn-theme {
  margin-top: 80px;
}

@keyframes rotate {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 767px) {
  .second-section,
  .third-section,
  .fourth-section,
  .grid-section {
    background-attachment: fixed;
  }

  .second-section .btn-theme {
    margin-top: 140px;
  }

  .card-green {
    height: 100%;
  }
}

.circle-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-container {
  position: relative;
  text-align: center;
  color: white;
  width: fit-content;
}

.circle-container .big-circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  border: 1px solid #03d503;
  max-width: 100%;
}

.circle-container .big-circle:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #69bd4573;
  border: 1px solid #eeeeee;
  border-radius: 50%;
}

.circle-container .small-circle {
  width: 150px; /* Adjust as necessary */
  height: 150px; /* Adjust as necessary */
  border-radius: 50%;

  border: 2px solid #03d503; /* Use the exact color code from your image */
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em; /* Adjust as necessary */
  z-index: 2;
  background: rgba(3, 3, 3, 0.81);
}

.top-left {
  top: 50%;
  transform: translateY(-50%);
  left: -75px;
}

/* Adjust position as necessary */
.top {
  top: -75px;
  right: 50%;
  transform: translateX(50%);
}

/* Adjust position as necessary */
.bottom-left {
  bottom: -75px;
  /* left: -75px; */
  /* top: -75px; */
  right: 50%;
  transform: translateX(50%);
}

/* Adjust position as necessary */
.bottom-right {
  top: 50%;
  right: -75px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .group {
    height: fit-content;
  }

  .first-section {
    background-position: center;
  }

  .circle-box {
    scale: 0.8;
  }

  .fourth-section.circle-section {
    height: 591px;
  }
}

.card-green {
  background: #03d50317;
  border: 1px solid #03d503;
}

@media screen and (max-width: 525px) {
  .circle-box {
    scale: 0.6;
  }
}

@media screen and (max-width: 375px) {
  .circle-box {
    scale: 0.5;
  }
}

/* Adjust position as necessary */

.navbar {
  background: #69bd451f !important;
  position: fixed;
  z-index: 9999;
  width: 100%;
  left: 0%;
  top: 0%;

  box-shadow: 0px 0px 0px 0px #ffffff40;
  backdrop-filter: blur(50px);
}

.navbar .logo-image {
  width: auto;
}

.nav-link {
  color: #eeeeee;
}

.nav-link.active,
.nav-link:hover {
  color: #03d503 !important;
}

.nav-item:hover .nav-link {
  color: #03d503 !important;
}

.a.nav-link.dropdown-toggle.show {
}

ul.dropdown-menu.show {
  border: none;
  backdrop-filter: blur(50px);
  background: #254923;
  border-radius: 0;
  mix-blend-mode: color-dodge;
}

a.dropdown-item {
  color: #eeeeee;
}
a.dropdown-item.active {
  background-color: #03d503 !important;
  color: #000;
}

a.dropdown-item:hover {
  color: #000;
  background: #03d503;
}

@media screen and (min-width: 991px) {
  .navbar {
    border-radius: 60px;
    width: 96% !important;
    left: 2% !important;
    top: 4% !important;
  }

  ul.dropdown-menu.show {
    min-width: 130px;
    width: 130px;
  }

  a.nav-link.dropdown-toggle.show {
    mix-blend-mode: lighten;
    box-shadow: 0px 0px 0px 0px #ffffff40;
    backdrop-filter: blur(50px);
    background: #254923;
    border-radius: 0;
    min-width: 130px;
    width: 130px;
  }
}

.footer {
  background-color: black;
  color: #eeeeee;
  position: relative;
  overflow: hidden;
}
.content-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 90px;
}
.footer-links {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 25px;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  color: #eeeeee;
  text-decoration: none;
}
.vector-left {
  background-image: url(img/Vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 50%;
  height: 100%;
}
.vector-right {
  background-image: url(img/Vector1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -5%;
  top: 28%;
  width: 447px;
  height: 72%;
}
.vector {
  position: absolute;
  display: block;
  right: 3%;
  top: 10%;
}
.ellipse {
  position: absolute;
  left: 0;
  top: 0;
}
.mm {
  margin-top: 50px;
}

@media screen and (max-width: 992px) {
  .form-container {
    width: 90%;
  }
  .form-container-login {
    width: 90%;
  }
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
  .vector-right {
    width: 490px;
  }
  .vector-left {
    width: 60%;
  }

  .mask {
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 33%;
  }
  .resize {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
    overflow: hidden;
  }
  .section-height {
    padding: 3rem 0;
    background-color: #000910;
  }
  .vector-left {
    background-image: url(img/Vector2.svg);
    top: -10%;
    width: 100%;
  }
  .vector-right {
    background-image: url(img/Vector3.svg);
    background-size: contain;
    top: 50%;
    height: 100%;
    width: 259px;
  }
  .fix {
    margin-top: 50px;
  }
  .mm {
    margin-top: 0;
  }
  .vector {
    display: none;
  }

  .third-section-drp {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mb-sm-10 {
    margin-bottom: 100px;
  }
  .resize {
    width: 70%;
  }
  .resizes {
    left: -14%;
  }
  .footer-contact {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
  }
  .section-flex {
    display: block;
  }
  .form-fild {
    width: 100%;
  }
  .form-container {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 525px) {
  .fix {
    margin-top: 80px;
  }
  .mask {
    width: 80%;
    height: 36%;
  }
}

@media screen and (max-width: 384px) {
  .fix {
    margin-top: 120px;
  }
  .resize {
    width: 140%;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #0d0d12;
  /* box-shadow: inset 0px 0px 6px 0px; */
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #03d503;
}

section * {
  position: relative;
  z-index: 2;
}
section:after {
  content: "";
  position: absolute;
  background-image: url("./img/mask.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}



/*Scrolling Nav Style*/
#scrollingNav {
  display: none;
  width: 9rem;
  border-radius: 60px;
  position: fixed;
  z-index: 9999;
  left: 2%;
  top: 4%;
  background: #69bd451f;
  backdrop-filter: blur(50px);
  padding: 0.4rem 0.2rem 0.2rem;
  cursor: pointer;
}



