@font-face {
  font-family: fago;
  src: url("../fonts/fagobol-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

:root {
  --am: #da151b;
  --hdi: #83ab22;
}

body {
  font-family: "Open Sans", sans-serif !important;
  background: #000;
}

.message {
  display: flex;
  color: #fff;
  width: 100%;
  justify-content: center;
  margin-top: 100px;
  font-size: 40px;
}

.fullscreen-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sq-slider {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  display: block;
  /* new */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ellepsis {
  word-wrap: break-word;
  text-align: center;
}

#item {
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#item h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}

.fade-in-load {
  opacity: 0;

  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

.container {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-wrapper {
  width: 100%;
  border: 2px solid #fff;
  overflow: hidden;
}

.img-container {
  display: block;
  position: absolute;
  height: auto;
  display: flex;
  justify-content: center;
  bottom: 0;
  top: 20px;
  left: 0;
  right: 0;
  margin-top: 60px;
  margin-bottom: 90px;
  margin-right: 80px;
  margin-left: 80px;
}

.img-container img {
  width: auto;
  height: auto;
  object-fit: contain;
  /* Beautiful border and shadow effects */
  border: 6px solid rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 8px 16px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
  max-width: 90%;
  max-height: 85vh;
}

.img-container img:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 12px 20px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.bottom {
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
}

.bottom div {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
}

.bottom div h3 {
  font-size: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bottom div h3,
.bottom div h4 {
  margin: 0px 0 0 30px;
}

.top.benefiet div {
  color: #0071ce !important;
}

.top {
  position: absolute;
  height: 80px;
  top: 0;
  width: 100%;
  display: flex;
}

.top div {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  color: #83ab22;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
