@media (any-hover: hover) {
  button[id="submit"]:hover {
    border: solid 1px rgba(190, 150, 170, .811);
    background-color: rgba(190, 150, 170, .811);
  }

  .main-news-left .box-color:hover {
    background: linear-gradient(to right, #dbc3df82, white 80%);
  }

  .main-news-left .box-color1:hover {
    background: linear-gradient(to right, #ff8ecc9a, white 80%);
    color: #2a2828;
  }

  .main-news-left .box-color2:hover {
    background: linear-gradient(to right, #c1a8c59f, white 100%);
    color: #736d6d;
  }
  }

button[id="submit"] {
  top: 1px;
  right: 1px;
  width: 10%;
  min-width: 2em;
  height: 2em;
  border: none;
  background: url(../img/searchicon.png) no-repeat center/auto 80%;
  background-color: #be96aa;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
}

.home-cont {
  background-image: linear-gradient(90deg, rgb(55 54 54) 25%, #6a2f6a 60%, #6a2f6abd 95%);
  text-align: start;
}

.home-cont-tx {
  margin-left: 1.2rem;
  color: #eee;
  font-size: 0.7em;
  font-weight: 100;
}

.main-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0 6%;
  padding: 1rem 4rem;
  padding-right: 5%;
  font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;
}

.main-top a {
  margin-right: auto;
}

.main-top .top-img img {
  left: 0;
  min-height: 220px;
  max-height: 220px;
}

.main-top .top-title {
  position: absolute;
  font-weight: bold;
  font-size: 2.4em;
  text-align: start;
  color: #eee;
  line-height: 1em;
}

.main-top .top-img p {
  margin: 0;
  font-size: 1em;
  color: #eee;
  font-weight: 100;
}


.main-form {
  display: flex;
  justify-content: center;
  background-color: #89294f;
  align-items: center;
  font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;;
  font-size: 1.1em;
  color: #f7e9f7;
  padding: 0 0 0 0;
  gap: 0 16rem;
  line-height: 0.1;
}

.main-form a {
  color: #f7e9f7;
}

.main-input {
  background: #ffffff;
  border: 1px solid #333;
  margin: 0 0 0 0;
}


.main-form .main-input {
  display: flex;
  border-bottom: 1px solid #333333;
  margin: 1rem;
}

.main-form .main-input input {
  width: 89%;
  min-width: 120px;
  padding: 0;
  padding-left: .6rem;
  border: none;
  border-radius: 0;
  background: none;
  line-height: 2.6rem;
  -webkit-appearance: none;
}

.main-news {
  display: flex;
  max-width: 91%;
  margin: auto;
  padding: 0 2rem;
  padding-top: 3rem;
  justify-content: space-around;
}

.main-news-left {
  display: block;
  width: 220px;
}

.main-news-left a {
  display: block;
  margin: 0 2rem 15px 2rem;
}

.main-news-left .menu-box {
  display: flex;
  border: 1px solid #d2d2d2;
  height:80px;
}

.main-news-left .menu-box h2 {
  margin: 2rem 1rem 2rem 2.2rem;
  text-align: start;
  font-family: Bahnschrift Condensed, 'DIN Condensed', 'Nimbus Sans Narrow', "Calibri", "Helvetica Neue", sans-serif-condensed, sans-serif;;
  padding-top: 1px;
  display:grid;
  align-items: center;
}

.main-news-left .box-color {
  background: linear-gradient(to right, #dbc3df40, white 100%);
  color: #736d6d;
  }

.main-news-left .box-color1 {
  background: linear-gradient(to right, #e1bde6, white 90%);
  color: #424141;
}

.main-news-left .box-color2 {
  background: linear-gradient(to right, #a390a69f, white 100%);
  color: #736d6d;
}


.main-news-left .arrow {
  position: relative;
}

.main-news-left .arrow:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0.4em 0 0.4em 0.65em;
  border-color: transparent transparent transparent #888;
  position: absolute;
  top: 1.6rem;
  left: 0.6rem;
  
}

.main-news-right {
  display: block;
  width: 79%;
}