@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Okra, Helvetica, sans-serif;
}

body {
  background-color: #000000, opacity 0%;
}

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

ul li {
  list-style: none;
}

.container {
  /* width: 1150px; */
  width: 100%;
  margin-inline: auto;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.ali {
  align-items: center;
}

.jc-sb {
  justify-content: space-between;
}

.po-rel {
  position: relative;
}

.po-ab {
  position: absolute;
}

.col-23 {
  /* width: 23%; */
  width: 100%;
}

.col-100 {
  width: 100%;
}

.col-30 {
  /* width: 30%; */
  width: 100%;
}

.col-50 {
  /* width: 50%; */
  width: 100%;
}

.col-20 {
  /* width: 20%; */
  width: 100%;
}

/* Navbar */

.logo {
  width: 120px;
}

.login-button {
  padding: 12px;
  border-radius: 10px;
  font-size: 21px;
  color: grey;
}

.login-button:active {
  border-radius: 8px;
  border: 1.5px solid red;
}

.navBar {
  margin-top: 20px;
}

.location {
  font-size: 30px;
  color: red;
}

.search {
  font-size: 21px;
  color: black;
  position: absolute;
  padding: 15px;
}

.selection {
  margin: 0px 0px 0px 30px;
  box-shadow: 0 2px 5px rgb(190, 195, 196);
  width: 15rem;
  border: none;
  padding: 15px 10px 15px 40px;
  font-size: 16px;
  background-color: white;
  outline: none;
  cursor: pointer;
}

.searchBar {
  width: 25rem;
  box-shadow: 0 2px 5px rgb(190, 195, 196);
  border: none;
  padding: 15px 10px 15px 50px;
  font-size: 16px;
  border: none;
  outline: none;
}

/* Sub-nav */

.sub-nav-header {
  margin-top: 20px;
  background-color: #ffffff;
  padding-block: 10px;
  border-bottom: 2px solid rgba(220, 220, 220, 0.457);
  position: sticky;
  top: 0px;
  z-index: 1;
}

.sub-nav-a-1,
.sub-nav-a-2 {
  background-color: #fceec0;
  background-repeat: no-repeat;
  border-radius: 50%;
  padding: 30px;
  position: relative;
}

.sub-nav-a-text {
  font-size: 21px;
  margin-left: 15px;
}

.sub-nav-a-2 {
  background-color: #f8f8f8;
  margin-left: 30px;
}

.sub-nav-a-img {
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

/* Dinning-Out-Slot */

.dinning-out-collection {
  background-color: #f8f8f8;
  padding-block: 30px;
}

.rect-header h2 {
  font-size: 30px;
}

.rect-sub-header {
  margin-top: 20px;
}

.rect-sub-header h3 {
  color: grey;
  font-weight: 250;
  font-size: 21px;
}

.all-collection {
  color: #ff7e8b;
}

/* Rectangle-box-container */

.rectangle-box-container {
  margin-top: 15px;
}

.rectangle-slot {
  height: 320px;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.829)
    ),
    url("Assets_2/Winners_Zomato.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: end;
  padding: 0px 20px 20px 20px;
  line-height: 1.5;
  cursor: pointer;
}

.rectangle-slot:nth-child(2) {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.829)
    ),
    url("Assets_2/NewlyOpen.jpg");
}

.rectangle-slot:nth-child(3) {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.829)
    ),
    url("Assets_2/GreatBuffets.jpg");
}

.rectangle-slot:nth-child(4) {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0),
      rgba(0, 0, 0, 0.829)
    ),
    url("Assets_2/Best_Luxury.jpg");
}

/* Nav-Buttons */
.sub-nav-header {
  position: sticky;
  top: 0;
  color: white;
  z-index: 2;
}

.header-btn {
  position: sticky;
  top: 0px;
  padding-block: 14px;
  color: white;
  background-color: white;
  z-index: 5;
  margin-top: 35px;
}

.sub-nav-btn i {
  margin-right: 10px;
}

