@font-face {
  font-family: "Montserrat-Bold";
  src: url("../../css/font/Montserrat-Bold.eot"); /* IE9 Compat Modes */
  src:
    url("../../css/font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../css/font/Montserrat-Bold.woff") format("woff"),
    /* Modern Browsers */ url("../../css/font/Montserrat-Bold.woff2") format("woff2"),
    url("../../css/font/Montserrat-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../css/font/Montserrat-Bold.svg#Montserrat-Bold")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../../css/font/Montserrat-Regular.eot"); /* IE9 Compat Modes */
  src:
    url("../../css/font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../css/font/Montserrat-Regular.woff") format("woff"),
    /* Modern Browsers */ url("../../css/font/Montserrat-Regular.woff2") format("woff2"),
    url("../../css/font/Montserrat-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../css/font/Montserrat-Regular.svg#Montserrat-Regular")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../../css/font/GothamSSm-Medium.eot"); /* IE9 Compat Modes */
  src:
    url("../../css/font/GothamSSm-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../css/font/GothamSSm-Medium.woff") format("woff"),
    /* Modern Browsers */ url("../../css/font/GothamSSm-Medium.woff2") format("woff2"),
    url("../../css/font/GothamSSm-Medium.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../css/font/GothamSSm-Medium.svg#Gotham-Medium")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Bold";
  src: url("../../css/font/GothamBold.eot"); /* IE9 Compat Modes */
  src:
    url("../../css/font/GothamBold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../css/font/GothamBold.woff") format("woff"),
    /* Modern Browsers */ url("../../css/font/GothamBold.woff2") format("woff2"),
    url("../../css/font/GothamBold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../css/font/GothamBold.svg#Gotham-Bold") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Black";
  src: url("../../css/font/Gotham-Black.eot"); /* IE9 Compat Modes */
  src:
    url("../../css/font/Gotham-Black.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../css/font/Gotham-Black.woff") format("woff"),
    /* Modern Browsers */ url("../../css/font/Gotham-Black.woff2") format("woff2"),
    url("../../css/font/Gotham-Black.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../css/font/Gotham-Black.svg#Gotham-Black") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Book";
  src: url("../../css/font/GothamSSm-Book.eot"); /* IE9 Compat Modes */
  src:
    url("../../css/font/GothamSSm-Book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../css/font/GothamSSm-Book.woff") format("woff"),
    /* Modern Browsers */ url("../../css/font/GothamSSm-Book.woff2") format("woff2"),
    url("../../css/font/GothamSSm-Book.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../css/font/GothamSSm-Book.svg#Gotham-Book") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../../css/font/GothamLight.eot"); /* IE9 Compat Modes */
  src:
    url("../../css/font/GothamLight.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../../css/font/GothamLight.woff") format("woff"),
    /* Modern Browsers */ url("../../css/font/GothamLight.woff2") format("woff2"),
    url("../../css/font/GothamLight.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../../css/font/GothamLight.svg#Gotham-Light") format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter-Regular";
  src: url("../../css/font/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter-Light";
  src: url("../../css/font/Inter-Light.ttf") format("truetype");
}

:root {
  --pal-1: #051224;
  --pal-2: #00a3da;
  --pal-3: #16dae4;
  --pal-4: #ff7b1c;
  --pal-5: #e9eef6;
  --pal-6: #ddd;
  --pal-7: #233652;
  --pal-8: #92cfd5;
  --pal-9: #eceae1;
  --pal-10: #dcda00;
  --pal-11: #38909a;
  --pal-fav: #f4c513;
  --grey: #6f777c;
  --silver: #babec0;
}

body {
  margin: 0;
  font-size: 14px !important;
}

#top-banner {
  width: 100%;
  height: auto;
  color: white;
  background-image: url("../../image/texture-bleue-degrade-4.png");
  background-image:
    linear-gradient(rgba(35, 54, 82, 0), rgba(35, 54, 82, 0.2), #051224),
    url("../../image/texture-bleue-degrade-4.png");
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}

/* Default state of main content */
.main-content {
  display: block;
}

/* Hide main content when hamburger menu is open */
.main-content.hide {
  display: none;
}

#no-access-small-user {
  display: none;
}

.menu-open {
  z-index: 9999;
  background-color: var(--pal-1);
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

#mid-banner {
  background: var(--pal-1);
  height: 200px;
  overflow: hidden;
}

#sources-banner {
  background: var(--pal-1);
  height: 500px;
  overflow: hidden;
}

.bg-grey {
  background: #e9eef6b4;
}

.bg-white {
  background: white;
}

