/*========== FONT LIKED HERE ==========*/
#success_message{
  display: none;
}
#success_message p{
  color: rgb(255, 255, 255);
  font-size: 1em;

}


@font-face {
  font-family: "Silka";
  src: url("../fonts/Silka-Regular.eot");
  src: url("../fonts/Silka-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Silka-Regular.woff2") format("woff2"),
    url("../fonts/Silka-Regular.woff") format("woff"),
    url("../fonts/Silka-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/Silka-Medium.eot");
  src: url("../fonts/Silka-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Silka-Medium.woff2") format("woff2"),
    url("../fonts/Silka-Medium.woff") format("woff"),
    url("../fonts/Silka-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Silka";
  src: url("../fonts/Silka-Bold.eot");
  src: url("../fonts/Silka-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Silka-Bold.woff2") format("woff2"),
    url("../fonts/Silka-Bold.woff") format("woff"),
    url("../fonts/Silka-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*========== FONT LIKED HERE// ==========*/

/*========== BASIC STYLE ==========*/
:root,
[data-bs-theme="dark"] {
  --bs-body-bg: #090c10;
  --bs-body-color: #9f9f9f;
  --heading-color: #9f9f9f;

  --bs-gray-600: #30363d;
  --bs-gray-700: #21262d;

  --bs-dark-rgb: 9, 9, 11;

  --font-family: "Silka", sans-serif;
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  position: relative;
}
body {
  font-family: var(--font-family);
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
}
p {
  line-height: 1.667;
  margin-bottom: 15px;
}
ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  color: var(--heading-color);
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
a,
button {
  transition: 0.3s ease;
  color: inherit;
  outline: medium none;
  font-size: inherit;
  font-family: inherit;
  cursor: pointer;
  background: none;
  border: 0;
}
*::selection,
*::-moz-selection {
  background: #007acc;
  color: #fff;
  text-shadow: none;
}
img {
  max-width: 100%;
}
/*========== BASIC STYLE// ==========*/

/*========== CONTAINER WIDTH ==========*/
.container {
  max-width: 1200px;
}
/*========== CONTAINER WIDTH// ==========*/

/*========== GLOBAL CSS ==========*/
.p-4-plus {
  padding: 2rem !important;
}
.pt-4-plus {
  padding-top: 2rem !important;
}
.pb-4-plus {
  padding-bottom: 2rem !important;
}
.px-4-plus {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.py-4-plus {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.bg-attachment {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--gray-color);
}
.pointer-event-none {
  pointer-events: none;
}
.inset-0 {
  inset: 0;
}
.inset-1 {
  inset: 1px;
}
.flex-1 {
  flex: 1;
}

.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}

/*========== GLOBAL CSS// ==========*/

/*========== PAGE CONTAINER  ==========*/
p {
  letter-spacing: 0.025em;
}
.texture {
  opacity: 0.06;
  background-size: 64px;
  z-index: 999;
  pointer-events: none;
}
.nav {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  --bs-nav-link-padding-x: 1.85rem;
  --bs-nav-link-padding-y: 0.2rem;
  padding: 0.4em 0.3em;
  position: relative;
  z-index: 1;
}
.nav-link {
  margin: 0 0.5em;
}
.nav-indecator {
  position: absolute;
  z-index: -1;
  background: var(--bs-gray-700);
  border: 2px solid var(--bs-gray-600);
  height: calc(100% - 0.8em);
  width: 5em;
  border-radius: inherit;
  transition: 0.3s ease;
}

.shine {
  mask-image: radial-gradient(circle at 50% 150%, white, transparent);
  background-image: conic-gradient(
    from -45deg at 50% 150%,
    transparent 0deg,
    rgb(16, 7, 30) 15deg,
    transparent 30deg,
    rgb(16, 7, 30) 45deg,
    transparent 60deg,
    rgb(16, 7, 30) 75deg,
    transparent 90deg
  );
  opacity: 0.4;
  filter: blur(4px);
}
.card {
  --bs-card-bg: rgba(var(--bs-white-rgb), 0.1);
  --bs-card-border-radius: 1.65em;
  padding: 1px;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
}
.card:hover {
  box-shadow: 0 5px 24px 0 rgba(99, 99, 110, 0.1);
}
.map,
.overlay,
.blue-shine,
.shine {
  border-radius: inherit;
}

.card .overlay {
  background-color: rgba(var(--bs-dark-rgb), 0.7);
  transition: 0.3s ease-in;
}
.card:hover .overlay {
  background-color: rgba(var(--bs-black-rgb), 0.75);
}

.card-body {
  border-radius: inherit;
}

.momoji {
  width: 6.85em;
  padding: 2px;
  box-shadow: inset 1px 4px 6px rgba(0, 0, 0, 0.4),
    inset 0px -2px 16px -3px rgba(0, 0, 0, 0.2);
}
.shade {
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 12.5%,
    rgb(0, 0, 0) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}
.marquee {
  animation: scroll 35s linear infinite;
  flex: 0 0 auto;
}
@keyframes scroll {
  100% {
    transform: translate(-100%);
  }
}
.stared-list img {
  width: 1rem;
}
.stared-list li {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.map {
  height: 14.7em;
  background-position: 50%;
  min-width: 14em;
  width: 100%;
}

.badge {
  background-color: rgba(63, 63, 70, 0.95);
  --bs-badge-font-weight: 500;
  --bs-badge-color: var(--bs-body-color);
  --bs-badge-font-size: 12px;
  --bs-badge-padding-y: 0.45em;
}

.lottie-icon {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.5;
  display: inline-block;
}
.lottie-icon:hover {
  opacity: 1;
}

.theme-btns button {
  border-radius: 1.5em;
  position: relative;
  z-index: 1;
  min-height: 5.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.theme-btns button::before {
  content: "";
  inset: 0;
  position: absolute;
  border-radius: inherit;
  z-index: -1;
  background-color: rgba(4, 4, 13, 0.16);
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  opacity: 0;
  transition: inherit;
  box-shadow: -4px 1px 10px 1px rgba(9, 9, 11, 0.22);
}
.theme-btns button.active::before {
  opacity: 0.4;
}

.social img {
  width: 5em;
}
.social {
  height: 9.3em;
}

.framework-list li {
  background: rgb(38 38 38);
  border-radius: 1rem;
  width: 5em;
  aspect-ratio: 1/1;
  display: inline-grid;
  place-content: center;
  margin: 0 0.5em;
}
.framework-list li img {
  width: 2.5em;
  height: 2.5em;
}

.circle-icon {
  height: 3rem;
  width: 3rem;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  border: 1px solid transparent;
}
.circle-icon .lottie-icon {
  width: 2rem;
}
.circle-icon:hover {
  background: rgba(63, 63, 70, 0.25);
  border-color: hsla(0, 0%, 100%, 0.1);
}

.img-dark {
  display: none;
}
.status-imgs img {
  margin-bottom: 1em;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.status-imgs img:nth-child(1) {
  width: 44%;
  margin-left: 2%;
}
.status-imgs img:nth-child(2) {
  width: 43%;
  margin-left: 7%;
}
.status-imgs img:nth-child(3) {
  width: 46%;
  margin-left: 10%;
}
.status-imgs img:nth-child(4) {
  width: 15%;
  margin-left: 18%;
}
.status-imgs img:nth-child(5) {
  width: 52%;
}
.status-imgs img:nth-child(6) {
  width: 32%;
  margin-left: 12%;
}

.grid-item {
  width: 50%;
}
.grid-width-15 {
  width: 15%;
}
.grid-width-25 {
  width: 25%;
}
.grid-width-35 {
  width: 35%;
}
.grid-width-40 {
  width: 40%;
}
.grid-width-60 {
  width: 60%;
}

.grid-item {
  padding: 0 10px 20px;
}
.grid {
  margin-left: -10px;
  margin-right: -10px;
}

.card {
  transition: 0.3s ease;
  transform: translateY(30px);
  opacity: 0;
}
body.loaded .card {
  opacity: 1;
  transform: translateY(0);
}
.contact-form .close {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
}
.contact-form .close svg path {
  stroke: #fff;
}
[data-bs-theme="light"] .contact-form .close svg path {
  stroke: #000;
}
.form-control:focus {
  border-color: #fff;
  box-shadow: 0 0;
}
[data-bs-theme="light"] .form-control:focus {
  border-color: #000;
}
.grid-item-17 {
  display: none;
}
.contact-grid .grid-item-17 {
  display: block;
}
.contact-grid .grid-item-5,
.contact-grid .grid-item-6,
.contact-grid .grid-item-8,
.contact-grid .grid-item-9,
.contact-grid .grid-item-10 {
  display: none;
}

/* change mode to light */
[data-bs-theme="light"] {
  --bs-body-bg: #e0dfe3;
  --bs-body-color: #1e1b4b;

  --heading-color: rgb(15 23 42);

  --bs-gray-600: #fff;
  --bs-gray-700: #fff;

  --bs-dark-rgb: 9, 9, 11;
}
[data-bs-theme="light"] .card {
  --bs-card-bg: rgba(var(--bs-white-rgb), 0.6);
}
[data-bs-theme="light"] .card .overlay {
  background-color: rgba(250, 250, 250, 0.3) !important;
}
[data-bs-theme="light"] .card .blue-shine {
  background-image: radial-gradient(
    80% 6% at 50% 103%,
    rgba(111, 56, 252, 0.267),
    transparent
  ) !important;
}
[data-bs-theme="light"] .card .shine {
  display: none;
}
[data-bs-theme="light"] .text-white {
  color: rgb(15 23 42) !important;
}
[data-bs-theme="light"] .badge {
  background: rgba(113, 113, 122, 0.15);
}
[data-bs-theme="light"] .theme-btns button::before {
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.3) 0%,
    rgb(255, 255, 255) 100%
  );
}
[data-bs-theme="light"] .img-light {
  display: none;
}
[data-bs-theme="light"] .img-dark {
  display: block;
}
[data-bs-theme="light"] .circle-icon:hover {
  background: #fff;
  border-color: #fff;
}
[data-bs-theme="light"] .nav {
  --bs-nav-link-color: #0d1117;
  --bs-nav-link-hover-color: #0d1117;
}
[data-bs-theme="light"] .framework-list li {
  background: rgb(229 229 229);
}

/*========== PAGE CONTAINER // ==========*/

/*========== cursor  ==========*/
.cursor__wrapper {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cursor__gradient {
  width: 20vmax;
  height: 20vmax;
  background: linear-gradient(90deg, #3effe8 1.98%, #8c0fee 100%);
  filter: blur(60px);
  z-index: -1;
  border-radius: 50%;
  animation: rotateHalo 10s linear infinite;
}

.cursor__circle__inner {
  width: 1rem;
  height: 1rem;
  background-color: black;
  z-index: 1000;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%; /* Assurez-vous que le point est rond */
}

.cursor__circle {
  width: 4rem;
  height: 4rem;
  z-index: 100;
  padding: 2px;
  border: 1px solid #151519;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border-radius: 50%;
}

@keyframes rotateHalo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* .card-body > img {
  height: 21em;
  width: 100%;
  object-fit: cover;
} */

/* ---------------------------------------------- FOOTER ------------------------------------------ */

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  min-height: 10vh;
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  padding: 20px;
}

.footer {
  background-color: #000000;
  color: #fff;
  padding: 30px 10px 10px;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1;
  margin: 0 20px 20px;
  min-width: 200px;
}

.footer-section h3 {
  margin-bottom: 15px;
  margin-left: 20;
}

#newsletter-form {
  display: flex;
}

#newsletter-form input {
  flex: 1;
  padding: 10px;
  border: none;
}

#newsletter-form button {
  padding: 10px 15px;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  border: none;
  cursor: pointer;
}

.social-icons {
  display: flex;
  gap: 10px;
}

.social-icon {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #4CAF50;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #555;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 24px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#back-to-top:hover {
  background-color: #45a049;
}