.sub-nav-btn {
  margin: 0px 15px 0px 0px;
  text-align: center;
  padding: 8px 10px;
  border-radius: 7px;
  background-color: #ffffff;
  justify-content: center;
  border: 1px solid rgb(203, 203, 203);
  font-size: 15px;
  color: grey;
  cursor: pointer;
}

.sub-nav-btn:hover {
  background-color: #f4f4f4;
}

.crownGold {
  color: gold;
}

/* Dinning-Hero-Section */

.dinning-hero-section {
  margin-block: 30px;
}

.dinning-hero-img {
  width: 100%;
}

/* BoxCard Section */

.card-container-box {
  padding: 20px;
  margin-top: 40px;
  border-radius: 20px;
  cursor: pointer;
}

.card-container-box:hover {
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgb(186, 183, 183);
  transition: all 0.2s ease-in-out;
}

.card-container-img {
  height: 200px;
  width: 100%;
  border-radius: 20px;
}

.card-text {
  margin-top: 10px;
}

.card-text p {
  color: grey;
}

.card-left-text p {
  margin-top: 6px;
  font-size: 15px;
}

.card-right-text {
  text-align: right;
}

.card-right-text h4 {
  display: inline;
  background-color: green;
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 7px 15px;
  font-size: 14px;
}

.card-right-text p {
  margin-block: 10px;
}

/* Explore-Section */

.explore-section {
  padding: 30px;
  background-color: #fcfcfc;
}

.explore-section-main h2 {
  margin-block: 50px;
}

.explore-selection select {
  margin-bottom: 25px;
  border: none;
}

.selectors {
  width: 100%;
  padding: 15px 0px 15px 15px;
  border-radius: 7px;
  font-size: 1.3rem;
  background-color: white;
  cursor: pointer;
}

/* Footer */

footer {
  background-color: #f8f8f8;
  padding: 50px 0px 20px 0px;
}

.footer-logo-img {
  width: 200px;
}

.footer-selection {
  text-align: right;
  justify-content: flex-end;
}

.footer-selector {
  text-align: center;
  width: 100px;
  padding: 8px 10px;
  font-size: 18px;
  border-radius: 5px;
  margin-left: 20px;
  cursor: pointer;
}

/* Footer Body */

.footer-body-content {
  justify-content: space-between;
  margin-block: 50px;
  align-items: flex-start;
}

.information {
  flex-direction: column;
  align-items: flex-start;
}

.information a {
  color: grey;
  margin-block: 7px;
  font-size: 15px;
}

.footer-header {
  font-size: 17px;
}

.header2 {
  margin-top: 20px;
}

.footer-logo-img {
  width: 8rem;
}

.footer-social-links a {
  color: black;
  margin-right: 10px;
}

.footer-social-links a i {
  margin-block: 7px;
  font-size: 20px;
}

/* Download Section */

.download {
  flex-direction: column;
}

.download-img {
  width: 100px;
}

/* Footer Bottom */

.footer-bottom {
  margin-top: 25px;
  font-size: 14px;
  color: grey;
}

/* Scroll Button */

.scrollup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}

.scroll-icon {
  background-color: #ef4f5f;
  border-radius: 50%;
  color: white;
  padding: 20px;
  font-size: 25px;
  cursor: pointer;
}

/* Media Queery  */

/* Media Query 360 */