.bg-dblue {
  background: var(--pal-1);
}

.white {
  color: white !important;
}

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

.flexcenter span {
  color: #babeb7;
  font-family: "Gotham-Book";
  font-size: 16px;
  margin-bottom: 30px;
}

.constraint-row {
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.wrapper {
  padding-left: 8.33%;
  padding-right: 8.33%;
  position: relative;
}

.header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  /* padding-left: 4.33%;
    padding-right: 4.33%; */
}

.title-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 95px;
}

.page-title {
  font-family: "Gotham-Medium";
  font-size: 4rem;
  font-weight: 600;
}

.page-title.homepage {
  text-align: center;
}

.page-subtitle {
  font-family: "Gotham-Book";
  font-size: 1.25rem;
  margin: 5px 0 45px;
  line-height: 1.9;
  width: 90%;
}

.page-subtitle.centered {
  text-align: center;
}

.page-title span {
  color: var(--pal-10);
}

.btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.gif-box {
  margin: 60px 30px;
  padding: 25px;
  border-radius: 7px;
  width: calc(100% - 60px);
  max-width: 1275px;
  height: auto;
  background: #051224ba;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#actual-gif {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  border-radius: 7px;
}

.giff {
  width: 100%;
  border-radius: 8px;
}

.head-left {
  display: flex;
  align-items: center;
  gap: 80px;
}

.head-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

#head-logo-box {
  width: 150px;
  height: 51.2px;
  background-image: url("../../image/logo/geoimpact-logo-2-lignes-sable-azur-RGB.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo {
  width: 166px;
  height: auto;
}

.head-links,
.head-menu {
  display: flex;
  align-items: center;
  gap: 45px;
  font-family: "Gotham-Medium";
  color: var(--pal-9);
}

.head-menu {
  flex-direction: column;
  height: 60vh;
  /* margin-top: 80px; */
  margin-bottom: 40px;
  overflow: auto;
  align-items: unset !important;
}

.items-link,
.items-link-even {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  font-size: 1rem;
  color: var(--white);
  text-align: left;
  width: 100%;
}

.items-link-even {
  background-color: rgba(197, 204, 213, 0.08);
}

.btn-mobile-section {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 32px;
  width: 100%;
}

.head-links .head-link {
  cursor: pointer;
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-family: "Gotham-Book";
  font-weight: 600 !important;
}

.nav-link--mobile a {
  cursor: pointer;
  text-decoration: none;
  color: white !important;
}

.menu-open {
  z-index: 9999;
  background-color: var(--pal-1);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  padding-left: 0;
  display: flex;
  overflow: auto;
}

.head-btn {
  padding: 0 20px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham-Medium";
  font-size: 0.95rem;
  cursor: pointer;
  text-decoration: none;
}

.main-btn {
  padding: 0 20px;
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Gotham-Medium";
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.secondary-btn {
  border: solid 1.5px white;
  color: white;
}

.secondary-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.primary-btn:hover {
  background-color: #38909ab4;
}

.primary-btn {
  border: solid 1.5px var(--pal-8);
  background: var(--pal-8);
  color: var(--pal-7);
}

.carousel-custom {
  display: flex;
  animation: carouselAnimation 30s infinite linear;
}

/* Pause animation on hover */
/* .carousel-custom:hover{
    animation-play-state: paused;
  } */

/* Animation for the carousel */
/* Animation for the carousel */
@keyframes carouselAnimation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-185%);
    /* Adjust the value to match your item width */
  }
}

.specialflexrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.attrow {
  height: auto;
  padding: 5px 60px 15px;
  font-family: "Gotham-Book";
  font-size: 13px;
  text-align: center;
}

.attlogos {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logobox {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 1);
  box-shadow:
    0px 4px 7px rgba(6, 22, 33, 0.13),
    0px 13px 22px rgba(0, 30, 43, 0.12);
  padding: 10px 15px;
  border-radius: 6.13333px;
  height: 55px;
  min-width: 15.7%;
  overflow: hidden;
}

.logobox-lesspadd {
  padding: 0px 15px !important;
}

#gee-att,
#gee-att2 {
  background-image: url("../../image/logo/GEE.png");
}

#ipums-att,
#ipums-att2 {
  background-image: url("../../image/logo/IPUMS.png");
}

#dhs-att,
#dhs-att2 {
  background-image: url("../../image/logo/DHS.png");
}

#osm-att,
#osm-att2 {
  background-image: url("../../image/logo/OSM.png");
}

#google-att {
  background-image: url("../../image/logo/googlemaps.png");
}

#highcharts-att {
  background-image: url("../../image/logo/highcharts.png");
}

