/*
Author: WaterDesign
Email: hpetreh@gmail.com
File: Main css file of the template
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --primary: #E7B400;
  --primary-dark: #ac8f56;
  --primary-light: #ffdf6c;
  --primary-lightless: #fffef3;
  --primary-transparent: #e7b50025;
  --accent: #0047AB;
  --accent-dark: #003681;
  --accent-2: #FF8D1B;
  --accent-2-dark: #ff3934;
  --dark: #222222;
  --gray2: #4f4f4f;
  --gray3: #888792;
  --gray4: #a8a7b2;
  --gray5: #e1e0f0;
  --gray6: #F2F2F2;
  --gray7: #f8f8f8;
  --darker: #004d69;
  --red: #F41925;
  --green: #108757;
  --yellow: #fbd142;
}

*:focus {
  outline: none;
}


/*******************
1.General
*******************/

html,
body {
  width: 100vw;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  background-color: #fefffe;
  margin: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  overflow-x: hidden;
  background-position: center;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6,
.cinzel-d {
  font-family: "Cinzel Decorative", sans-serif;
  font-style: normal;
}

.cinzel {
  font-family: "Cinzel", sans-serif;
  font-style: normal;
}

h1 {
  font-size: 2.63em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.63em;
}

h4 {
  font-size: 1.38em;
}

h5 {
  font-size: 1.13em;
}

h6 {
  font-size: 0.88em;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease-out;
}

strong {
  font-weight: bold;
}

p {}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: var(--primary);
}

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


::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

