@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.hotel-details_is-arabic .hotel-details__gallery-thumbnail {
  margin-right: 0;
  margin-left: 10px; }

.hotel-details_is-arabic .hotel-details__gallery-image-container {
  margin-right: 0;
  margin-left: 10px; }
  @media only screen and (max-width: 600px) {
    .hotel-details_is-arabic .hotel-details__gallery-image-container {
      margin-left: 0; } }

.hotel-details_is-arabic .hotel-details__offer-item {
  margin-right: 0;
  margin-left: 40px; }
  @media only screen and (max-width: 600px) {
    .hotel-details_is-arabic .hotel-details__offer-item {
      margin-left: 0; } }

.hotel-details__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.hotel-details__breadcrumbs {
  display: flex;
  justify-content: flex-end; }

.hotel-details__title-section:first-child {
  display: flex;
  align-items: center; }

.hotel-details__title-container {
  margin-bottom: 20px; }

.hotel-details__title {
  font-weight: 500;
  font-size: 21px;
  color: #00438E; }

.hotel-details__ratings {
  margin: 0 20px; }

.hotel-details__gallery {
  display: flex;
  padding: 20px;
  background-color: #00438e;
  margin-bottom: 20px;
  height: 500px;
  border-radius: 30px; }
  @media only screen and (max-width: 600px) {
    .hotel-details__gallery {
      flex-direction: column;
      height: auto; } }

.hotel-details__gallery-section {
  width: 50%;
  overflow-y: auto; }
  @media only screen and (max-width: 600px) {
    .hotel-details__gallery-section {
      width: 100%; }
      .hotel-details__gallery-section:first-child {
        margin-bottom: 20px; } }

.hotel-details__gallery-image-container {
  margin-right: 10px;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    .hotel-details__gallery-image-container {
      margin-right: 0; } }

.hotel-details__gallery-image {
  height: 100%; }

.hotel-details__gallery-thumbnails {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer; }

.hotel-details__gallery-thumbnail {
  width: 145px;
  height: 95px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 20px; }
  @media only screen and (max-width: 600px) {
    .hotel-details__gallery-thumbnail {
      width: 80px;
      height: 55px; } }

.hotel-details__gallery-thumbnail-image {
  width: 100%; }

.hotel-details__section {
  margin-bottom: 20px; }

.hotel-details__section-title {
  background-color: #c0e1fc;
  color: #00438E;
  font-size: 16px;
  font-weight: 500px;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px; }

.hotel-details__offers-container {
  border-radius: 30px; }

.hotel-details__offer {
  display: flex;
  padding: 20px;
  box-shadow: -1px 7px 6px 0px rgba(0, 67, 142, 0.07);
  margin-bottom: 20px;
  border-radius: 30px; }
  @media only screen and (max-width: 600px) {
    .hotel-details__offer {
      padding: 10px;
      flex-direction: column; } }

.hotel-details__offer-item {
  flex: 1;
  margin-right: 40px; }
  @media only screen and (max-width: 600px) {
    .hotel-details__offer-item {
      margin-right: 0; } }

.hotel-details__button {
  width: 100px; }
  @media only screen and (max-width: 600px) {
    .hotel-details__button {
      width: 100%; } }

.hotel-details__map {
  height: 300px;
  border-radius: 30px; }

.hotel-details__facilities {
  padding: 20px; }
  @media only screen and (max-width: 600px) {
    .hotel-details__facilities {
      padding: 10px; } }

.hotel-details__facility {
  margin-bottom: 5px; }
