@font-face {
  font-family: 'yago';
  src:  url('../fonts/yago.eot?4e7gey');
  src:  url('../fonts/yago.eot?4e7gey#iefix') format('embedded-opentype'),
    url('../fonts/yago.ttf?4e7gey') format('truetype'),
    url('../fonts/yago.woff?4e7gey') format('woff'),
    url('../fonts/yago.svg?4e7gey#yago') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yago' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bell-icn:before {
  content: "\e900";
  color: #cdcad8;
}
.icon-bus-icn:before {
  content: "\e901";
  color: #fff;
}
.icon-delete-icn:before {
  content: "\e902";
  color: #515151;
}
.icon-flight-icn:before {
  content: "\e903";
  color: #fff;
}
.icon-heart-f-icn:before {
  content: "\e904";
  color: #cdcad8;
}
.icon-heart-icn:before {
  content: "\e905";
  color: #d774e8;
}
.icon-hotel-icn:before {
  content: "\e906";
  color: #fff;
}
.icon-list-menu:before {
  content: "\e907";
  color: #fff;
}
.icon-location-icn:before {
  content: "\e908";
  color: #fff;
}
.icon-profile-icn:before {
  content: "\e909";
  color: #cdcad8;
}
.icon-search-icn:before {
  content: "\e90a";
  color: #151f4d;
}
.icon-star-ratings-full:before {
  content: "\e90b";
  color: #d774e8;
}
.icon-star-ratings-half .path1:before {
  content: "\e90c";
  color: rgb(255, 255, 255);
}
.icon-star-ratings-half .path2:before {
  content: "\e90d";
  margin-left: -1.0419921875em;
  color: rgb(215, 116, 232);
}
.icon-star-ratings-half .path3:before {
  content: "\e90e";
  margin-left: -1.0419921875em;
  color: none;
}
.icon-star-icn:before {
  content: "\e90f";
  color: #fff;
}
.icon-train-icn:before {
  content: "\e910";
  color: #fff;
}
.grid-container {
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: auto auto;
  background-color: #2196F3;
  padding: 10px;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 30px;
  font-size: 20px;
  text-align: center;
  margin: 10px;
}
