/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.flex {
  display: flex;
}
.center {
  justify-content: center;
  align-items: center;
}
h1 {
  font-size: 3rem;
  font-weight: 800;
}
.sec-padding {
  padding: 3rem 0;
}
.container {
  max-width: 1100px;
  margin: 0 auto;
}
.tags-sec {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tags-div > * {
  margin-right: 1rem;
}
.btn {
  padding: 0.5rem 1rem;
  border-radius: 7px;
  outline: none;
  border: none;
  cursor: pointer;
}
.active {
  background-color: orange;
  color: wheat;
}
.jsb {
  justify-content: space-between;
}
.disabled {
  background-color: rgb(26, 26, 56);
  color: wheat;
}

.flex-50 {
  flex: 0 1 45%;
  margin: 1%;
}
.cards-div {
  flex-wrap: wrap;
}
img {
  width: 100%;
  height: 10rem;
  border-radius: 10px;
}
.card-img-div {
  flex: 0 1 48%;
  margin: 1%;
  /* border: 2px solid orange; */
}
.card-right-div {
  flex: 0 1 48%;
  margin: 1%;
}
.card {
  box-shadow: 4px 4px 4px gray;
  padding: 1rem;
  border-radius: 10px;
  background-color: rgba(197, 194, 194, 0.301);
}
body {
  background-color: rgb(228, 226, 226);
  font-family: 'Fira Sans', sans-serif;
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.684),
      rgba(0, 0, 0, 0.684)
    ),
    url('./images/hotel3.jpg') no-repeat center center fixed;

  background-size: cover;
}
.card-right-div h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: rgb(15, 14, 54);
}
.card-right-div span {
  font-size: 1rem;
  font-weight: 800;
  color: orange;
}
.card-right-div p {
  font-size: 1rem;
  font-weight: 800;
  color: rgb(133, 117, 206);
}
h1 {
  text-align: center;
  font-weight: 900;
  color: rgb(136, 136, 240);
  text-decoration: underline;
}