.low-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FFF;
  background-image: -webkit-gradient(linear,
      40% 0%,
      75% 84%,
      from(#E7B400),
      to(#CAA969),
      color-stop(.6, #804D00))
}

.no-scrollbar::-webkit-scrollbar-track,
.no-scrollbar::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar-thumb {
  display: none;
}

.featured-places-container {
  bottom: 0em;
}

.container {
  max-width: 1016px;
}

.red {
  color: red;
}

.green {
  color: green;
}

.yellow {
  color: yellow;
}

.orange {
  color: orange;
}

.red-back {
  background-color: red;
}

.green-back {
  background-color: green;
}

.white {
  color: #fff;
}

.transparent-back {
  background-color: transparent;
}

.primary-transparent-back {
  background-color: var(--primary-transparent);
}

.white-back {
  background-color: #fff;
}

.black {
  color: #000;
}

.black-back {
  background-color: #000;
}

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

.primary-back {
  background-color: var(--primary);
}

.primary-dark {
  color: var(--primary-dark);
}

.primary-dark-back {
  background-color: var(--primary-dark) !important;
}

.primary-light {
  color: var(--primary-light);
}

.primary-light-back {
  background-color: var(--primary-light) !important;
}

.accent {
  color: var(--accent) !important;
}

.accent-dark {
  color: var(--accent-dark);
}

.accent-back {
  background-color: var(--accent);
}

.accent-2 {
  color: var(--accent-2);
}

.accent-2-dark {
  color: var(--accent-2-dark);
}

.accent-2-back {
  background-color: var(--accent-2);
}

.dark {
  color: var(--dark);
}

.dark-back {
  background-color: var(--dark);
}

.gray3 {
  color: var(--gray3) !important;
}

.gray2 {
  color: var(--gray2);
}

.gray4 {
  color: var(--gray4);
}

.gray5 {
  color: var(--gray5);
}


.gray6 {
  color: var(--gray6) !important;
}

.white-border {
  border-color: white !important;
}

.accent-border {
  border-color: var(--accent) !important;
}

.primary-border {
  border-color: var(--primary) !important;
}

.red-border {
  border-color: var(--red) !important;
}

.gray3-border {
  border-color: var(--gray3) !important;
}

.gray2-border {
  border-color: var(--gray2) !important;
}

.gray4-border {
  border-color: var(--gray4) !important;
}

.gray5-border {
  border-color: var(--gray5) !important;
}

.gray2-back {
  background: var(--gray2) !important;
}

.gray3-back {
  background: var(--gray3) !important;
}

.gray4-back {
  background: var(--gray4) !important;
}

.gray5-back {
  background: var(--gray5) !important;
}

.gray6-back {
  background: var(--gray6) !important;
}

.gray7-back {
  background: var(--gray7) !important;
}


.testimonial-shadow,
.service-shadow,
.team-shadow,
.eservice-items-shadow {
  box-shadow: 0px 15px 30px rgba(17, 169, 221, 0.1);
}

.header {
  z-index: 100;
}

.header a {
  font-weight: bold;
}

.header a.active {
  color: var(--primary-dark);
  position: relative;
}

.header a.active::after {
  content: "";
  top: -1.5em;
  left: calc(50% - 1em);
  width: 2em;
  height: 2em;
  background: url(/img/SVG/crown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  animation: particlefloatlow 2s infinite linear;
}

.header-shadow {
  box-shadow: 0px 14px 15px rgba(17, 169, 221, 0.1);
  z-index: 4;
}

.primary-gradient {
  background: linear-gradient(180deg, var(--primary) 0%, var(--primary-dark) 100%);
}

.dark-back-gradient {
  background: linear-gradient(180deg, #101013 0%, #282828 100%);
}

.gold-gradient-1-back-vertical {
  background: linear-gradient(180deg, #B38922 0%, #8F660C 50%, #B38922 100%);
}

.crown-gradient-back-vertical {
  background: linear-gradient(180deg, #804D00 14%, #8D5A00 20%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%, #9C6800 73%, #875400 81%, #804D00 85%);
}

.crown-gradient-light-back-vertical {
  background: linear-gradient(180deg, #804D00 14%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%);
}

.gold-gradient-1-back {
  background: linear-gradient(90deg, #B38922 0%, #8F660C 50%, #B38922 100%);
}

.gold-gradient-1-border {
  position: relative;
  padding: 8px;
  background: linear-gradient(90deg, #B38922 0%, #8F660C 50%, #B38922 100%);
  z-index: 1;
}

.gold-gradient-1-border::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: var(--dark);
  /* Couleur de fond interne */
  border-radius: inherit;
  /* Un peu moins pour voir le bord */
  z-index: -1;
  /* Puts the inner background behind the text */
}

.crown-gradient-back {
  background: linear-gradient(90deg, #804D00 14%, #8D5A00 20%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%, #9C6800 73%, #875400 81%, #804D00 85%);
}

.crown-gradient-border {
  position: relative;
  padding: 8px;
  background: linear-gradient(90deg, #804D00 14%, #8D5A00 20%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%, #9C6800 73%, #875400 81%, #804D00 85%);
  z-index: 1;
}

.crown-gradient-border::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: url(/img/SVG//shining-back.svg);
  background-color: var(--dark);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* Couleur de fond interne */
  border-radius: inherit;
  /* Un peu moins pour voir le bord */
  z-index: -1;
  /* Puts the inner background behind the text */
}

.crown-gradient-light-back {
  background: linear-gradient(90deg, #804D00 14%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%);
}

.crown-gradient-light-border {
  position: relative;
  padding: 8px;
  background: linear-gradient(90deg, #804D00 14%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%);
  z-index: 1;
}

.crown-gradient-light-border::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: var(--dark);
  /* Couleur de fond interne */
  border-radius: inherit;
  /* Un peu moins pour voir le bord */
  z-index: -1;
  /* Puts the inner background behind the text */
}

.gold-gradient-1-text {
  -webkit-background-clip: text;
  background-clip: text;
  background: linear-gradient(90deg, #B38922 0%, #8F660C 50%, #B38922 100%);
}

.crown-gradient-text {
  -webkit-background-clip: text;
  background-clip: text;
  background: linear-gradient(90deg, #804D00 14%, #8D5A00 20%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%, #9C6800 73%, #875400 81%, #804D00 85%);
}

.crown-gradient-light-text {
  -webkit-background-clip: text;
  background-clip: text;
  background: linear-gradient(90deg, #804D00 14%, #B07C00 31%, #E7B400 45%, #FFCB00 51%, #ECB800 54%, #BD8A00 64%);
}

.accent-gradient {
  background: linear-gradient(270deg, #2ecbe8 0%, #4141de 100%);
}

.accent2-gradient {
  background: linear-gradient(270deg, #ff3934 0%, #ff7033 100%);
}

.box-shadow {
  box-shadow: 0em 0.62em 1.56em rgba(0, 0, 0, 0.1);
}

.box-shadow-accentuated {
  box-shadow: 0em 0.62em 1.56em rgba(0, 0, 0, 0.2);
}

.box-shadow-accentuated:hover {
  box-shadow: 0em 0.62em 0.56em rgba(0, 0, 0, 0.2);
}

.accent-btn-shadow {
  box-shadow: 5px 8px 16px rgba(34, 18, 207, 0.1);
}

.employer-logo-shadow {
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
}

.how-it-works-icon-shadow {
  box-shadow: 3px 9px 22px rgba(34, 181, 115, 0.2);
}

.newsletter-input-shadow {
  box-shadow: 0px 12px 21px rgba(0, 0, 0, 0.03);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0;
}

.font-3-em {
  font-size: 3em;
  line-height: normal;
}

.font-35-em {
  font-size: 3.5em;
  line-height: normal;
}

.font-4-em {
  font-size: 4em;
  line-height: 1;
}

.font-45-em {
  font-size: 4.5em;
  line-height: 1;
}

.font-5-em {
  font-size: 5em;
  line-height: 1;
}

.title {}

.xsmall {
  font-size: 0.8em;
  line-height: 120%;
}

.small {
  font-size: 1rem;
  line-height: 140%;
}

.medium {
  font-size: 1.2rem;
  line-height: 140%;
}

.large {
  font-size: 1.5rem;
  line-height: 140%;
}

.xlarge {
  font-size: 2.13rem;
}

.it {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: normal;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.column-center {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement au centre*/
  align-items: center;
}

.column-start {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement au debut*/
  align-items: flex-start;
}

.column-end {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement a la fin*/
  align-items: flex-end;
}

.column-stretch {
  /*afficher le div et disposer ses enfants suivant une colonne*/
  display: flex;
  flex-direction: column;
  /*aligner ses enfants horizontalement a la fin*/
  align-items: stretch;
}

.row-center {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement au centre*/
  align-items: center;
}

.row-stretch {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement au centre*/
  align-items: stretch;
}

.row-reverse {
  flex-direction: row-reverse !important;
}

.column-reverse {
  flex-direction: column-reverse !important;
}

.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.row-start {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement au debut*/
  align-items: flex-start;
}

.row-end {
  /*afficher le div et disposer ses enfants suivant une row*/
  display: flex;
  flex-direction: row;
  /*aligner ses enfants horizontalement a la fin*/
  align-items: flex-end;
}

.space {
  flex: 2;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.mobile-only {
  display: none;
}

.no-underline {
  /*enlever toute decoration*/
  text-decoration: none;
  /*comme c'est pour l'ancre qui englobe les chapitres pour le moment*/
  height: auto;
}

.parent-center {
  margin-left: auto;
  margin-right: auto;
}

.position-absolute {
  position: absolute;
}

a img {
  object-fit: cover;
  height: inherit;
  width: inherit;
}

.cursor-default {
  cursor: default !important;
}

.hover-to-light-background,
.hover-to-transparent-back {
  transition: all 0.2s ease-out;
}

.hover-to-light-background:hover {
  background-color: var(--primary-light) !important;
}

.hover-to-transparent-back:hover {
  background-color: transparent !important;
}

.hover-to-fade {
  transition: all 0.2s ease-out;
}

.hover-to-fade:hover {
  opacity: 0.7;
}

.hover-to-white {
  transition: all 0.2s ease-out;
}

.hover-to-white:hover {
  color: white !important;
}

.hover-to-accent {
  transition: all 0.2s ease-out;
}

.hover-to-accent:hover {
  color: var(--accent) !important;
}

.hover-to-accent2 {
  transition: all 0.3s ease-out;
}

.hover-to-accent2:hover {
  color: var(--accent-2-dark) !important;
}

.hover-to-opaque {
  opacity: 0.9;
  transition: all 0.2s ease-out;
}

.hover-to-opaque:hover {
  opacity: 1;
}

.hover-to-opacity {
  transition: all 0.2s ease-out;
  opacity: 1;
}

.hover-to-opacity:hover {
  opacity: 0.5;
  color: inherit;
}

.hover-to-primary {
  transition: all 0.3s ease-out;
}

.hover-to-primary:hover {
  color: var(--primary) !important;
}

.blink-animation {
  animation-name: blink-white-to-accent;
  animation-timing-function: ease-out;
  animation-duration: 4s;
}

.w-1em {
  width: 1em !important;
}

.w-15em {
  width: 1.5em !important;
}

.w-2em {
  width: 2em !important;
}

.w-25em {
  width: 2.5em !important;
}

.w-3em {
  width: 3em !important;
}

.w-35em {
  width: 3.5em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

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

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

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

.h-0-5-em {
  height: 0.5em !important;
}

.w-0-5-em {
  width: 0.5em !important;
}

.h-1em {
  height: 1em !important;
}

.h-15em {
  height: 1.5em !important;
}

.h-2em {
  height: 2em !important;
}

.h-25em {
  height: 2.5em !important;
}

.h-3em {
  height: 3em !important;
}

.h-35em {
  height: 35em !important;
}

.h-4em {
  height: 4em !important;
}

.h-45em {
  height: 4.5em !important;
}

.h-5em {
  height: 5em !important;
}

.h-5 {
  height: 5% !important;
}

.h-10 {
  height: 10% !important;
}

.h-15 {
  height: 15% !important;
}

.h-20 {
  height: 20% !important;
}

.h-25 {
  height: 25% !important;
}

.h-30 {
  height: 30% !important;
}

.h-35 {
  height: 35% !important;
}

.h-40 {
  height: 40% !important;
}

.h-45 {
  height: 45% !important;
}

.h-50 {
  height: 50% !important;
}

.h-55 {
  height: 55% !important;
}

.h-60 {
  height: 60% !important;
}

.h-65 {
  height: 65% !important;
}

.h-70 {
  height: 70% !important;
}

.h-75 {
  height: 75% !important;
}

.h-80 {
  height: 80% !important;
}

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100 {
  height: 100% !important;
}

.rounded-5 {
  border-radius: 5px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-15 {
  border-radius: 15px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}


.border-1 {
  border-width: 1px !important;
}

.border-15 {
  border-width: 1.5px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-25 {
  border-width: 2.5px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-35 {
  border-width: 3.5px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-45 {
  border-width: 4.5px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-55 {
  border-width: 5.5px !important;
}

.border-6 {
  border-width: 6px !important;
}

.border-65 {
  border-width: 6.5px !important;
}

.border-7 {
  border-width: 7px !important;
}

.border-75 {
  border-width: 7.5px !important;
}

.border-8 {
  border-width: 8px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-to-primary:hover {
  color: var(--primary);
}

.hover-to-primary-dark:hover {
  color: var(--primary-dark) !important;
}

.hover-to-accent-dark:hover {
  color: var(--accent-dark);
}

.hover-to-gray3-back:hover {
  background-color: var(--gray3) !important;
}

.hover-to-gray4-back:hover {
  background-color: var(--gray4) !important;
}

.hover-to-gray5-back:hover {
  background-color: var(--gray5) !important;
}

.hover-to-gray6-back:hover {
  background-color: var(--gray6) !important;
}

.hover-to-primary-light:hover {
  color: var(--primary-light);
}

.hover-to-accent:hover {
  color: var(--accent);
}

.hover-to-primary-light-3:hover {
  color: var(--primary-light-3);
}

.hover-to-primary-back:hover {
  background-color: var(--primary);
}

.hover-to-primary-dark-back:hover {
  background-color: var(--primary-dark);
}

.hover-to-accent-dark-back:hover {
  background-color: var(--accent-dark);
}

.hover-to-primary-light-back:hover {
  background-color: var(--primary-light);
}

.hover-to-accent-back:hover {
  background-color: var(--accent);
}

.hover-to-primary-light-3-back:hover {
  background-color: var(--primary-light-3);
}

.hover-to-translate-Y {
  transition: all 0.3s ease-out;
}

.hover-to-translate-Y:hover {
  transform: translateY(-5px);
}

.hover-to-primary-border {
  transition: all 0.3s ease-out;
}

.hover-to-white-border {
  transition: all 0.3s ease-out;
}

.hover-to-primary-border:hover {
  border-color: var(--primary) !important;
}

.hover-to-primary-border:hover i.fa-search {
  color: var(--primary) !important;
}

.hover-to-primary-dark-border:hover {
  border-color: var(--primary-dark);
}

.hover-to-accent-dark-border:hover {
  border-color: var(--accent-dark);
}

.hover-to-primary-light-border:hover {
  border-color: var(--primary-light);
}

.hover-to-white-border:hover {
  border-color: white;
}

.hover-to-accent-border:hover {
  border-color: var(--accent) !important;
}

.hover-to-primary-light-3-border:hover {
  border-color: var(--primary-light-3);
}

.flex4 {
  flex: 4;
}

.flex3 {
  flex: 3;
}

.flex2 {
  flex: 2;
}

.flex1 {
  flex: 1;
}

.back-opacity-10 {
  background-color: #0ca9dd31;
}

/**BACK TO TOP**/

.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: var(--primary);
  transition: all 0.5s;
}

.back-to-top i {
  color: white;
  font-size: 22px;
  display: block;
  line-height: 30px;
}

@keyframes guy-amin-initial {
  0% {
    top: 186px;
    opacity: 0;
  }

  100% {
    top: 236px;
    opacity: 1;
  }
}

@keyframes guy-amin-hover {
  0% {
    top: 236px;
  }

  100% {
    top: 19px;
  }
}

@keyframes girl-amin-initial {
  0% {
    left: 600px;
    opacity: 0;
  }

  100% {
    left: 405px;
    opacity: 1;
  }
}

@keyframes girl-amin-hover {
  0% {
    left: 405px;
  }

  100% {
    left: 495px;
  }
}

@keyframes pot-amin-initial {
  0% {
    left: 600px;
    opacity: 0;
  }

  100% {
    left: 355px;
    opacity: 1;
  }
}

@keyframes pot-amin-hover {
  0% {
    left: 355px;
  }

  100% {
    left: 725px;
  }
}

@keyframes phone-app-amin-hover {
  0% {
    height: 407px;
    left: 225px;
    top: 59px;
  }

  100% {
    height: 454px;
    left: 225px;
    top: 13px;
  }
}

@keyframes blink-white-to-accent {
  0% {
    color: white;
    margin-bottom: 0em;
  }

  20% {
    color: var(--accent);
  }

  40% {
    color: white;
  }

  60% {
    color: var(--accent);
    margin-bottom: 1em;
  }

  100% {
    color: white;
    margin-bottom: 0em;
  }
}

@keyframes hue-anim {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(45deg);
  }
}

@keyframes particlerotate {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes particlemove2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  25% {
    transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
  }

  50% {
    transform: translate(5px, 5px);
    -webkit-transform: translate(5px, 5px);
  }

  75% {
    transform: translate(10px, -5px);
    -webkit-transform: translate(10px, -5px);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@keyframes particlefloat {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 10px);
    -webkit-transform: translate(0px, 10px);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}

@keyframes particlefade1 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes particlefade2 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@keyframes particlefade3 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

.particlefade3 {
  animation: particlefade3 1s infinite linear backwards;
  animation-fill-mode: backwards;
  animation-delay: 0.2s;
}

.particlefade2 {
  animation: particlefade2 1.2s infinite linear;
  animation-delay: 0.3s;
}

.particlefade1 {
  animation: particlefade1 0.8s infinite linear;
  animation-delay: 0.1s;
}

@keyframes particlefloatlow {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 3px);
    -webkit-transform: translate(0px, 3px);
  }

  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}


@keyframes particlemoverotate {
  0% {
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
  }

  25% {
    transform: rotate(90deg) translate(10px, 10px);
    -webkit-transform: rotate(90deg) translate(10px, 10px);
  }

  50% {
    transform: rotate(180deg) translate(5px, 5px);
    -webkit-transform: rotate(180deg) translate(5px, 5px);
  }

  75% {
    transform: rotate(270deg) translate(10px, -5px);
    -webkit-transform: rotate(270deg) translate(10px, -5px);
  }

  100% {
    transform: rotate(360deg) translate(0, 0);
    -webkit-transform: rotate(360deg) translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  10% {
    transform: scale(1);
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes phone-oblique-1 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }

  100% {
    transform: rotate(-10deg) translateX(-35px) translateY(-3px);
  }
}

@keyframes phone-oblique-2 {
  0% {
    transform: rotate(0) translateX(0) translateY(0);
  }

  100% {
    transform: rotate(17deg) translateX(-53px) translateY(27px);
  }
}

@keyframes phone-static-1 {
  0% {
    transform: rotate(-10deg) translateX(-35px) translateY(-3px);
  }

  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}

@keyframes phone-static-2 {
  0% {
    transform: rotate(17deg) translateX(-53px) translateY(27px);
  }

  100% {
    transform: rotate(0) translateX(0) translateY(0);
  }
}

.phone-static-2 {
  animation: phone-static-2 0.1s ease-out;
  animation-fill-mode: forwards;
}

.phone-static-1 {
  animation: phone-static-1 0.1s ease-out;
  animation-fill-mode: forwards;
}

.phone-oblique-2 {
  animation: phone-oblique-2 0.1s ease-out;
  animation-fill-mode: forwards;
}

.phone-oblique-1 {
  animation: phone-oblique-1 0.1s ease-out;
  animation-fill-mode: forwards;
}

.hue-anim1 {
  animation: hue-anim 5s infinite linear;
  animation-direction: alternate-reverse;
}

.hue-anim2 {
  animation-direction: alternate-reverse;
  animation: hue-anim 7s infinite ease-in-out;
}

.hue-anim3 {
  animation-direction: alternate-reverse;
  animation: hue-anim 6s infinite ease-in;
}

.particlerotate1 {
  animation: particlerotate 6s infinite linear;
  animation-fill-mode: forwards;
}

.particlerotate2 {
  animation: particlerotate 0.5s infinite linear;
  animation-fill-mode: forwards;
}

.particlerotate1-1 {
  animation: particlerotate 24s infinite linear;
  animation-fill-mode: forwards;
}

.particlerotate2-1 {
  animation: particlerotate 2s infinite linear;
  animation-fill-mode: forwards;
}

.pulse1 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1s;
}

.pulse2 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.1s;
}

.pulse3 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.3s;
}

.pulse4 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.5s;
}

.pulse5 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 1.8s;
}

.pulse6 {
  animation: pulse 2s infinite ease-in;
  animation-delay: 2s;
}

.phone-app-amin-hover {
  animation: phone-app-amin-hover 0.3s 0.3 !important;
  animation-fill-mode: forwards;
}

.pot-amin-hover {
  animation-fill-mode: forwards;
  animation: pot-amin-hover 0.3s 0s !important;
}

.guy-amin-hover {
  animation: guy-amin-hover 0.3s 0s !important;
  animation-fill-mode: forwards;
}

.girl-amin-hover {
  animation: girl-amin-hover 0.3s 0.1s !important;
  animation-fill-mode: forwards;
}

.girl-amin-initial {
  animation: girl-amin-initial 0.3s 2.2s;
  animation-fill-mode: forwards;
}

.pot-amin-initial {
  animation: pot-amin-initial 0.4s 2.5s;
  animation-fill-mode: forwards;
}

.guy-amin-initial {
  animation: guy-amin-initial 0.3s 2s;
  animation-fill-mode: forwards;
}

.particlemove1 {
  animation: particlemove2 4.5s infinite linear;
  animation-delay: 1s;
}

.particlemove3 {
  animation: particlemove2 4.5s infinite linear;
  animation-delay: 0.5s;
}

.particlemove2 {
  animation: particlemove2 4.5s infinite linear;
}

.particlemoverotate1 {
  animation: particlemoverotate 4.5s infinite linear;
}

.particlemoverotate2 {
  animation: particlemoverotate 3s infinite linear;
}

.particlefloat {
  animation: particlefloat 2s infinite linear;
}

.particlefloat2 {
  animation: particlefloat 2s infinite linear;
  animation-delay: 0.5s;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mt-6 {
  margin-top: 3.5rem;
}

.mt-7 {
  margin-top: 4rem;
}

.mb-6 {
  margin-bottom: 3.5rem;
}

.mb-7 {
  margin-bottom: 4rem;
}

.ml-6 {
  margin-left: 3.5rem;
}

.ml-7 {
  margin-left: 4rem;
}

.mr-6 {
  margin-right: 3.5rem;
}

.mr-7 {
  margin-right: 4rem;
}

.w-1-em {
  width: 1em !important;
}

.w-1-5-em {
  width: 1.5em !important;
}

.w-2-em {
  width: 2em !important;
}

.w-2-5-em {
  width: 2.5em !important;
}

.w-3-em {
  width: 3em !important;
}

.w-3-5-em {
  width: 3.5em !important;
}

.w-4-em {
  width: 4em !important;
}

.w-5-em {
  width: 5em !important;
}

.w-6-em {
  width: 6em !important;
}

.w-7-em {
  width: 7em !important;
}

.w-8-em {
  width: 8em !important;
}

.w-9-em {
  width: 9em !important;
}

.w-10-em {
  width: 10em !important;
}

.w-11-em {
  width: 11em !important;
}

.w-12-em {
  width: 12em !important;
}

.w-13-em {
  width: 13em !important;
}

.w-14-em {
  width: 14em !important;
}

.w-15-em {
  width: 15em !important;
}

.w-20-em {
  width: 20em !important;
}

.h-1-em {
  height: 1em !important;
}

.h-2-em {
  height: 2em !important;
}

.h-2-5-em {
  height: 2.5em !important;
}

.h-1-5-em {
  height: 1.5em !important;
}

.h-3-em {
  height: 3em !important;
}

.h-3-5-em {
  height: 3.5em !important;
}

.h-4-em {
  height: 4em !important;
}

.h-4-5-em {
  height: 4.5em !important;
}

.h-5-em {
  height: 5em !important;
}

.h-6-em {
  height: 6em !important;
}

.h-7-em {
  height: 7em !important;
}

.h-8-em {
  height: 8em !important;
}

.h-9-em {
  height: 9em !important;
}

.h-10-em {
  height: 10em !important;
}

.h-11-em {
  height: 11em !important;
}

.h-12-em {
  height: 12em !important;
}

.h-13-em {
  height: 13em !important;
}

.h-14-em {
  height: 14em !important;
}

.h-15-em {
  height: 15em !important;
}

.rounded-0-1 {
  border-radius: 0.1em;
}

.rounded-0-2 {
  border-radius: 0.2em;
}

.rounded-0-3 {
  border-radius: 0.3em;
}

.rounded-0-4 {
  border-radius: 0.4em;
}

.rounded-0-5 {
  border-radius: 0.5em;
}

.rounded-0-6 {
  border-radius: 0.6em;
}

.rounded-0-7 {
  border-radius: 0.7em;
}

.rounded-0-8 {
  border-radius: 0.8em;
}

.rounded-0-9 {
  border-radius: 0.9em;
}

.rounded-1 {
  border-radius: 1em;
}

.rounded-1-5 {
  border-radius: 1.5em;
}

.rounded-2 {
  border-radius: 2em;
}

.rounded-2-5 {
  border-radius: 2.5em;
}

.rounded-3 {
  border-radius: 3em;
}

.rounded-3-5 {
  border-radius: 3.5em;
}

.rounded-4 {
  border-radius: 4em;
}

.rounded-4-5 {
  border-radius: 4.5em;
}

.rounded-5 {
  border-radius: 5em;
}

.rounded-5-5 {
  border-radius: 5.5em;
}

.rounded-full {
  border-radius: 200px !important;
}


.icon-text-group {}

.icon-text-group img {}

.icon-text-group p {
  margin-left: 0.8em;
}

.icon-text-group a {
  margin-left: 0.8em;
}

.small p {
  margin-left: 0.5em;
}

.cta-h2 {
  padding: 1.2em 1.5em 1.2em 1.5em !important;
}

.cta-h1 {
  padding: 1em 1.5em 1em 1.5em !important;
}

.cta-h0 {
  padding: 0.6em 1.5em 0.6em 1.5em !important;
}

a {
  text-decoration: none !important;
}

.cta {
  border-radius: 3rem;
  text-decoration: none;
  white-space: nowrap;
  height: 3rem;
  padding: 0.7em 1.5em 0.7em 1.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
  /**/
  transition: all 0.2s ease-out;
  font-family: "Poppins";
  font-weight: 600;
}

.cta:hover {
  text-decoration: none;
  transform: scale(95%);
}

a:hover {
  color: inherit !important;
}

.cta-primary {
  color: white !important;
  position: relative;
  background: linear-gradient(180deg, #888F2F 0%, #C1B634 100%);
}

.cta-primary:hover {
  color: white !important;
  position: relative;
  background: linear-gradient(180deg, #888F2F 0%, #C1B634 100%);
}

.cta-primary::before {
  border-radius: inherit;
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: auto;
  width: 70%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, #888F2F 0%, #C1B634 100%);
}

.cta-red {
  position: relative;
  background-color: var(--red);
}

.cta-red::before {
  border-radius: inherit;
  position: absolute;
  content: "";
  top: 0;
  left: auto;
  right: auto;
  width: 70%;
  height: 100%;
  z-index: -1;
  background-color: var(--red);
  box-shadow: 0px 6px 15px rgba(250, 0, 0, 0.5);
}

.cta-outline {
  border: 1px solid var(--primary);
  box-sizing: border-box;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: var(--primary);
  background-color: #0000;
  font-family: "Poppins";
}

.cta-outline-white {
  border: 1px solid white;
  box-sizing: border-box;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: white;
  background-color: #0000;
  font-family: "Poppins";
}

.cta-outline:hover {
  background: var(--primary);
  text-shadow: none;
  color: white;
}

.cta-round {
  border: 1px solid var(--primary);
  box-sizing: border-box;
  border-radius: 54px;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: var(--primary);
  background-color: #0000;
}

.cta-round:hover {
  background: var(--primary);
  text-shadow: none;
  color: white;
}

.cta-outline-primary {
  background: none;
  border-radius: 25px;
  border: 1px solid var(--primary);
  text-decoration: none;
  height: auto;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: var(--primary);
  transition: all 0.2s ease-out;
}

.cta-outline-primary:hover {
  background: var(--primary);
  text-shadow: none;
  color: white;
}

.cta-dark {
  background-color: var(--dark);
  border-radius: 3px;
  border: 1px solid #ffffff;
  text-decoration: none;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-size: 1.13em;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: white;
  transition: all 0.2s ease-out;
}

.cta-dark:hover {
  background: var(--accent);
}

.cta-accent {
  background: var(--primary);
  border-radius: 5px;
  text-decoration: none;
  height: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-weight: bold;
  font-size: 1.13em;
  padding: 0.7em 1.5em 0.7em 1.5em;
  color: white;
  transition: all 0.2s ease-out;
}

.cta-accent:hover {
  background: var(--accent);
}

footer {
  background-color: white;
  padding: 2em 0em;
  position: relative;
}

.links-groups {}

.link-group {
  margin: 0 2.5em;
  max-width: 200px;
}

.link-group ul {
  margin-left: -1em;
}

.link-group li {
  margin-top: 0.5em;
}

.link-group a {
  margin-top: 0.5em;
}

.link-group pre {
  margin-top: 0.5em;
}

.link-group .p2 {
  margin: 0.3em 0;
  transition: all 0.3s ease-out;
  width: 12em;
}

.link-group .p2:hover {
  color: white;
}

footer {
  position: relative;
  justify-content: center;
}

footer h4 {
  margin-top: 0;
}

.mobile-menu-footer h4 {
  margin-top: 0;
}

.social-networks a {
  margin: 0 0.5em;
}

footer .copyright {
  margin: 2em 2em 0;
  width: 40em;
}

.carousel-container {
  width: 480px;
}

.flex-2 {
  flex: 2;
}

.owl-nav {
  width: 7em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
}

.owl-dots {
  position: absolute;
  bottom: 2em;
  right: 1em;
}

.hero-carousel-container .owl-dots .owl-dot span,
.article-content .owl-dots .owl-dot span,
.team-carousel-container .owl-dots .owl-dot span {
  transition: all 0.3s ease-in-out;
  margin: 5px 3px;
  background: white;
  opacity: 0.7;
}

.article-content .owl-dots .active span,
.team-carousel-container .owl-dots .active span,
.hero-carousel-container .owl-dots .active span {
  margin: 5px 3px;
  width: 50px;
  opacity: 1 !important;
  background: white;
}

.owl-nav button span {
  font-size: xx-large;
  line-height: 70%;
}

.owl-dot .active {}

.owl-prev:hover,
.owl-next:hover {
  background: var(--primary) !important;
  color: white !important;
}

.owl-prev {
  height: 3em;
  width: 3em;
  border-radius: 3em;
  margin-right: 0.5em;
  transition: all 0.3s ease-in-out;
  color: white !important;
  background: #0000 !important;
  line-height: normal !important;
  border: 1px solid white !important;
}

.owl-next {
  transition: all 0.3s ease-in-out;
  color: white !important;
  line-height: normal !important;
  background: #0000 !important;
  border: 1px solid white !important;
  height: 3em;
  width: 3em;
  border-radius: 3em;
}

footer {
  padding: 3em 2em;
  background-color: var(--dark);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .container {
  width: 1080px;
}

.before-line {
  width: 100%;
  margin-bottom: 1em;
}

.footer-logo {
  width: 8em;
}

.footer-socials {
  margin: 0 0.3em;
  transition: all 0.3s ease-in-out;
}

.footer-socials:hover {
  transform: translateY(-5px);
}

.line-separator {
  height: 1px;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  opacity: 0.5;
}

.after-line {
  width: 100%;
  margin-top: 2em;
}

.footer-group {
  margin: 0 1em;
}

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  display: none;
  z-index: 1000;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-2-7 15:33:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.pulsate-bck {
  animation: 0.3s ease-in-out 0s 1 normal both running pulsate-bck;
}

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}


@keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}


.waiting {
  animation-name: fadeInOut;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.w-lg-50 {
  width: 50%;
}

.w-lg-40 {
  width: 40% !important;
}

.w-lg-30 {
  width: 30%;
}

.w-lg-70 {
  width: 70%;
}

.w-lg-60 {
  width: 60%;
}

.leaflet-marker-icon {
  filter: hue-rotate(-65deg);
}

.search-map input:focus {
  outline: none;
}

/* Default cursor */
.leaflet-container {
  cursor: default !important;
}

/* Cursor changes when dragging */
.leaflet-grab {
  cursor: grab !important;
}

.leaflet-dragging .leaflet-grab {
  cursor: grabbing !important;
}


#my-location {
  background-color: white;
  color: var(--primary);
  border: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
}

#my-location:hover {
  background-color: var(--primary);
  color: white;
}

/*******************
    1.1netflix like menu
*******************/

.netflix-text {
  text-transform: uppercase;
}

.netflix-nav-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.netflix-open-btn {
  margin-right: 0;
}

.netflix-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out 0.4s;
  z-index: 10000000;
}

.netflix-nav .mobile-menu-items {
  justify-content: center;
  margin-top: 2em;
}

.netflix-nav .mobile-menu-items a {}

.netflix-nav .mobile-menu-items .active {
  color: var(--primary) !important;
  font-weight: bold;
  position: relative;
}

.netflix-nav .mobile-menu-items .active::before {
  content: "";
  background-image: var(--accent-dark);
  width: 1em;
  height: 70%;
  position: absolute;
  background-repeat: no-repeat;
  margin: auto 0 auto -1.2em;
  background-size: contain;
}

.netflix-nav .mobile-menu-items .top-menu-item:hover {
  color: var(--primary) !important;
}

.netflix-nav .logo {
  margin-bottom: 2em;
}

.netflix-nav.visible {
  transform: translateX(0);
  display: block;
}

.netflix-nav-black {
  background-color: var(--primary);
  width: 100%;
  max-width: 480px;
  min-width: 320px;
}

.netflix-nav-black.visible {
  transition-delay: 0s;
}

.netflix-nav-red {
  background-color: var(--accent);
  transition-delay: 0.2s;
  width: 100%;
}

.netflix-nav-red.visible {
  transition-delay: 0.2s;
}

.netflix-nav-white {
  background-color: #fff;
  padding-top: 40px;
  transition-delay: 0s;
  width: 100%;
  height: calc(100% - 40px);
}

.netflix-nav-white.visible {
  transition-delay: 0.4s;
}

.netflix-nav-container {
  position: relative;
  height: 80vh;
}

.netflix-close-btn {
  opacity: 0.3;
  position: fixed;
  top: 1em;
  right: 1.5em;
}

.netflix-logo {
  width: 150px;
}

.netflix-list {
  list-style-type: none;
  padding: 0;
}

.position-relative {
  position: relative;
}

.shining-back {
  background: url(/img/SVG/shining-back.svg);
}

.hero-candidat {}

.shining-btn span {
  z-index: 10;
  position: relative;
}

.shining-btn {
  transition: all 0.3s ease;
}

.shining-btn:hover {
  color: var(--primary) !important;
  transform: scale(1.03);
}

.shining-btn:hover::before {
  opacity: 0.6;
}

.shining-btn::before {
  transition: all 0.3s ease;
}

.hero-section {
  background: url(/img/hero-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

/* Chat button */
.chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007bff;
  color: white;
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Chat popup */
.chat-popup {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  overflow: hidden;
}

.chat-header {
  background: #007bff;
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 16px;
}

.chat-body {
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
}

.chat-message {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.chat-message .bubble {
  padding: 8px 12px;
  border-radius: 15px;
  max-width: 70%;
}

.chat-message.sent {
  justify-content: flex-end;
}

.chat-message.sent .bubble {
  background: #007bff;
  color: white;
}

.chat-message.received .bubble {
  background: #f1f1f1;
  color: black;
}

.chat-footer {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 10px;
  background: #f9f9f9;
}

.chat-footer input {
  flex: 1;
  border: none;
  padding: 8px;
  border-radius: 5px;
  outline: none;
}

.chat-footer button {
  background: #007bff;
  color: white;
  border: none;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 5px;
}

.leaflet-container a.leaflet-popup-close-button {
  right: 10px;
}

.leaflet-popup-content-wrapper {
  max-height: 90vh;
  overflow-y: scroll;
}

.flex-br {
  flex-basis: 100%;
  height: 0;
}


.articles .article {
  border: 1px solid #e0e0e07e;
  max-width: 35em;
  backdrop-filter: blur(1em);
  height: 15em;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.articles .article img {
  object-fit: cover
}

.articles .article:hover {
  box-shadow: 0px 15px 30px rgba(4, 78, 6, 0.055);
  transform: translateY(-5px);
}

.breadcrumbs h1 {
  max-width: 25em;
}

.articles .article .article-date,
.articles .article .category {
  transition: all 0.3s ease-in-out;
}

.article-date {
  border-bottom-right-radius: 1em;
}

.articles .article:hover .article-date {
  background-color: var(--primary) !important;
}

.articles .article:hover .category {
  color: var(--primary) !important;
}


.bottom-0 {
  bottom: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-auto {
  bottom: auto;
}

.top-auto {
  top: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

.bottom-50 {
  bottom: 50%;
}

.top-50 {
  top: 50%;
}

.left-50 {
  left: 50%;
}

.right-50 {
  right: 50%;
}

.z-index-0 {
  z-index: 0;
}

.z-index--1 {
  z-index: -1;
}

.z-index-1 {
  z-index: 1;
}


.p-10 {
  padding: 5em;
}

.v-separator {
  border: 1px solid #E0E0E0;
  height: 2em;
  width: 1px;
}

.text-justify {
  text-align: justify;
}


.light-green-back {
  background: #9EB54D;
}

.light-yellow-back {
  background: #F2C94C;
}

.light-orange-back {
  background: #FF7C09;
}

.light-blue-back {
  background: #56CCF2;
}

.light-purple-back {
  background: #BB6BD9;
}

@keyframes radar-pulse {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }

  50% {
    transform: scale(1.5);
    opacity: 0.2;
  }

  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.utility-tabs.active {
  font-weight: bold;
  color: var(--dark);
  background-color: white;
}

.utility-tab {}

.utility-tabs {
  white-space: nowrap;
  color: var(--gray2);
  cursor: pointer;
  padding: 0.3em 0.8em;
  background-color: transparent;
}

.utility-tabs {
  color: var(--gray3);
  cursor: pointer;
}

.utility-tabs.active::after {}

.radar-effect {
  position: absolute;
  border-radius: 50%;
  background: rgba(0, 123, 255, 0.3);
  width: 100px;
  /* Adjust based on the radius */
  height: 100px;
  animation: radar-pulse 1.5s infinite ease-out;
}

.share-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}

.share-btn {
  display: inline-block;
  border: none;
  width: 2.2em;
  height: 2.2em;
  margin: 0 0.3em;
  border-radius: 50%;
  overflow: hidden;
  background: #1877F2;
  /* Default to Facebook color */
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.share-btn img {
  width: 30px;
  height: 30px;
}

.facebook {
  background: #1877F2;
}

.whatsapp {
  background: #25D366;
}

.twitter {
  background: #1DA1F2;
}

.linkedin {
  background: #0077B5;
}

.standard {
  background: #6c757d;
  border: none;
  cursor: pointer;
}

.article-container {
  color: white;
}

.article-container h2 {
  color: var(--primary);
}

.article-container p,
.article-container li {
  text-align: justify;
}

.article-container h3 {
  color: var(--primary-dark);
}

.page-blur-back {
  backdrop-filter: blur(0.3em);
  border: solid rgba(255, 255, 255, 0.281) 1px;
  border-radius: 1em;
}

/******************
    13.Responsive
*******************/
@media (min-width: 200px) and (max-width: 1016px) {}

@media (min-width: 1017px) {}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 991px) and (max-width: 1400px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 426px) and (max-width: 991px) {}


@media (max-width: 991px) {

  .article-content, .sidebar {
    width: 90% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .hero-section {
    width: 100% !important;
    margin-top: -1em;
    padding-top: 2em !important;
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
  }

  .hero-section .texts,
  .hero-section .showcase {
    width: 100% !important;
  }

  .hero-section .cinzel-d br {
    display: none;
  }

  .hero-candidat {
    width: 90% !important;
  }

  .no-scrollbar-mobile::-webkit-scrollbar-track,
  .no-scrollbar-mobile::-webkit-scrollbar,
  .no-scrollbar-mobile::-webkit-scrollbar-thumb {
    display: none;
  }

  .featured-places-container {
    bottom: 2em;
  }

  .leaflet-popup-content-wrapper {
    max-height: 70vh;
    overflow-y: scroll;
  }

  .w-lg-50 {
    width: auto;
  }

  .w-lg-40 {
    width: auto;
  }

  .w-lg-30 {
    width: auto;
  }

  .w-lg-70 {
    width: auto;
  }

  .w-lg-60 {
    width: auto;
  }

  section {
    width: 100%;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.4em;
  }

  h4 {
    font-size: 1.1em;
  }

  h1 {
    font-size: 2em;
  }
}

@media (min-width: 200px) and (max-width: 425px) {}