*, html {
  font-family: 'Prompt', sans-serif !important;
  margin: 0;
  padding: 0;
}

body {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.main {
  width: 80%;
}

.center {
  width: 100%;
  text-align: left;
  margin-top: 2vh;
}

.modal-body img {
  width: 100%;
  height: auto;
}

.cat {
  border-radius: 10px;
}

input { 
  outline: none;
  text-indent: 25px;
}

.input-style {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1vh;
  background-color: #1e1e1e;
  text-decoration: none;
  border: none;
  color: #fff;
}

.input-searchsttyle {
  position: absolute;
  width: 20px;
  left: 0px;
  margin-left: 8px;
  margin-top: 10px;
}

#Exclusive_Messeage img {
  position: absolute;
  max-width: 18vh;
  bottom: 0;
  right: 0;
  height: auto;
}

.black-text {
  position: absolute;
}

h2.white-font {
  color: #fff; 
}

h2.black-text {
  color: #000;
}

#Exclusive_Messeage {
  display: flex;
  align-items: stretch;
}

.text-container {
  flex-grow: 1;
  padding-right: 10px;
}

.right-aligned-image {
  max-width: 100%;
  height: auto;
}

.line {
  height: 100%;
  width: 1px;
  background-color: #ccc;
  margin: 0 10px;
}



.image-overlay-container {
  position: relative;
  display: inline-block;
}

.overlay-text {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff; 
  font-size: 24px;
  padding: 10px; 
}

.container {
  position: relative;
  width: 100%;
  height: auto;
}

.text-block {
  position: absolute;
  top: 20px; 
  left: 20px;
  color: black  ;
  padding-left: 20px;
  padding-right: 20px;
}




.card-aly img {
  width: 100%;
}


.suggestions-overlay {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  width: calc(100% - 2em);
  max-height: 300px;
  overflow-y: auto;
  border-radius: 0 0 4px 4px;
  z-index: 1000;
}

.suggestions-overlay div {
  padding: 10px;
  cursor: pointer;
}

.suggestions-overlay div:hover {
  background-color: #f0f0f0;
}

.e-suggestions{
  display: block;
    position: absolute;
    margin-top: 5vh;
    width: -webkit-fill-available;
    top: 0;
}