/* ----------------------------------- HEADER SECTION ----------------------------------- */
.header-container {
  height: 90px;
  padding: 16px 24px;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.header-left-section {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 108px;
}

/* ----- header menus ----- */
.header-menus {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.header-menus .current-menu {
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  color: #0c0d13;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1.5px;
  font-weight: 600;
}

.header-menus a {
  position: relative;
  font-size: clamp(1.4rem, 5vw, 1.6rem);
  color: #4e4e4e;
  text-decoration: none;
  transition: color 0.5s ease-in-out;
}

.header-menus a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  background-color: #0c0d13;
  transition: width 0.4s ease-in-out;
  transform-origin: center;
}

.header-menus a:hover {
  text-shadow: 1px 0px 0px rgb(78, 78, 78);
}

.header-menus a:hover::after {
  width: 100%;
}

/* ----- header dropdown user infos ----- */
.dropdown {
  width: 20%;
  display: flex;
  justify-content: end;
}

.desktop-dropdown-btn {
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: var(--background-color);
}

.desktop-dropdown-btn img {
  width: 32px;
  height: auto;
}

#user-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dropdown.open-desktop .dropdown-desktop-menu {
  display: block;
}

.dropdown-desktop-menu {
  position: absolute;
  top: 64px;
  right: 0;
  background-color: white;
  box-shadow: rgba(112, 112, 112, 0.3) 0px 3px 10px 0px;
  border-radius: 2px;
  width: 300px;
  z-index: 10;
}

.dropdown-desktop-menu a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  color: rgb(78, 78, 78);
  text-decoration: none;
  font-size: 14px;
}

.dropdown-desktop-menu a:hover {
  background-color: #f0f0f0;
}

.dropdown-desktop-menu a svg {
  margin-right: 10px;
}

.dropdown-reward-container {
  display: flex;
  align-items: center;
  gap: 16px;
}

.desktop-user-info-select-container {
  text-decoration: none;
  color: rgb(78, 78, 78);
  font-weight: 700;
  font-size: 12px;
  gap: 8px;
}

.desktop-user-info-select-item {
  padding: 8px 16px;
  font-size: clamp(1rem, 5vw, 1.2rem);
  display: flex;
  align-items: center;
}

.desktop-user-info-select-item:hover {
  padding: 8px 16px;
  color: white;
  text-decoration: none;
  background-color: var(--primary-color);
}

.desktop-user-info-select-item:hover a {
  color: white;
  background-color: var(--primary-color) !important;
}

.desktop-user-info-select-item svg {
  width: 30px;
}

.desktop-user-info-select-item svg path {
  fill: rgb(78, 78, 78);
}

.desktop-user-info-select-item:hover svg path {
  fill: white;
}

/* ----------------------------------- WELCOME SECTION ----------------------------------- */
.welcome-section {
  margin-top: 6px;
  padding: 0px;
  display: flex;
  /* background-color: yellow; */
}

.welcome-text-container {
  /* background-color: aqua; */
  max-width: 50%;
  width: 50%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 64px;
}

.welcome-section-img {
  width: 50%;
}

.welcome-red-line-top-mobile {
  display: none;
}

/* ----------------------------------- DECLARATIONS SECTION ----------------------------------- */
.declarations-section {
  padding: 24px 64px;
}

.declarations-section-text {
  width: 50%;
}

.declarations-section-img {
  width: 45%;
}

.double-btn-container {
  gap: 8px;
}

/* ----------------------------------- CAROUSEL SECTION ----------------------------------- */
.carousel-section {
  padding: 64px;
}

.slick-list {
  padding-left: 64px !important;
}

.slick-slide {
  margin-right: 64px;
}

.operation-card-text-container {
  padding: 16px;
  cursor: pointer;
  height: 350px;
}

/* ----------------------------------- ADVANTAGES SECTION ----------------------------------- */
.advantages-section {
  padding: 0px 64px;
}

.advantages-section-img {
  width: 50%;
}

.advantages-section-text {
  width: 35%;
}

/* ----------------------------------- JOIN US SECTION ----------------------------------- */
.join-us-section {
  padding: 24px 64px 0px 64px;
}

.desktop-switch {
  flex-direction: row-reverse;
}

.join-us-section-text {
  width: 50%;
}

.join-us-section-img {
  width: 45%;
}

/* ----------------------------------- PROGRAM SECTION ----------------------------------- */
.program-section {
  padding: 16px 64px 0px;
}

.program-section-text {
  width: 40%;
}

.program-section-img {
  width: 55%;
}

/* ----------------------------------- HELP SECTION ----------------------------------- */
.help-section {
  padding: 16px 64px 0px;
}

.help-section h2 {
  margin-top: 0px;
}

.help-section-text {
  width: 45%;
  padding-bottom: 16px;
}

.help-section-img {
  width: 50%;
}

/* ----------------------------------- CONTACT SAV SECTION ----------------------------------- */
.contact-section {
  padding: 32px 64px;
}

.contact-section p {
  font-size: 16px;
}

.sav-phone {
  width: 45%;
  text-align: left;
}

.sav-icons-block-container {
  width: 45%;
}

/* ----------------------------------- FOOTER SECTION ----------------------------------- */
footer {
  text-align: end;
  padding: 32px 64px;
}

.footer-container {
  display: flex;
  flex-direction: row;
}

/* ----------------------------------- FIXED SECTION ----------------------------------- */
.data-container {
  padding: 0px 64px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.nb-of-points {
  font-size: 38px;
}
