@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --primary-info-clr: #07b3f1;
  --primary-success-clr: #56e00e;
  --secondary-clr: #494949;
  --white-clr: #ffffff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::selection {
  background-color: var(--primary-info-clr);
  color: var(--white-clr);
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--secondary-clr);
  overflow-x: hidden !important;
}

.paddingTop {
  padding-top: 70px;
}

.paddingBottom {
  padding-bottom: 70px;
}

/* =============== Preloader Css Start ================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-clr);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index: 999999;
}

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.outer-circle {
  background-image: linear-gradient(156deg, #07b3f1 0%, #56e00e 100%);
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 0;
  -webkit-animation: rotateCircle 2s linear infinite;
  animation: rotateCircle 2s linear infinite;
  padding: 5px;
  display: table;
}

.outer-circle .inner-circle {
  background: #fff;
  height: 60px;
  width: 60px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  animation: rotateCircle 2s linear infinite reverse;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

/* =============== Preloader Css Start ================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white-clr);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  z-index: 999999;
}

#status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.preloader_gif {
  margin-left: 2px;
  width: 95px;
}
.loading-text {
  font-size: 22px;
}

/* =============== Preloader Css End ================== */

@-webkit-keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* =============== Preloader Css End ================== */

header {
  position: relative;
  z-index: 999;
}

.errorpage_wrapper header {
  border-bottom: 1px solid #dfdfdf;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  width: 100%;
  z-index: 100;
}

.sticky-nav {
  box-shadow: 0 1px 11px 0 rgb(174 174 174 / 20%), 0 0px 6px 0 rgb(0 0 0 / 10%);
  background-color: var(--white-clr);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.menu-items {
  order: 2;
  display: flex;
  align-items: center;
}

.logo {
  order: 1;
  width: 210px;
}
.footer_logo {
  width: 210px;
}
nav a.logo img {
  width: 100%;
}

.menu-items li {
  list-style: none;
  margin-right: 40px;
}

.navbar a {
  text-transform: capitalize;
  font-size: 18px;
  color: var(--secondary-clr);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: color 0.2s ease-in-out;
}

.navbar a:hover {
  color: var(--primary-info-clr);
}

.info_btn {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: 0.2s all !important;
  color: var(--white-clr) !important;
  padding: 14px 33px;
  border-radius: 100px;
  background-color: var(--primary-info-clr);
}

.info_btn:hover {
  background-color: var(--primary-success-clr);
}

.success_btn {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: 0.2s all !important;
  color: var(--white-clr) !important;
  padding: 14px 33px;
  border-radius: 100px;
  background-color: var(--primary-success-clr);
}

.success_btn:hover {
  background-color: var(--primary-info-clr);
}

.dark_btn {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 0.5px;
  transition: 0.2s all !important;
  color: var(--white-clr) !important;
  padding: 14px 33px;
  border-radius: 100px;
  background-color: var(--secondary-clr);
}

.dark_btn:hover {
  background-color: var(--primary-info-clr);
}

.hero_sec {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0px;
  background: #07b3f112;
  overflow: hidden;
  margin-top: -80px;
  position: relative;
  height: 1000px;
}

.wave_topShape {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.wave_bottomShape {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero_content {
  position: relative;
  z-index: 3;
}

.hero_imgs {
  height: 100%;
  padding-right: 20px;
  position: relative;
}

.hero_img_item {
  position: absolute;
}

.chart_img {
  animation: UpDown 2.5s linear infinite;
  z-index: 3;
  top: 10%;
  right: 49%;
}

@keyframes UpDown {
  0% {
    top: 8%;
  }
  50% {
    top: 11%;
  }
  100% {
    top: 8%;
  }
}

.hero_img2 {
  border: 8px solid var(--white-clr);
  left: 8%;
  top: 57%;
  z-index: 2;
}

.square_shap {
  position: absolute;
  z-index: -1;
  right: -10px;
  bottom: -30px;
  width: 361px;
  height: 281px;
  background-color: var(--primary-info-clr);
}

.hero_content h1 {
  color: var(--secondary-clr);
  font-size: 75px;
  font-style: normal;
  font-weight: 900;
  line-height: 80px;
  letter-spacing: 3.28px;
  margin-top: 10px;
  text-transform: uppercase;
}

.hero_content h1 span {
  color: var(--primary-info-clr);
}

.hero_content h1 .wave_text {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, 0.17));
}

.hero_content h1 .wave_text span {
  position: relative;
  display: inline-block;
  margin-left: -16px;
  color: var(--primary-info-clr);
  text-transform: uppercase;
  animation: wave_text 3s infinite;
  animation-delay: calc(0.1s * var(--i));
  letter-spacing: 16px;
}

.hero_content h1 .wave_text span:first-child {
  margin-left: 0px;
}

@keyframes wave_text {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-6px);
  }
}