@media (min-width: 360px) {
  .container {
    width: 350px;
  }

  .col-23 {
    width: 65%;
  }

  .col-30 {
    margin: 0 auto;
    width: 100%;
  }

  .col-20 {
    width: 100%;
    margin: 0 auto;
  }

  .col-50 {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 100px;
  }

  .login-button {
    font-size: 13px;
  }

  .input-bar {
    display: none;
  }

  .sub-nav-slots {
    justify-content: center;
  }

  .sub-nav-a-1,
  .sub-nav-a-2 {
    padding: 22px;
  }

  .sub-nav-a-img {
    width: 22px;
  }

  .sub-nav-a-text {
    font-size: 17px;
    margin-left: 15px;
  }

  .rect-header h2 {
    font-size: 26px;
    text-align: center;
  }

  .rect-sub-header {
    justify-content: center;
    text-align: center;
    margin-block: 32px;
  }

  .rect-sub-header h3 {
    font-size: 18px;
  }

  .all-collection {
    font-size: 18px;
  }

  .rectangle-slot {
    height: 220px;
    margin: 20px auto;
    font-size: 18px;
  }

  .nav-buttons {
    justify-content: center;
  }

  .sub-nav-btn {
    margin: 5px;
  }

  .box-cards-main h2 {
    margin-top: 50px;
    font-size: 23px;
    text-align: center;
  }

  .boxcards-slabs {
    margin-top: 30px;
  }

  .card-container-box {
    padding: 20px 15px;
    margin: 10px auto;
  }

  .card-container-img {
    height: 150px;
  }

  .card-left-text {
    width: 190px;
  }

  .card-left-text h3 {
    font-size: 16px;
  }

  .card-right-text h4 {
    padding: 5px 12px;
    font-size: 12px;
  }

  .selectors {
    padding: 8px 0px 8px 8px;
    font-size: 1rem;
  }

  .explore-section {
    padding: 5px;
  }

  .explore-section-main h2 {
    text-align: center;
  }

  .footer-header {
    text-align: center;
  }

  .footer-selection {
    margin-block: 25px;
    justify-content: center;
  }

  .footer-body-content {
    margin-block: 15px;
  }

  .information {
    margin: 20px 10px;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .scroll-icon {
    padding: 12px;
    font-size: 16px;
  }
}

/* Media Query 576 */

@media (min-width: 576px) {
  .container {
    width: 520px;
  }

  .col-23 {
    width: 70%;
    margin: 0 auto;
  }

  .col-30 {
    margin: 0 auto;
    width: 100%;
  }

  .col-20 {
    width: 100%;
    margin: 0 auto;
  }

  .col-50 {
    width: 100%;
    margin: 0 auto;
  }

  .logo {
    width: 120px;
  }

  .login-button {
    font-size: 18px;
  }

  .sub-nav-a-1,
  .sub-nav-a-2 {
    padding: 25px;
  }

  .sub-nav-a-img {
    width: 25px;
  }

  .sub-nav-a-text {
    font-size: 19px;
  }

  .rect-header h2 {
    font-size: 26px;
  }

  .rect-sub-header h3 {
    font-size: 18px;
  }

  .all-collection {
    font-size: 17px;
  }

  .rect-sub-header h3 {
    margin-block: 0px 12px;
  }

  .rectangle-slot {
    height: 200px;
    margin: 20px auto;
    font-size: 18px;
  }

  .sub-nav-btn {
    margin: 10px;
  }

  .card-container-box {
    padding: 20px 15px;
    width: 350px;
    margin: 12px auto;
  }

  .card-container-img {
    height: 200px;
  }

  .card-left-text {
    width: 200px;
  }

  .card-left-text h3 {
    font-size: 18px;
  }

  .card-right-text h4 {
    padding: 6px 12px;
    font-size: 14px;
  }

  .selectors {
    padding: 10px 0px 10px 10px;
    font-size: 1.1rem;
  }

  .explore-section-main h2 {
    text-align: center;
  }

  .footer-header {
    text-align: center;
  }

  .footer-selection {
    margin-block: 25px;
    justify-content: center;
  }

  .footer-body-content {
    margin-block: 15px;
    margin: 0 auto;
  }

  .information {
    margin: 20px 10px;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
  }

  .scroll-icon {
    padding: 12px;
    font-size: 16px;
  }
}

/* Media Query 768 */

@media (min-width: 768px) {
  .container {
    width: 720px;
  }

  .col-23 {
    width: 35%;
  }

  .col-30 {
    width: 50%;
  }

  .col-20 {
    width: 40%;
    margin: 0 auto;
  }

  .col-50 {
    width: 50%;
  }

  .sub-nav-a-1,
  .sub-nav-a-2 {
    padding: 30px;
  }

  .sub-nav-a-img {
    width: 30px;
  }

  .sub-nav-a-text {
    font-size: 21px;
  }

  .rect-header h2 {
    font-size: 30px;
  }

  .rect-sub-header h3 {
    margin-block: 15px 10px;
  }

  .rect-sub-header h3 {
    font-size: 21px;
  }

  .all-collection {
    font-size: 17px;
  }

  .rectangle-box-container {
    justify-content: center;
  }

  .rectangle-slot {
    height: 260px;
    margin: 20px;
  }

  .card-container-boc {
    padding: 20px 15px;
  }

  .card-left-text {
    width: 210px;
  }

  .card-left-text h3 {
    font-size: 20px;
  }

  .selectors {
    padding: 10px 0px 10px 10px;
    font-size: 1.1rem;
  }

  .footer-header {
    text-align: left;
    align-items: center;
  }

  .footer-logo-img {
    width: 180px;
  }

  .footer-selection {
    justify-content: flex-end;
  }

  .footer-body-content {
    margin-block: 15px;
    justify-content: space-evenly;
  }

  .information {
    margin: 20px 10px;
  }

  .information a {
    font-size: 16px;
  }

  .footer-bottom {
    text-align: center;
  }

  .scroll-icon {
    padding: 12px;
    font-size: 17px;
  }
}

/* Media Query 992 */

@media (min-width: 992px) {
  .container {
    width: 920px;
  }

  .col-20 {
    width: 30%;
  }

  .input-bar {
    display: contents;
  }

  .selection {
    width: 150px;
  }

  .searchBar {
    width: 310px;
    font-size: 14px;
  }

  .login-button {
    font-size: 21px;
  }

  .sub-nav-slots {
    justify-content: flex-start;
  }

  .rectangle-slot {
    height: 320px;
  }

  .card-container-box {
    padding: 15px;
    margin: 10px;
    width: 430px;
  }

  .card-left-text {
    width: 250px;
  }

  .selectors {
    padding: 15px 0px 15px 15px;
    font-size: 1.2rem;
  }

  .footer-selector {
    width: 120px;
  }

  .information {
    margin: 12px 20px;
  }

  .footer-bottom {
    text-align: left;
  }

  .scroll-icon {
    padding: 15px;
    font-size: 20px;
  }
}

/* Media Query 1200 */

@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }

  .col-23 {
    width: 20%;
  }

  .col-30 {
    width: 30%;
  }

  .col-20 {
    width: 20%;
  }

  .col-50 {
    width: 50%;
  }

  .selection {
    width: 12rem;
  }

  .searchBar {
    font-size: 16px;
    width: 25rem;
  }

  .rect-sub-header {
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-block: 10px 0px;
  }

  .rect-sub-header h3 {
    font-size: 20px;
  }

  .rect-header h2 {
    text-align: left;
  }

  .nav-buttons {
    justify-content: left;
  }

  .box-cards-main h2 {
    font-size: 30px;
    text-align: left;
  }

  .card-container-box {
    width: 360px;
    margin: 10px;
    padding: 15px;
  }

  .card-container-img {
    height: 210px;
  }

  .card-left-text {
    width: 180px;
  }

  .card-left-text h3 {
    font-size: 19px;
  }

  .card-right-text h4 {
    font-size: 15px;
  }

  .card-text p {
    font-size: 16px;
  }

  .selectors {
    font-size: 1.3rem;
  }

  .explore-section-main h2 {
    text-align: left;
    font-size: 30px;
  }

  .information {
    align-items: flex-start;
    margin: 0px 0px;
  }

  .information a {
    font-size: 17px;
  }

  .header2 {
    margin-top: 25px;
  }

  .footer-social-links a i {
    margin-block: 7px;
    font-size: 22px;
  }

  .scroll-icon {
    padding: 20px;
    font-size: 25px;
  }
}

/* Media Query 1522 */

@media (min-width: 1522px) {
  .container {
    width: 1300px;
  }

  .card-container-box {
    padding: 20px 12px;
  }
}
