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;
}

.header {
  display: flex;
  /* background-color: whitesmoke; */
  justify-content: space-between;
  align-content: center;
}

.header-one {
  display: flex;
  /* background-color: blue; */
}

a {
  color: black;
  text-decoration: none;
}

.header-button {
  /* background-color: brown; */
  display: flex;
  gap: 20px;
}

.header-two {
  /* background-color: chartreuse; */
  display: flex;
  margin: 10px;
  padding: 10px;
  gap: 10px;
}
.header-three {
  /* background-color: darkkhaki; */
  display: flex;
  margin: 10px;
  padding: 10px;
  gap: 20px;
}

.login {
  background-color: palevioletred;
  border: none;
}

.search-bar {
  display: flex;

  border-radius: 40px;
  box-shadow: 0 2px 12px rgba(60, 60, 60, 0.12);
  padding: 8px 16px 8px 24px;
  width: 55%;
  margin: 40px auto;
  /* background: #ffffff47; */
  gap: 6px;
}

.divider {
  width: 1px;
  height: 40px;
  background: #e0e0e0;
  margin: 0 8px;
}

.search-desc {
  /* background-color: burlywood; */
  display: flex;
}

.search-btn {
  background-color: transparent;
  border: transparent;
  justify-items: end;
}
.search-section {
  flex-direction: column;
  padding: 0 24px;
  width: 86%;
}
.search-desc {
  display: flex;
  font-size: 12;
  color: #888888f8;
  font-family: sans-serif;
  margin-top: 4px;
}

.search-label {
  /* font-weight: bold; */
  font-size: 1em;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.desc-heading {
  /* background-color: aquamarine; */
  margin: 40px;
  font-weight: bold;
  font-size: large;
}

.grid-container {
  /* background-color: aquamarine; */
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  column-gap: 2px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  /* grid-template-rows: repeat(4,1fr); */
  /* padding: 50px; */
  /* justify-content: start; */
  /* @media screen and (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr); */

  /* } */
}

/* .grid-container-2{
        background-color: hotpink;
        display: grid;
        grid-template-columns:repeat(5,1fr);
        grid-template-rows: repeat(4,1fr);
        padding: 50px;
        justify-content: start


    /* } */

.grid-item-1 {
  /* 
        display: flex;
        size: 4;
        justify-items:start;  */
}

.grid-item {
  position: relative;
}

.image-view {
  padding: 10px;
  border-radius: 15%;
  /* position: relative; */
  /* z-index: 1000; */
  width: 220px;
}

.image-view:hover {
  cursor: pointer;
}

.like-image {
  z-index: 1001;
  position: absolute;
  top: 20px;
  left: 190px;
}

.like-image:hover {
  cursor: pointer;
}
.guest-favourite {
  border: transparent;
  /* background-color: whitesmoke; */
  border-radius: 10px;
  z-index: 1001;
  position: absolute;
  top: 17px;
  left: 16px;
}

.guest-favourite:hover {
  cursor: pointer;
}

.h2-text {
  color: black;
  /* background-color: aqua; */
  padding-left: 20px;
  font-weight: bold;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.h2-text:hover {
  cursor: pointer;
}

.h3-text {
  color: darkgrey;
  font-size: medium;
  padding-left: 20px;
  font-size: small;
}

.h3-text {
  cursor: pointer;
}
.h4-text {
  color: darkgray;
  font-size: smaller;
  padding-left: 20px;
}
.h4-text {
  cursor: pointer;
}

.header-container {
  display: flex;
  justify-content: space-between;
  background-color: brown;
}

.btn-move {
  /* background-color: blue; */
  justify-items: end;
}

.footer-grid-container {
  /* display: flex; */
  /* background-color: bisque; */
}

.foot-items {
  display: flex;

  /* background-color: cornflowerblue; */

  /* justify-content: space-evenly; */
  padding: 10px;
  gap: 2px;
  margin: 5px;
}

.desc-heading {
  padding-left: 43px;
  margin-top: 35px;
  /* background-color: chartreuse; */
}
.headings {
  /* background-color: aqua; */
  font-weight: bold;
}

.foot-items-new {
  display: block;
  color: black;

  /* background-color: cornflowerblue; */

  justify-content: space-evenly;
  padding: 5px;

  margin-top: 10px;
  margin-left: 40px;

  /* border: solid 1px blueviolet; */
}
.item-1 {
  /* background-color: aqua; */
  color: black;
  font-weight: bold;
}

.second-grid {
  color: lightgray;
  font-weight: lighter;
}

.second-grid:hover {
  color: black;
  cursor: pointer;
}
.grid-foot-container-top {
  display: grid;
  grid-template-columns: repeat(6, 1fr);

  /* background-color: chartreuse; */
  justify-content: space-around;
}

.grid-foot-container-items {
  /* background-color: cornflowerblue; */
}
.horizontal-divider {
  color: lightgrey;
  /* background-color: coral; */
}

.grid-container-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 70px;
  height: 60vh;

  @media screen and (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.footer-sign-container {
  /* background-color: brown; */
  display: flex;

  text-decoration: none;
  justify-content: space-between;
}

.footer-sign-1 {
  /* background-color: aqua; */
  padding-left: 30px;
}

.footer-sign-2 {
  /* background-color: blueviolet; */
  padding-right: 30px;

  justify-items: end;
}