.hero_content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}

p.fs-18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.about_content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding: 40px 30px;
  background: linear-gradient(
    180deg,
    rgba(86, 224, 14, 0.04) 0%,
    rgba(86, 224, 14, 0.2) 100%
  );
}

p {
  font-weight: 500;
  line-height: 26px;
}

.about-img {
  height: 100%;
  object-fit: cover;
}

.about_content ul li {
  font-weight: 500;
  margin-bottom: 17px;
  line-height: 30px;
}

h2 {
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
}

.success-clr {
  color: var(--primary-success-clr);
}

.info-clr {
  color: var(--primary-info-clr);
}

/* ============ Our Services ============ */

.animated_setting {
  position: relative;
  width: 135px;
  height: 97px;
  margin: auto;
  text-align: center;
}

.b-settingIco,
.s-settingIco {
  position: absolute;
}

.b-settingIco {
  left: 0;
  top: 0;
  animation: circleRight 15s linear infinite;
}

.s-settingIco {
  right: 6px;
  bottom: -2px;
  animation: circleLeft 15s linear infinite;
}

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

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

.ourServices {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(7, 179, 241, 0) 0%,
    rgba(7, 179, 241, 0.08) 100%
  );
  text-align: center;
}

.waveShape {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.serviceItem {
  z-index: 1;
  transition: 0.2s all;
  color: #000;
  height: 100%;
  position: relative;
  background-color: var(--white-clr);
}

.serviceItem .rounded_shape {
  transition: 0.2s all;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.serviceItem_icon {
  transition: 0.2s all;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 100px;
  margin: auto;
  text-align: center;
  border: 2px solid var(--white-clr);
  transform: translate(145%, -50%);
  position: absolute;
  background-color: #b7ecff;
}

.serviceItem_content {
  padding: 70px 25px 40px 25px;
  position: relative;
  z-index: 1;
}

.serviceItem_content h4 {
  text-transform: capitalize;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.serviceItem_content p {
  line-height: 23px;
  margin-bottom: 0;
}

.serviceItem:hover {
  background-color: var(--primary-info-clr);
  color: var(--white-clr);
}

.serviceItem:hover .rounded_shape {
  opacity: 0.2;
}

.serviceItem:hover .serviceItem_icon {
  background-color: var(--white-clr);
  border-color: var(--primary-info-clr);
}

.services_row {
  padding-top: 70px;
  padding-bottom: 30px;
}

.serviceItem::after {
  content: "";
  top: -40px;
  z-index: -1;
  position: absolute;
  width: 309px;
  height: 25.18px;
  background-image: url("../images/dashed-line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.serviceItem.last-child::after {
  display: none;
}

.owl-dots {
  text-align: left;
  padding-top: 0px;
}

.owl-dots button.owl-dot {
  width: 7.85px;
  height: 7.85px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 5px;
}

.owl-dots button.owl-dot.active {
  background-color: var(--secondary-clr);
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.testimonial_item h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.testimonial_item h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

p.fs-14 {
  font-size: 14px;
  font-weight: 400;
}

.testimonial_img {
  position: relative;
}

.testimonial_img img {
  max-width: 495px;
  height: 495px;
  object-fit: cover;
  border-radius: 100%;
}

.quote_icon {
  width: 100px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.ourPrices {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(7, 179, 241, 0) 0%,
    rgba(7, 179, 241, 0.08) 100%
  );
  text-align: center;
}

.ourPrices .waveShape {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pricing_plan {
  text-align: left;
  padding: 35px 30px;
  border: 1px solid #d6d6d6;
  background-color: var(--white-clr);
}

.pricing_plan ul {
  padding-left: 0;
  border-top: 1px solid #e1e1e1;
  margin-top: 18px;
  margin-bottom: 30px;
  padding-top: 20px;
}

.pricing_plan ul li {
  background: url("../images/icons/check-list.svg") 0 50% no-repeat;
  background-size: 21px;
  list-style-type: none;
  text-transform: capitalize;
  font-size: 15px;
  padding-left: 31px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 16px;
}

.pricing_plan ul li:last-child {
  margin-bottom: 0;
}

.plan_price {
  transition: 0.3s all;
}

.pricing_plan:hover .dark_btn {
  background-color: var(--primary-info-clr);
}

.pricing_plan:hover .plan_price {
  color: var(--primary-info-clr);
}

.dark_btn:hover {
  background-color: var(--primary-success-clr) !important;
}

.contactUs {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(86, 224, 14, 0) 0%,
    rgba(86, 224, 14, 0.08) 100%
  );
  text-align: center;
}

.contact_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 30px 55px;
  background-color: var(--primary-success-clr);
  color: var(--white-clr);
}

.contact_wrapper h2 {
  font-size: 48px;
}

.contact-line {
  margin-left: 5px;
}

.fs-20 {
  font-size: 20px;
}

.contact_wrapper p.fs-25 {
  font-size: 25px;
  font-weight: 500;
  margin-top: 15px;
}

.contact_wrapper form .input_wrap {
  position: relative;
}

.contact_wrapper form input {
  width: 100%;
  background-color: #ffffff20;
  color: var(--white-clr);
  font-size: 16px;
  font-weight: 500;
  outline: none;
  border: 0;
  padding: 20px 30px;
  border-radius: 100px;
}

.contact_wrapper form input:focus {
  background-color: #ffffff30;
}

.contact_wrapper form input::placeholder {
  color: var(--white-clr);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.contact_wrapper form button.submit_btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  transition: 0.3s all;
  padding: 18.5px 60px;
  text-align: center;
  background-color: var(--white-clr);
  color: var(--primary-success-clr);
  border-radius: 100px;
  font-weight: 600;
  border: 0;
  outline: none;
}

.contact_wrapper form button.submit_btn:hover {
  background-color: var(--primary-info-clr);
  color: var(--white-clr);
}

.innerPage_wrapper {
  overflow: hidden !important;
}

.innerPage_wrapper footer {
  border-top: 1px solid #dfdfdf;
}

.footer_head {
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
}

footer ul li {
  list-style-type: none;
  text-transform: capitalize;
  margin-right: 25px;
  margin-bottom: 15px;
}

footer ul li:last-child {
  margin-right: 0;
}

footer ul li a {
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s all;
  color: var(--secondary-clr);
}

footer ul li a:hover {
  color: var(--primary-info-clr);
}

.socialMedia {
  margin-right: 22px;
  transition: 0.2s all;
}

.socialMedia:last-child {
  margin-right: 0;
}

.socialMedia:hover svg path {
  fill: var(--primary-info-clr);
}

.mx-wdth {
  min-width: 100px;
}

.smll_footer {
  width: 100%;
  padding: 20px 20px;
  text-align: center !important;
  border-top: 1px solid #dfdfdf;
}

.error_wrap,
.maintenance_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}

.errorMsg_print,
.maintenanceMsg_print {
  max-width: 765px;
  margin: auto;
  text-align: center;
}

.breadcrumb_area {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #07b3f112;
  min-height: 202px;
}

.ib-topshape {
  position: absolute;
  right: 0;
  top: 0;
}

.ib-bottomshape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white-clr);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 40px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 20px;
  border: 1px solid #d2d2d2;
}

.nice-select:after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  height: 8px;
  margin-top: -5px;
  right: 22px;
  top: 50%;
  width: 8px;
}

