@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&family=Playfair+Display:wght@700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display";
}

body {
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
}
span {
  color: #ff4c00;
}
.my-container {
  width: 90%;
  margin: auto;
}
.theme-btn {
  background-color: #ff4c00;
  color: #fff;
  padding: 0.8vw 1.5vw;
  border-radius: 25px;
  font-size: 15px;
  border: none;
}
.active-page {
  background-color: #ff4c00;
  color: #f1f1f1;
  border: none;
}

/* Swiper CSS */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 100%;
}

/* Swiper CSS */

/* Header Section */

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /* border: 2px solid red; */
  z-index: 100;
  background-color: #ffffff59;
  border-bottom: 0.5px solid #ffffff;
}

.navb {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* border: 2px solid red; */
  padding: 1rem 3rem;
}

.navb div img {
  max-width: 70%;
}
.navb ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  align-items: center;
  gap: 2vw;
}
.navb .my-menu-logo {
  /* border: 2px solid red; */
  /* display: flex; */
  display: none;
}
.navb .my-menu-logo img {
  max-width: 100%;
}

/* Header Section */

/* Hero Section */
.hero-section {
  position: relative;
}
.hero-section img {
  max-width: 100%;
  display: flex;
}

.hero-section .hero-content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border: 2px solid red; */
  color: #fff;
  width: 60%;
}

