.main {
  /* border: 1px solid red; */
  height: 110px;
}

.row1 {
  /* margin-top: 50px; */
  justify-content: space-evenly;
  z-index: 1;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

select {
  width: 150px;
  background: transparent;
  border-radius: 4px;
  padding: 4px 4px;
  border: 0.1px solid white;
  color: white;
}

select option {
  color: black;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

iframe {
  display: none;
}
li {
  padding: 8px 0px;
}
.image {
  height: 920px;
  /* border: 1px solid red; */
}

.column {
  height: auto
  /* border: 1px solid red; */
}
.row2{
  gap: 32px;
}

.list li:hover{
    color: rgb(241, 32, 84);
    cursor: pointer;

}