.nice-select .list {
  background-color: var(--white-clr);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  margin-top: 4px;
  top: 100%;
  width: 100%;
  z-index: 9;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: #07b3f112;
}

.nice-select .option {
  font-weight: 500;
}

.contact_form {
  border: 1px solid #d2d2d2;
  border-radius: 14px;
  padding: 25px;
}

.contact_form form .nice-select,
.contact_form form input,
.contact_form form textarea {
  margin-bottom: 10px;
  font-weight: 500;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  color: var(--secondary-clr);
  background-color: var(--white-clr);
}

.contact_form form input,
.contact_form form textarea {
  padding: 12px 20px;
}

.contact_form form textarea {
  height: 235px;
}

.contact_form form input:focus,
.contact_form form textarea:focus {
  border-color: #999;
  outline: none;
}

.contact_form form input::placeholder,
.contact_form form textarea::placeholder {
  color: var(--secondary-clr);
}

.contact_detail {
  display: flex;
  align-items: baseline;
  justify-content: start;
  padding: 25px;
  border-radius: 20px;
  background-color: #f0fafe;
  margin-bottom: 15px;
}

.contact_detail:last-child {
  margin-bottom: 0px;
}

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

.contact_detail .dtls a {
  transition: 0.2s all;
  text-decoration: none;
  font-weight: 400;
  color: var(--secondary-clr);
  font-size: 16px;
}

