/*All concept about css boilerplate, transform, transition, perspective, hover*/
@font-face {
  font-family: helvetica neue;
  src: url(Assets/Helvetica.ttf);
}
@font-face {
  font-family: mona sans;
  src: url(Assets/Mona-Sans-870dff5a10221ba7d01cc47eca10d0b2f911bd4196bb941985490bd8c7363cd9.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "mona sans";
}
html,
body {
  height: 100%;
  width: 100%;
}
.main {
  padding: 60px;
  padding-top: 20px;
}

.nav {
  display: flex;
  align-items: center;
  padding: 15px;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}
.nav .right {
  display: flex;
  gap: 35px;
  margin-left: 30px;
}
.nav .right a {
  text-decoration: none;
  color: black;
}
.logoIcon {
  height: auto;
  width: 85px;
}
.left {
  display: flex;
  gap: 10px;
  align-items: center;
}
#login {
  background-color: black;
  padding: 15px 20px;
  border-radius: 30px;
  color: white;
  margin-right: 50px;
}
.hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h1 h1 {
  font-size: 48px;
  font-weight: 600;
}

.p p {
  font-size: 15px;
}
.hero .row1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hero .row1 .col2 {
  height: 440px;
  width: 610px;
  border-radius: 30px;
  overflow: hidden;
}

.hero .row1 .col2 video {
  height: 100%;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.col1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.facility {
  display: flex;
  height: 40px;
  gap: 20px;
}
.facility button {
  background-color: #ffffff;
  border: none;
  padding: 0px 19px;
  gap: 5px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  font-weight: 600;
}

.facility #btn1 {
  background-color: #3a3546;
  color: white;
}
.search {
  height: 54px;
  width: 100%;
  border-radius: 25px;
  background-color: #e8e8e87d;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.search p {
  color: rgba(0, 0, 0, 0.629);
}
.search .searchIcon {
  background-color: #ec5e95;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.filter button {
  background-color: white;
  border: 1px solid rgba(172, 172, 172, 0.511);
  padding: 6px 8px;
  border-radius: 20px;
}
.row2 {
  height: 60px;
  padding: 10px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  background-color: #e8e8e87d;
}
.row2 p {
  font-weight: 300;
  font-size: 15px;
}
.row2 button {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  border: 2ps solid gray;
  padding: 8px;
  border-radius: 25px;
  font-weight: 600;
}

.options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px;
  font-weight: 600;
}
.options .left {
  border: 2px solid #e8e8e87d;
  padding: 10px 15px;
  border-radius: 5px;
}
.options .right {
  padding: 10px 15px;
  border: 2px solid #e8e8e87d;
  border-radius: 20px;
}
.options .center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.card {
  position: relative;
  height: 240px;
  width: 315px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
.card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: bottom;
}
.bottom {
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: -40%;
  background: linear-gradient(transparent, black);
  border-radius: 10px;
  transition: all ease 0.25s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  gap: 25px;
}
.card:hover .bottom {
  bottom: 0;
}
.save {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.bottom h4 {
  font-size: 20px;
  color: whitesmoke;
  font-weight: 500;
}
.save h5 {
  background-color: whitesmoke;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.signup {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.signup button {
  background-color: #000000;
  color: white;
  padding: 12px 22px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
}
.Footernav {
  display: flex;
  justify-content: center;
  gap: 75px;
  align-items: center;
  padding: 10px 30px 30px 30px;
  font-weight: 600;
}
.Footernav .first .logoIcon {
  width: 100px;
  height: auto;
}
.Footernav .center {
  display: flex;
  gap: 35px;
}
button{
  cursor: pointer;
}