.hero-section .hero-content p {
  font-size: 1.25vw;
  letter-spacing: 0.8px;
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 1vw;
}
.hero-section .hero-content h1 {
  font-size: 5vw;
  letter-spacing: 0.8px;
  text-align: center;
  padding-bottom: 4vw;
  line-height: 4.2rem;
}
.hero-section .hero-content > div {
  /* border: 2px solid red; */
  text-align: center;
  position: relative;
  margin-top: 3vw;
}
.hero-section .hero-content > div input {
  font-size: 18px;
  padding: 24px 48px;
  width: 90%;
  border-radius: 40px;
  border: none;
}
.hero-section .hero-content > div input:focus {
  outline: none;
}
.hero-section .hero-content > div button {
  position: absolute;
  right: 6.5%;
  top: 17%;
  font-size: 1.3vw;
  padding: 10.5px 30px;
  cursor: pointer;
}
.hero-section .hero-content > div > img {
  position: absolute;
  max-width: 3%;
  top: 27%;
  left: 7%;
}
.hero-section .hero-content > div .search-bar-tag {
  background: #ccf32f;
  color: #0e3d4d;
  font-weight: 400;
  position: absolute;
  padding: 8px 10px;
  left: 10%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hero-section .hero-content > div .search-bar-tag span {
  font-weight: 700;
  color: #0e3d4d;
}

/* Hero Section */

/* Browse Destination */
.browse-destination {
    padding-top: 100px;
}
.browse-destination .section-heading {
  text-align: center;
  letter-spacing: 0.7px;
  padding-top: 35px;
  margin-bottom: 24px;
}
.browse-destination .section-heading p {
  margin-bottom: 0.5vw;
  font-size: 1.1vw;
}
.browse-destination .section-heading h1 {
  font-size: 3vw;
}
.browse-destination .page-1 {
  background: linear-gradient(180deg, #f1ffb6 0%, rgba(241, 255, 182, 0) 100%);
}
.browse-destination .page-2 {
  position: relative;
}
.browse-destination .page-2 .filter-and-listing-section {
  width: 80%;
  margin: auto;
}
.browse-destination .page-2 .filter-and-listing-section > .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.browse-destination .page-2 .filter-and-listing-section > .my-row > .my-col {
  width: 75%;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col:first-of-type {
  width: 25%;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  margin: 1vw;
  border: 1px solid #e7e6e6;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-heading {
  background-color: #ff4c00;
  color: #fff;
  text-align: center;
  padding: 3vw 0;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-heading
  p {
  font-size: 1.35vw;
  margin-bottom: 1.5vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-heading
  button {
  background-color: #fff;
  color: #000;
  padding: 1vw 3.5vw;
  border-radius: 10px;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  h4 {
  font-family: "Inter";
  font-size: 1.25vw;
  margin-bottom: 1vw;
  color: #0e3d4d;
  padding-top: 2vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options {
  /* border: 2px solid red; */
  padding: 2vw;
  padding-top: 0;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  h4 {
  font-family: "Inter";
  font-size: 1.25vw;
  margin-bottom: 1vw;
  color: #0e3d4d;
  padding-top: 2vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  h4 {
  border-top: 1px solid #e7e6e6;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  div {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: row;
  gap: 0.5vw;
  align-items: center;
  padding: 5px 0;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  div
  label {
  color: #05073c;
  cursor: pointer;
  font-size: 0.95vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  div
  input[type="checkbox"] {
  border: 1px solid #05073c;
  height: 16px;
  width: 16px;
  appearance: none;
  border-radius: 3px;
  cursor: pointer;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  div
  input[type="checkbox"]:checked {
  background-color: #ccf32f;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  div
  input[type="radio"] {
  border: 1px solid #05073c;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  appearance: none;
  cursor: pointer;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  div
  input[type="radio"]:checked {
  background-color: #ccf32f;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .filter-section
  .filter-options
  div:last-of-type {
  /* border: 2px solid red; */
  margin-bottom: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section {
  padding: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* border: 2px solid orange; */
  margin-bottom: 2vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .heading
  > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: none;
  gap: 0.3vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #e7e6e6;
  margin: 15px 0;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col {
  width: 40%;
  /* border: 2px solid red; */
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col:nth-child(1) {
  width: 35%;
  /* border: 2px solid red; */
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col:nth-child(3) {
  width: 25%;
  /* border: 2px solid red; */
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-img-info {
  padding: 1vw;
  position: relative;
  /* border: 2px solid red; */
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-img-info
  div:nth-child(2) {
  display: flex;
  gap: 0.2vw;
  position: absolute;
  top: calc(1vw + 3%);
  left: calc(1vw + 3%);
  padding: 0.5vw 0.8vw;
  border-radius: 12px;
  background-color: #ff4c00;
  color: #fff;
  font-size: 0.95vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info {
  padding: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-location-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  h4 {
  font-family: "Inter";
  margin-bottom: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-location-info
  div {
  width: 7%;
  display: flex;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-rating
  img {
  max-width: 7%;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-rating
  > div
  img {
  max-width: 25%;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-rating
  div:nth-child(1) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-rating
  div
  span {
  color: #000;
  font-weight: 700;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  h6 {
  color: #000;
  font-family: "Inter";
  font-size: 0.85vw;
  width: 90%;
  font-weight: 400;
  margin-bottom: 1vw;
}

.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-ads {
  display: flex;
  flex-direction: row;
  font-size: 0.8vw;
  margin-top: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-ads
  div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .my-card-info
  .my-card-ads
  div
  img {
  max-width: 12%;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info {
  display: flex;
  flex-direction: column;
  gap: 4vw;
  border-left: 1px solid #e7e6e6;
  align-items: center;
  padding: 0.5vw 0;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info
  div {
  /* border: 2px solid red; */
  text-align: center;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info
  div
  > p:nth-child(1)
  span {
  font-weight: 400;
  color: #c6c6d2;
  position: relative;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info
  div
  > p:nth-child(1)
  span::after {
  position: absolute;
  content: "";
  height: 8%;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c6c6d2;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info
  div
  > p:nth-child(3) {
  color: #00000080;
  font-size: 14px;
  margin-bottom: 1vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info
  div
  p
  span {
  font-weight: 700;
  font-size: 1.3vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info
  div
  button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.2vw;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-card
  > .my-row
  > .my-col
  .price-info
  div
  button
  img {
  max-width: 16%;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-pagination
  ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.7vw;
  list-style: none;
  color: #05073c;
  cursor: pointer;
}
.browse-destination
  .page-2
  .filter-and-listing-section
  > .my-row
  > .my-col
  .listing-section
  .my-pagination
  ul
  li {
  /* background-color: #ff4c00; */
  border: 1px solid #f1f1f1;
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* Browse Destination */

/* My Banner */

/* .my-banner {
  border: 2px solid red;
} */

/* My Banner */

/* Top Destination Section */
.top-destination-section .section-heading h3 {
  font-size: 3vw;
  margin-top: 0.5vw;
}
.top-destination-section .top-destination-cards {
  width: 80%;
  margin: auto;
}
.top-destination-section .top-destination-cards .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.top-destination-section .top-destination-cards .my-col {
  width: 20%;
}
.top-destination-section .top-destination-cards .my-card {
  margin: 10px;
  position: relative;
  color: #fff;
}
.top-destination-section .top-destination-cards .my-card img {
  max-width: 100%;
}
.top-destination-section .top-destination-cards .my-card .my-card-price {
  position: absolute;
  top: 2%;
  right: 5%;
}
.top-destination-section .top-destination-cards .my-card .my-card-info {
  position: absolute;
  left: 5%;
  bottom: 5%;
}
/* Top Destination Section */

/* My Banner Slider */
.my-banner-slider .section-heading {
  margin-top: 10vh;
  margin-bottom: 10vh;
  /* border: 2px solid red; */
  text-align: center;
  letter-spacing: 0.7px;
  padding: 2vw 0;
  margin-bottom: 2vw;
}
.my-banner-slider .section-heading p {
  margin-bottom: 0.5vw;
  font-size: 1.1vw;
}
.my-banner-slider .section-heading h2 {
  font-size: 3vw;
}
.my-banner-slider .my-container .custom-nav-prev {
  position: absolute;
  top: 50%;
  left: calc(-4.5% / 2);
  transform: translateY(-50%);
  z-index: 20;
  width: 4.5%;
}
.my-banner-slider .my-container .custom-nav-next {
  position: absolute;
  top: 50%;
  right: calc(-4.5% / 2);
  transform: translateY(-50%);
  z-index: 20;
  width: 4.5%;
}
.my-banner-slider .my-container .swiper-pagination {
  position: absolute;
  bottom: -25%;
}
.my-banner-slider .my-container .swiper-pagination-bullet {
  background-color: #ff4c00;
  opacity: 1;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

.my-banner-slider .my-container .swiper-pagination-bullet-active {
  background-color: #ff4c00;
  height: 16px;
  width: 16px;
}

/* My Banner Slider */

/* Footer */

footer .footer-top {
  background: #141b34;
  color: #fff;
  padding: 10vh 0;
}

footer .footer-top .my-container .my-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footer-top .my-container .my-row .my-col {
  width: calc(100% / 3);
  /* border: 2px solid red; */
}
footer .footer-top .my-container .my-row .my-col:nth-child(2) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer .footer-top .my-container .my-row .my-col .my-content {
  padding: 2.5vw;
  /* border: 2px solid red; */
  letter-spacing: 0.7px;
}
footer .footer-top .my-container .my-row .my-col .my-content p {
  margin-bottom: 2vw;
}
footer .footer-top .my-container .my-row .my-col .my-content h4 {
  font-family: "Inter";
  font-size: 1.25vw;
  margin-bottom: 1.5vw;
}
footer .footer-top .my-container .my-row .my-col .my-content a {
  color: #fff;
}
footer .footer-top .my-container .my-row .my-col .my-content ul {
  list-style: none;
}
footer .footer-top .my-container .my-row .my-col .my-content ul li {
  padding-bottom: 1.25vw;
}
footer .footer-top .my-container .my-row .my-col .my-content div {
  margin-bottom: 2vw;
  /* border: 2px solid red; */
}
footer .footer-top .my-container .my-row .my-col .my-content div img {
  max-width: 100%;
}

footer .footer-bottom {
  background: #10162a;
  color: #ffffff99;
}
footer .footer-bottom .my-container {
  /* border: 2px solid red; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5vw;
  padding-right: 3vw;
}
footer .footer-bottom .social-media-icons {
  display: flex;
  flex-direction: row;
  padding: 0.8vw 0;
}
footer .footer-bottom .social-media-icons img {
  max-width: 80%;
}

/* Footer */
@media screen and (max-width: 1350px) {
  .hero-section .hero-content > div input {
    padding: 22px 48px;
  }

  .hero-section .hero-content > div button {
    top: 18%;
  }
  .hero-section .hero-content > div > img {
    top: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .hero-section .hero-content > div input {
    padding: 20px 48px;
  }

  .hero-section .hero-content > div button {
    top: 18%;
  }
  .hero-section .hero-content > div > img {
    top: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .hero-section .hero-content p {
    font-size: 1.2vw;
    padding: 4px 0;
    margin-top: 25px;
  }
  .hero-section .hero-content h1 {
    font-size: 4.5vw;
    padding-bottom: 3vw;
    line-height: 3.5rem;
  }
  .hero-section .hero-content > div input {
    padding: 19px 48px;
  }

  .hero-section .hero-content > div button {
    top: 18.5%;
    right: 7%;
  }
  .hero-section .hero-content > div > img {
    top: 30%;
    left: 8.5%;
    max-width: 3.5%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 12%;
    font-size: 14px;
  }
  .browse-destination .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 1.5vw;
  }
  .browse-destination .section-heading h3 {
    font-size: 4vw;
  }
  .browse-destination .page-2 .filter-and-listing-section {
    width: 90%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    h6 {
    font-size: 1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-ads {
    font-size: 0.9vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info {
    padding: 0.5vw 1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    button
    p {
    font-size: 1.3vw;
  }
  .top-destination-section .section-heading {
    top: 45%;
  }
  .top-destination-section .section-heading p {
    font-size: 1.5vw;
  }
  .top-destination-section .section-heading h3 {
    font-size: 4vw;
    margin-top: 0.5vw;
  }
  .my-banner-slider .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 1.5vw;
  }
  .my-banner-slider .section-heading h2 {
    font-size: 4vw;
  }
  footer .footer-top .my-container .my-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .footer-top .my-container .my-row .my-col {
    width: calc(100% / 2);
    /* border: 2px solid red; */
  }

  footer .footer-top .my-container .my-row .my-col .my-content p {
    margin-bottom: 2vw;
    font-size: 1.8vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content h4 {
    font-size: 2.5vw;
    margin-bottom: 3vw;
  }

  footer .footer-top .my-container .my-row .my-col .my-content ul li {
    padding-bottom: 2vw;
    text-wrap: nowrap;
  }
  footer .footer-top .my-container .my-row .my-col .my-content div {
    margin-bottom: 5vw;
    /* border: 2px solid red; */
  }
  footer .footer-top .my-container .my-row .my-col .my-content div img {
    max-width: 50%;
  }
  footer
    .footer-top
    .my-container
    .my-row
    .my-col
    .my-content
    div
    .payment-img {
    max-width: 80%;
  }

  footer .footer-bottom {
    background: #10162a;
    color: #ffffff99;
  }
  footer .footer-bottom .my-container {
    /* border: 2px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2.5vw;
    padding-right: 3vw;
  }
  footer .footer-bottom .my-container p {
    font-size: 1.8vw;
  }
  footer .footer-bottom .social-media-icons {
    display: flex;
    flex-direction: row;
    padding: 0.8vw 0;
  }
  footer .footer-bottom .social-media-icons img {
    max-width: 70%;
  }
}

@media screen and (max-width: 800px) {
  .navb {
    padding: 1rem 1.5rem;
  }
  .navb ul {
    font-size: 2vw;
    gap: 2.5vw;
  }
  .navb .theme-btn {
    font-size: 2vw;
    padding: 1vw 2vw;
  }
  .navb div img {
    max-width: 60%;
  }
  .hero-section .hero-content p {
    font-size: 1.35vw;
    padding: 2px 0;
    margin-top: 30px;
  }
  .hero-section .hero-content h1 {
    font-size: 4vw;
    padding-bottom: 3vw;
    line-height: 2.5rem;
  }
  .hero-section .hero-content > div input {
    padding: 16px 42px;
    width: 100%;
    font-size: 14px;
  }

  .hero-section .hero-content > div button {
    top: 18%;
    right: 2.5%;
    padding: 8px 22px;
    font-size: 12px;
  }
  .hero-section .hero-content > div > img {
    top: 28%;
    left: 4%;
    max-width: 4%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 8%;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .hero-section .hero-content p {
    font-size: 1.5vw;
    padding: 2px 0;
    margin-top: 30px;
    width: 70%;
  }
  .hero-section .hero-content h1 {
    font-size: 4vw;
    padding-bottom: 0vw;
    line-height: 2.5rem;
  }
  .hero-section .hero-content > div input {
    padding: 16px 42px;
    width: 100%;
    font-size: 14px;
  }

  .hero-section .hero-content > div button {
    top: 18%;
    right: 2.5%;
    padding: 8px 22px;
    font-size: 12px;
  }
  .hero-section .hero-content > div > img {
    top: 28%;
    left: 4%;
    max-width: 4%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 8%;
    font-size: 12px;
  }
  .browse-destination .section-heading p {
    font-size: 1.5vw;
  }
  .browse-destination .section-heading h3 {
    font-size: 5vw;
  }
  .browse-destination .page-2 .filter-and-listing-section {
    width: 90%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section {
    margin: 0.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section
    .filter-heading
    p {
    font-size: 1.5vw;
    margin-bottom: 2vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section
    .filter-heading
    button {
    padding: 1vw 2.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section
    .filter-options
    h4 {
    font-size: 1.8vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section
    .filter-options
    div
    label {
    font-size: 1.35vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section
    .filter-options
    div
    input[type="checkbox"] {
    height: 15px;
    width: 15px;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section
    .filter-options
    div
    input[type="radio"] {
    height: 14px;
    width: 14px;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .filter-section
    .filter-options
    a
    span {
    font-size: 1.6vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading {
    font-size: 1.8vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-img-info {
    padding: 1vw;
    position: relative;
    /* border: 2px solid red; */
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-img-info
    div:nth-child(2) {
    padding: 1vw 1.5vw;
    border-radius: 8px;
    font-size: 1.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-location-info
    p {
    font-size: 1.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    h4 {
    font-size: 1.4vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating {
    gap: 0.1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    img {
    max-width: 8%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    > div
    img {
    max-width: 18%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    div
    p {
    font-size: 1.8vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    h6 {
    font-size: 1.35vw;
    width: 100%;
  }

  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-ads {
    font-size: 1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-ads
    div
    img {
    max-width: 14%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info {
    gap: 2vw;
    padding: 0.5vw 0;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    > p {
    font-size: 1.6vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    > p:nth-child(3) {
    font-size: 10px;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    p
    span {
    font-weight: 700;
    font-size: 2vw;
  }
  .top-destination-section {
    min-height: 50vh;
  }
  .top-destination-section .section-heading {
    top: 40%;
  }
  .top-destination-section .section-heading p {
    font-size: 2vw;
  }
  .top-destination-section .section-heading h3 {
    font-size: 5vw;
    margin-top: 0.5vw;
  }
  .my-banner-slider .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 2vw;
  }
  .my-banner-slider .section-heading h2 {
    font-size: 5vw;
  }
  .my-banner-slider .my-container .custom-nav-prev {
    width: 7%;
    left: calc(-7% / 2);
  }
  .my-banner-slider .my-container .custom-nav-next {
    width: 7%;
    right: calc(-7% / 2);
  }
}

@media screen and (max-width: 600px) {
  .navb {
    padding: 0.5rem 1.5rem;
  }
  .navb ul {
    display: none;
  }
  .navb .my-menu-logo {
    display: flex;
    align-items: center;
    font-size: 30px;
    /* border: 2px solid red; */
  }
  .navb div img {
    max-width: 70%;
  }
  .hero-section .hero-content p {
    font-size: 1.7vw;
    padding: 3px 0;
    margin-top: 30px;
    width: 80%;
  }
  .hero-section .hero-content h1 {
    font-size: 4vw;
    padding-bottom: 1.5vw;
    line-height: 1.8rem;
  }
  .hero-section .hero-content > div input {
    padding: 14px 38px;
    width: 100%;
    font-size: 10px;
  }

  .hero-section .hero-content > div button {
    top: 16%;
    right: 2.5%;
    padding: 6px 18px;
    font-size: 12px;
  }
  .hero-section .hero-content > div > img {
    top: 26%;
    left: 4%;
    max-width: 4.5%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    left: 8%;
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  .navb div img {
    max-width: 75%;
  }
  .navb .my-menu-logo {
    font-size: 26px;
  }
  .hero-section {
    overflow: hidden;
    /* border: 2px solid red; */
  }
  .hero-section img {
    max-width: 220%;
    position: relative;
    left: -60%;
  }
  .hero-section .hero-content {
    width: 100%;
    /* border: 2px solid red; */
  }
  .hero-section .hero-content p {
    /* border: 2px solid red; */
    font-size: 3.5vw;
    padding: 5px 0;
    margin-top: 10vw;
    margin-bottom: 2vw;
    width: 90%;
  }
  .hero-section .hero-content h1 {
    width: 80%;
    font-size: 8vw;
    padding-bottom: 2vw;
    line-height: 2.5rem;
    margin: auto;
  }
  .hero-section .hero-content > div input {
    padding: 16px 32px;
    width: 80%;
    font-size: 10px;
    margin: 10vw 0;
  }

  .hero-section .hero-content > div button {
    top: 38%;
    right: 11%;
    padding: 10px 20px;
    font-size: 12px;
  }
  .hero-section .hero-content > div > img {
    top: 43%;
    left: 12%;
    max-width: 4%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    top: 65.5%;
    left: 18%;
    font-size: 10px;
  }
  .browse-destination .section-heading {
    /* border: 2px solid red; */
    text-align: center;
    letter-spacing: 0.7px;
    padding-top: 10vh;
    margin-bottom: 5vh;
  }
  .browse-destination .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 2.5vw;
  }
  .browse-destination .section-heading h3 {
    font-size: 7vw;
  }
  .browse-destination .page-1 {
    background: linear-gradient(
      180deg,
      #f1ffb6 0%,
      rgba(241, 255, 182, 0) 100%
    );
  }
  .browse-destination .page-2 .filter-and-listing-section > .my-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .browse-destination .page-2 .filter-and-listing-section > .my-row > .my-col {
    width: 100%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col:first-of-type {
    display: none;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section {
    padding: 1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border: 2px solid orange; */
    margin-bottom: 2vw;
    font-size: 3.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading
    > div {
    display: flex;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading
    p:nth-child(2) {
    display: none;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col {
    width: 100%;
    /* border: 2px solid red; */
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col:nth-child(1) {
    width: 100%;
    /* border: 2px solid red; */
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col:nth-child(3) {
    width: 100%;
    /* border: 2px solid red; */
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-img-info {
    padding: 0 14px;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-img-info
    div:nth-child(2) {
    top: calc(3.5vw + 3%);
    left: calc(3.5vw + 3%);
    padding: 1.5vw 3vw;
    border-radius: 8px;
    font-size: 3.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info {
    padding: 0 14px;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-location-info {
    gap: 1vw;
    margin-bottom: 4vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-location-info
    p {
    font-size: 3.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    h4 {
    font-size: 18px;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5vw;
    margin-bottom: 4vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    img {
    max-width: 7%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    > div
    img {
    max-width: 25%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    div:nth-child(1) {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    div
    p {
    font-size: 4vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-rating
    div
    span {
    color: #000;
    font-weight: 700;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    h6 {
    color: #000;
    font-family: "Inter";
    font-size: 3vw;
    width: 90%;
    font-weight: 400;
    margin-bottom: 4vw;
  }

  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-ads {
    display: flex;
    flex-direction: row;
    font-size: 2.8vw;
    margin-top: 1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-ads
    div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .my-card-info
    .my-card-ads
    div
    img {
    max-width: 12%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info {
    display: flex;
    flex-direction: column;
    gap: 4vw;
    border-top: 1px solid #e7e6e6;
    border-left: none;
    align-items: flex-start;
    padding: 3.5vw 0;
    margin: 3.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    p {
    font-size: 3.5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div {
    /* border: 2px solid red; */
    text-align: left;
    position: relative;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    > p:nth-child(1) {
    margin-bottom: 1vw;
    /* border: 2px solid red; */
    position: absolute;
    top: 4%;
    left: 110%;
    text-wrap: nowrap;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    > p:nth-child(1)
    span {
    /* border: 2px solid red; */
    font-weight: 400;
    color: #c6c6d2;
    position: relative;
    font-size: 4vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    > p:nth-child(3) {
    color: #00000080;
    font-size: 15px;
    margin-bottom: 4vw;
    margin-top: 1vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    p
    span {
    font-weight: 700;
    font-size: 5vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    button
    p {
    text-wrap: nowrap;
    font-size: 4vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-card
    > .my-row
    > .my-col
    .price-info
    div
    button
    img {
    max-width: 20%;
    /* border: 2px solid black; */
  }
  .browse-destination .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-pagination
    ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.7vw;
    list-style: none;
    color: #05073c;
    cursor: pointer;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .my-pagination
    ul
    li {
    /* background-color: #ff4c00; */
    border: 1px solid #f1f1f1;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .top-destination-section {
    min-height: 50vh;
  }
  .top-destination-section .section-heading {
    /* border: 2px solid red; */
    width: 100%;
    top: 25%;
    left: 50%;
  }
  .top-destination-section .section-heading p {
    font-size: 3vw;
  }
  .top-destination-section .section-heading h3 {
    font-size: 7vw;
    margin-top: 1vw;
  }
  .top-destination-section .top-destination-cards {
    width: 80%;
  }
  .my-banner {
    overflow: hidden;
  }
  .my-banner img {
    max-width: 170%;
    position: relative;
    left: -50%;
  }
  .my-banner-slider {
    /* border: 2px solid red; */
    padding-top: 2vh;
    margin-bottom: 8vh;
  }

  .my-banner-slider .section-heading {
    margin-top: 5vh;
    margin-bottom: 5vh;
    /* border: 2px solid red; */
    text-align: center;
    letter-spacing: 0.7px;
    padding: 2vw 0;
  }
  .my-banner-slider .section-heading p {
    margin-bottom: 0.5vw;
    font-size: 3vw;
  }
  .my-banner-slider .section-heading h2 {
    font-size: 7vw;
    width: 60%;
    margin: auto;
  }
  .my-banner-slider .my-container {
    width: 90%;
  }
  .my-banner-slider .my-container .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }

  .my-banner-slider .my-container .swiper-pagination-bullet-active {
    height: 12px;
    width: 12px;
  }
  .my-banner-slider .my-container .custom-nav-prev {
    width: 10%;
    left: calc(-10% / 2);
  }
  .my-banner-slider .my-container .custom-nav-next {
    width: 10%;
    right: calc(-10% / 2);
  }
  footer .footer-top .my-container .my-row {
    flex-direction: column;
  }
  footer .footer-top .my-container .my-row .my-col {
    width: 100%;
    /* border: 2px solid red; */
  }
  footer .footer-top .my-container .my-row .my-col:nth-child(2) {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-top .my-container .my-row .my-col .my-content {
    padding: 2.5vw;
    /* border: 2px solid red; */
    letter-spacing: 0.7px;
  }
  footer .footer-top .my-container .my-row .my-col .my-content p {
    font-size: 3.5vw;
    margin-bottom: 5vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content h4 {
    font-family: "Inter";
    font-size: 5vw;
    margin-bottom: 6vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content a {
    color: #fff;
  }
  footer .footer-top .my-container .my-row .my-col .my-content ul {
    list-style: none;
    font-size: 3.5vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content ul li {
    padding-bottom: 5vw;
  }
  footer .footer-top .my-container .my-row .my-col .my-content div {
    margin-bottom: 8vw;
    /* border: 2px solid red; */
  }
  footer .footer-top .my-container .my-row .my-col .my-content div img {
    max-width: 40%;
  }
  footer
    .footer-top
    .my-container
    .my-row
    .my-col
    .my-content
    div
    .payment-img {
    max-width: 70%;
  }

  footer .footer-bottom {
    background: #10162a;
    color: #ffffff99;
    position: relative;
    /* border: 2px solid red; */
  }
  footer .footer-bottom .my-container {
    flex-direction: column;
    align-items: center;
    padding: 3vw 0;
    padding-left: 2.5vw;
    padding-right: 3vw;
  }
  footer .footer-bottom .my-container p {
    font-size: 3vw;
  }
  footer .footer-bottom .social-media-icons {
    display: flex;
    flex-direction: row;
    padding: 0.8vw 0;
    position: absolute;
    top: -160%;
    align-self: flex-start;
    /* border: 2px solid red; */
  }
  footer .footer-bottom .social-media-icons img {
    max-width: 75%;
  }
}
@media screen and (max-width: 430px) {
  .navb div img {
    max-width: 75%;
  }
  .navb .my-menu-logo {
    font-size: 26px;
  }
  .hero-section {
    overflow: hidden;
    /* border: 2px solid red; */
  }
  .hero-section img {
    max-width: 220%;
    position: relative;
    left: -60%;
  }
  .hero-section .hero-content {
    width: 100%;
    /* border: 2px solid red; */
  }
  .hero-section .hero-content p {
    /* border: 2px solid red; */
    font-size: 3.5vw;
    padding: 5px 0;
    margin-top: 10vw;
    margin-bottom: 2vw;
    width: 90%;
  }
  .hero-section .hero-content h1 {
    width: 80%;
    font-size: 8vw;
    padding-bottom: 0vw;
    line-height: 2.5rem;
    margin: auto;
  }
  .hero-section .hero-content > div input {
    padding: 16px 32px;
    width: 80%;
    font-size: 10px;
    margin: 10vw 0;
  }

  .hero-section .hero-content > div button {
    top: 36%;
    right: 11%;
    padding: 10px 20px;
    font-size: 12px;
  }
  .hero-section .hero-content > div > img {
    top: 41%;
    left: 12%;
    max-width: 4.5%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    top: 66.5%;
    left: 18%;
    font-size: 10px;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading {
    font-size: 3.5vw;
    /* border: 2px solid red; */
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading
    div
    img {
    max-width: 18%;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading
    div
    span {
    font-size: 3.5vw;
  }
  .top-destination-section {
    min-height: 45vh;
  }
}
@media screen and (max-width: 380px) {
  .navb div img {
    max-width: 75%;
  }
  .navb .my-menu-logo {
    font-size: 26px;
  }
  .hero-section {
    overflow: hidden;
    /* border: 2px solid red; */
  }
  .hero-section img {
    max-width: 220%;
    position: relative;
    left: -60%;
  }
  .hero-section .hero-content {
    width: 100%;
    /* border: 2px solid red; */
  }
  .hero-section .hero-content p {
    /* border: 2px solid red; */
    font-size: 3.5vw;
    padding: 5px 0;
    margin-top: 10vw;
    margin-bottom: 2vw;
    width: 90%;
  }
  .hero-section .hero-content h1 {
    width: 80%;
    font-size: 8vw;
    padding-bottom: 4vw;
    line-height: 2.5rem;
    margin: auto;
  }
  .hero-section .hero-content > div input {
    padding: 16px 32px;
    width: 80%;
    font-size: 10px;
    margin: 3vw 0;
  }

  .hero-section .hero-content > div button {
    top: 23%;
    right: 11%;
    padding: 10px 20px;
    font-size: 12px;
  }
  .hero-section .hero-content > div > img {
    top: 33%;
    left: 12%;
    max-width: 5.5%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    top: 84%;
    left: 18%;
    font-size: 10px;
  }
  .browse-destination .section-heading {
    padding-top: 5vh;
  }
  .browse-destination .section-heading p {
    margin-bottom: 1vw;
    font-size: 3.5vw;
  }
  .browse-destination .section-heading h3 {
    font-size: 7vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading {
    font-size: 3.5vw;
  }
  footer .footer-bottom .social-media-icons {
    top: -175%;
  }
}
@media screen and (max-width: 325px) {
  .navb div img {
    max-width: 65%;
  }
  .hero-section .hero-content h1 {
    line-height: 1.8rem;
    padding-bottom: 4.5vw;
  }
  .hero-section .hero-content > div input {
    padding: 16px 32px;
    width: 90%;
    font-size: 10px;
    margin: 0;
  }

  .hero-section .hero-content > div button {
    top: 15%;
    right: 7%;
    padding: 8px 18px;
    font-size: 12px;
  }
  .hero-section .hero-content > div > img {
    top: 27%;
    left: 8%;
    max-width: 5.5%;
  }
  .hero-section .hero-content > div .search-bar-tag {
    padding: 4px 8px;
    top: 98%;
    left: 14%;
    font-size: 10px;
  }
  .browse-destination .section-heading {
    padding-top: 5vh;
  }
  .browse-destination .section-heading p {
    margin-bottom: 1vw;
    font-size: 3.5vw;
  }
  .browse-destination .section-heading h3 {
    font-size: 7vw;
  }
  .browse-destination
    .page-2
    .filter-and-listing-section
    > .my-row
    > .my-col
    .listing-section
    .heading {
    font-size: 3.5vw;
  }
  footer .footer-bottom .social-media-icons {
    top: -200%;
  }
  footer .footer-bottom .social-media-icons img {
    max-width: 70%;
  }
}