.contact_detail .dtls a:hover {
  color: var(--primary-info-clr);
}

.login_form form input {
  border: 1px solid #e6e6e6;
  outline: none;
  padding: 15px 20px;
  border-radius: 10px;
}

.login_form form input:focus {
  border-color: #d2d2d2;
}

.login_form form input::placeholder {
  color: #9f9f9f;
}

/* .margin-mins{
    margin-top: -375px;
} */

.login_form_wrapper {
  position: relative;
}

.login_img img {
  width: 1100px;
  height: 900px;
  object-fit: cover;
}

.sign_in {
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  color: var(--secondary-clr) !important;
  background-color: var(--white-clr);
  transition: 0.2s all;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.sign_in:hover {
  background-color: #07b3f112;
}

.or {
  position: relative;
  margin-bottom: 20px;
}

.or p {
  text-align: center;
  position: relative;
  z-index: 1;
  width: 80px;
  margin: auto;
  text-transform: uppercase;
  background: var(--white-clr);
  padding: 10px 15px;
}

.or:after {
  content: "";
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 23px;
  background-color: #e6e6e6;
}

/* ------- css scroll mince -------------------------------- */

/* Personnalisation de la barre de défilement pour Chrome et Safari */
/* Barre de défilement verticale */
::-webkit-scrollbar {
  width: 10px;
}

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

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Barre de défilement horizontale (optionnelle) */
::-webkit-scrollbar-horizontal {
  height: 10px;
}

::-webkit-scrollbar-thumb:horizontal {
  background-color: #888;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #555;
}

::-webkit-scrollbar-track:horizontal {
  background-color: #f1f1f1;
}

/* Personnalisation de la barre de défilement pour Firefox */
/* Barre de défilement verticale */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* ::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
} */
/*------------------------*/

/* Styles pour le bouton désactivé */
.disabled-btn {
  background-color: gray; /* Couleur de fond grise pour le bouton désactivé */
  cursor: not-allowed; /* Curseur indisponible */
  opacity: 0.7; /* Opacité réduite pour indiquer que le bouton est désactivé */
}
.info_btn.small {
  padding: 10px 12px;
}

/* ============ icon services  ============ */

.single_it_work_content_list {
  position: relative;
}
.single_it_work_content_list::before {
  position: absolute;
  right: -75px;
  top: 26px;
  height: 1px;
  width: 130px;
  content: "";
  background: #ddd;
}
.single_it_work_content_list.three::before {
  display: none;
}

.single_it_work_content_list span {
  background: #0c5adb;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  position: relative;
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  transition: 0.3s;
}
.single_work_content_title h4 {
  font-size: 20px;
  font-weight: 700;
}
.single_it_work_content_list span:after {
  position: absolute;
  left: -10px;
  top: -10px;
  height: 65px;
  width: 65px;
  content: "";
  background: #0c5adb;
  z-index: -1;
  border-radius: 50%;
  right: 0;
  margin: auto;
  opacity: 0.4;
  transition: 0.3s;
}

.single_it_work_content_list span:before {
  position: absolute;
  left: -20px;
  top: -20px;
  height: 85px;
  width: 85px;
  content: "";
  background: #0c5adb;
  z-index: -1;
  border-radius: 50%;
  right: 0;
  margin: auto;
  opacity: 0.2;
  transition: 0.3s;
}
.single_it_work:hover .single_it_work_content_list span,
.single_it_work:hover .single_it_work_content_list span:before,
.single_it_work:hover .single_it_work_content_list span:after {
  transform: scale(1.1);
}

/* ============ End icon number sur services ============ */

/* =========   canva animation particle   ===========================*/

.intro__bg,
.intro__bg canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========  End canva animation particle ===========================*/