#arcgis-att {
  background-image: url("../../image/logo/esri.png");
}

#wb-att,
#wb-att2 {
  background-image: url("../../image/logo/worldbank.png");
}

#ibd-att {
  background-image: url("../../image/logo/ibd.png");
}

#mongo-att {
  background-image: url("../../image/logo/mongo.png");
}

#udes-att {
  background-image: url("../../image/logo/udes.png");
}

.openlayers-logobox {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../../image/logo/openlayers.png");
  background-size: cover;
  background-position: center;
}

.openlayers-text {
  font-family: "Montserrat-Regular";
  /* font-size: 20px; */
}

.flex-2 {
  display: flex;
  align-items: center;
  gap: 24px;
}

.stretch {
  align-items: stretch !important;
}

.flex-3 {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.flex-2.gap-42 {
  gap: 42px;
}

.gap-64 {
  gap: 64px;
}

.gap-24 {
  gap: 24px;
}

.gap-16 {
  gap: 16px;
}

.gap-10 {
  gap: 10px;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.width-25 {
  width: 25%;
}

.width-33 {
  width: 33.3%;
}

.width-16 {
  width: calc(16.65% - 16px);
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-100.center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shadowy {
  box-shadow:
    0 1px 1px hsl(0deg 0% 0% / 0.0475),
    0 2px 2px hsl(0deg 0% 0% / 0.0475),
    0 4px 4px hsl(0deg 0% 0% / 0.0175),
    0 8px 8px hsl(0deg 0% 0% / 0.0175),
    0 16px 16px hsl(0deg 0% 0% / 0.0175);
}

.grid-template {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1 1;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-grid {
  grid-template-columns: 1 1 !important;
}

._3-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-layout {
  color: var(--pal-1);
  border-radius: 8px;
  padding: 24px;
  text-decoration: none;
}

.img-box {
  height: auto;
}

.hamburger-menu {
  display: none;
}

.img-test {
  border-radius: 8px;
  width: 100% !important;
  height: auto !important;
}

.img-test.larger {
  height: 360px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-84 {
  padding-top: 84px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-84 {
  padding-bottom: 84px;
}

.flexcol {
  display: flex;
  flex-direction: column;
  font-family: "Gotham-Book";
}

.flexspacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-content-spacing {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 5px;
}

.section-icon-box {
  width: 26px;
  height: 26px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: var(--pal-11);
  color: white;
}

.section-title {
  color: var(--pal-7);
  font-size: 2.25rem;
  font-family: "Gotham-Book";
  font-weight: 600;
  line-height: 2.75rem;
  margin: 0 !important;
}

.xs-body {
  text-align: left;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 0.85rem;
  line-height: 1rem;
}

.bluepal {
  color: var(--pal-11);
}

.large-body {
  font-family: "Gotham-Book", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.75rem;
  margin-bottom: 0 !important;
}

.s-body {
  /* font-family: 'Inter-Regular', sans-serif; */
  font-size: 0.95rem;
  font-family: "Gotham-Book", sans-serif;
}

.gt-med {
  font-family: "Gotham-Book", sans-serif !important;
  color: var(--pal-7);
  font-weight: 600;
  line-height: 26px;
}

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

.box-layout-icon-box {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--pal-11);
  font-size: 25px;
}

.white-container {
  background-color: #fff;
  align-self: center;
  width: 100%;
  max-width: 1440px;
}

.centered {
  text-align: center;
  margin-top: 20px;
}

.button-link {
  text-decoration: none;
  color: var(--pal-11);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.975rem;
  font-family: "Gotham-Book";
  font-weight: 600;
  width: max-content;
  border-bottom: solid 1.5px transparent;
}

.button-link.small {
  font-size: 0.875rem;
}

.button-link:hover {
  border-bottom: solid 1.5px var(--pal-11);
  cursor: pointer;
}

.large-body.grey.inter {
  color: var(--silver);
}

.h2 {
  min-width: 225px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham-Medium", sans-serif;
  color: white !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 3.25rem !important;
}
.h3 {
  min-width: 225px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Gotham-Medium", sans-serif;
  color: var(--pal-7) !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  line-height: 3.25rem !important;
}

.h2.blue {
  color: var(--pal-7) !important;
}

.p2 {
  /* font-family: 'Inter-Regular', sans-serif; */
  color: #ddd;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "Gotham-Medium", sans-serif;
}

.tempinput {
  height: 48px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 4px;
  color: #fff;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-family: "Gotham-Book";
  cursor: text;
}

.footer {
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer-link {
  /* font-family: 'Inter-Regular', sans-serif; */
  /* color: var(--pal-1); */
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 15px;
  cursor: pointer;
  width: max-content;
  text-decoration: none;
  font-family: "Gotham-Book";
  color: var(--pal-7);
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link-mod {
  font-family: "Inter-Regular", sans-serif;
  color: var(--pal-1);
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 4px;
  width: max-content;
}

.blueish {
  color: var(--pal-11);
}

.card-item {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden !important;
  margin-bottom: 5px;
  height: 460px;
}

.card-item:hover {
  text-decoration: none;
  box-shadow: 0 1px 4px rgba(22, 41, 69, 0.3);
}

.card-toprow {
  height: 200px;
}

.salvador {
  background-image: url("../../image/gpn_own.png");
  background-size: cover;
  background-position: center;
}

.salvador-rainfall {
  background-image: url("../../image/platform/salvador_rainfall.jpg");
  background-size: cover;
  background-position: center;
}

.sen {
  background-image: url("../../image/gpn_viz2.png");
  background-size: cover;
  background-position: center;
}

.gabon {
  background-image: url("../../image/platform/gabon.png");
  background-size: cover;
  background-position: center;
}

.irak {
  background-image: url("../../image/gpn_irak.png");
  background-size: contain;
  background-position: center;
}

.soudan {
  background-image: url("../../image/platform/soudan.png");
  background-size: contain;
  background-position: center;
}

.odd {
  background-image: url("../../image/platform/odd.png");
  background-size: cover;
  background-position: center;
}

.png {
  background-image: url("../../image/platform/png2.png");
  background-size: cover;
  background-position: center;
}

.suivi {
  background-image: url("../../image/platform/census_suivi.png");
  background-size: cover;
  background-position: top;
}

.card-botrow {
  height: auto;
  max-height: 260px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.card-type {
  font-family: "Gotham-Book";
  color: var(--pal-11);
  font-size: 13px;
  letter-spacing: 0.7px;
}

.card-title {
  /* font-family: 'Inter-Regular', sans-serif; */
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
  color: var(--pal-7);
  font-family: "Gotham-Medium", sans-serif;
}

.small-body {
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
}

.mdl-textfield__label span {
  color: white;
  font-size: 14px;
  font-family: "Gotham-Book" !important;
  left: 14px !important;
  position: absolute;
  top: 9px !important;
}

input.mdl-textfield__input {
  background-color: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.24);
  color: white;
  font-family: "Gotham-Medium" !important;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  border-radius: 4px;
}

input.mdl-textfield__input:focus {
  border: solid 2px #e8f0fe !important;
}

input.mdl-textfield__input.incorrect {
  border: solid 2px #d45a5acc !important;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label span,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label span,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label span {
  color: var(--pal-8) !important;
  font-size: 12px !important;
  font-family: "Gotham-Medium" !important;
  top: -2px !important;
}

.mdl-textfield__label:after {
  height: 0px !important;
}

.mdl-textfield {
  width: 100% !important;
}

.moving-arrow-ctn {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.arrow-ctn {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
}

.arrow-ctn.disabled {
  pointer-events: none;
  color: #938f8f;
}

.card-moving-ctn {
  width: 300%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  transition: transform 0.75s ease;
}

.footer-subrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 0 0;
}

.subfooter {
  /* font-family: 'Inter-Regular', sans-serif; */
  font-size: 1rem;
  line-height: 1rem;
  color: var(--pal-7);
  font-family: "Gotham-Medium";
}

.subfooter.bold {
  font-family: "Gotham-Medium";
  font-size: 1.2rem;
}

.subfooter.bold span {
  color: var(--pal-10);
}

.socials {
  display: flex;
  align-items: center;
  gap: 20px;
}

.social-box {
  width: 25px;
  height: 25px;
  font-size: 20px;
  text-decoration: none;
}

.normal {
  color: var(--pal-1);
}

.incorrect-icon {
  position: absolute;
  right: 10px;
  bottom: 33px;
  color: #be4444f5;
  opacity: 0;
  transition: all 500ms;
}

.mdl-textfield__input.incorrect ~ .incorrect-icon {
  opacity: 1;
}

.notification-div {
  margin-bottom: 40px;
  padding: 20px;
  width: max-content;
  height: auto;
  border-radius: 10px;
  font-family: "Gotham-Medium";
  font-size: 16px;
  background: #19d787 !important;
  color: #053e26 !important;
  overflow: hidden;
  transition: all 500ms;
}

.notification-div.nothere {
  width: 0px !important;
  height: 0px !important;
  padding: 0 !important;
}

a:hover {
  color: inherit !important;
}
