* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.semi-transparent {
  background-color: rgba(255, 255, 255, 0.3);
}

.fs-14 {
  font-size: 14px;
}

.text-justify {
  text-align: justify;
}

.hover-black:hover {
  color: #000;
}

.position-relative {
  position: relative !important;
}

.top-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.call-us-btn {
  font-size: 22px;
  cursor: pointer;
}

.location-icon,
.call-us-btn {
  color: #000;
}

.location-icon {
  font-size: 28px;
}

/* .title-logo {
  height: 120px;
} */

@media screen and (max-width: 768px) {
  .how-it-works{
    margin-bottom: 10px;
  }
  .call-us-btn {
    font-size: 18px;
  }

  .location-icon {
    font-size: 18px;
  }

  .title-logo {
/*    height: 50px;*/
/*    width: 100%;*/
max-width: 435px;
  }

  .nav-container {
    background-color: #dc2626;
  }

  .location-hidden {
    display: none !important;
  }

  /* .footer-set {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  } */

}

.location-icon:hover {
  color: #dc2626;
}

.call-us-btn:hover {
  color: #dc2626;
}

.navbar-transparent.navbar-fixed .call-us-btn {
  color: #1f2937;
}

.navbar-transparent.navbar-fixed .location-icon {
  color: #1f2937;
}

.hero-banner {
  height: 100vh;
}

.home-banner-overlay {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .home-banner-overlay {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }

  .top-banner-discount {
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 2px;
    border-radius: 8px;
  }

}


.bg-footer {
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 2;
}

.home-banner-price {
  font-size: 22px;
  font-weight: 500;
  padding-top: 25px;
  margin-top: 0;
  margin-bottom: 0;
}

.home-banner-footer {
  font-size: 18px;
  font-weight: 500;
  padding: 25px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.home-banner-footer>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15em;
}

.home-banner-footer>ul li {
  margin: 0 15px;
  position: relative;
}

.search-input {
  /* border: #6b7280; */
  /* outline: #6b7280; */
  /* padding: 10px 10px;   */
  border-radius: 8px;
}

.top-banner-discount {
  background-color: rgba(255, 255, 255, 0.4);
  margin-top: 10px;
  border-radius: 8px;
}

.click-here {
  border-bottom: 2px dashed #1f2937;
  cursor: pointer;
  color: #dc2626;
}

.text-overlay {
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  transform: translate(-50%, -50%);
  border-radius: 5px;
}


/* Counter Section  */


.counter-area {
  position: relative;
  z-index: 1
}

.counter-wrapper {
  /* padding: 35px 0; */
  /* background: #f8eaea */
}

.counter-box .timer {
  display: block;
  line-height: 1;
  color: #06002e;
  font-size: 50px;
  font-weight: 600
}

.counter-box .title {
  color: #dc2626;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0
  }
}


/* Reccomended, Trending, Popular All Slider  */

.reccomended-slider,
.popular-slider,
.trending-slider,
.demanded-slider,
.blog-slider {
  overflow: hidden;
  max-width: 1320px;
}


/* Recommended Next button */

.reccomended-next-btn,
.popular-next-btn,
.trending-next-btn,
.demanded-next-btn,
.blog-next-btn {
  position: absolute;
  /* top: 30%; */
  right: -1%;
  cursor: pointer;
  font-size: 2.3rem;
  color: #dc2626;
}

.reccomended-next-btn,
.trending-next-btn,
.blog-next-btn {
  color: #d1d5db !important;
}

.reccomended-prev-btn,
.popular-prev-btn,
.trending-prev-btn,
.demanded-prev-btn,
.blog-prev-btn {
  position: absolute;
  /* top: 30%; */
  left: -3%;
  cursor: pointer;
  font-size: 2.3rem;
  color: #dc2626;
}

.reccomended-prev-btn,
.trending-prev-btn,
.blog-prev-btn {
  color: #d1d5db !important;
}

@media only screen and (max-width: 768px) {

  .reccomended-next-btn,
  .popular-next-btn,
  .trending-next-btn,
  .demanded-next-btn,
  .blog-next-btn {
    display: none;
  }

  .reccomended-prev-btn,
  .popular-prev-btn,
  .trending-prev-btn,
  .demanded-prev-btn,
  .blog-prev-btn {
    display: none;
  }
}

.red-bg {
  background-color: #dc2626;
  color: #fff !important;
}

.high-index {
  z-index: 99999;
}

.white-bg {
  background-color: #fff !important;
  color: #1f2937 !important;
}

@media only screen and (max-width: 768px) {
  .swiper {
    height: calc(var(--swiper-mobile-width) * var(--swiper-image-ratio) / 100%);
  }

  .swiper-slide {
    width: var(--swiper-mobile-width);
    transform: scale(var(--swiper-mobile-inactive-scale));
  }

  .swiper-backface-hidden .swiper-slide.swiper-slide {
    transform: scale(var(--swiper-mobile-inactive-scale)) translateZ(0);
  }

  .swiper-button-next {
    right: calc((100% - var(--swiper-mobile-width)) / 2);
  }

  .swiper-button-prev {
    left: calc((100% - var(--swiper-mobile-width)) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .card-submit {
    padding: 10px 10px !important;
  }

  .click-pop {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 600px) {
  .hero-banner {
    height: auto;
  }

  .img-hover>a>img {
    height: 450px;
  }
}

@media only screen and (min-width: 600px) {
  .hero-banner {
    height: 50vh;
  }
}

@media only screen and (min-width: 768px) {
  .hero-banner {
    height: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .hero-banner {
    height: 90vh;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .hero-banner {
    height: 100vh;
  }
}


/* How it Works  Section*/

.text-base-color {
  color: #dc2626;
}

.process-step-style-05 .process-step-item {
  display: flex;
  position: relative;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left
}

.process-step-style-05 .process-content {
  overflow: hidden;
  flex: 1;
  max-width: 100%
}

.rounded-circle {
  border-radius: 50% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.hover-box * {
  -webkit-transition: all .5s cubic-bezier(.5, 1, .89, 1);
  transition: all .5s cubic-bezier(.5, 1, .89, 1);
  will-change: transform;
}

.bg-light-red {
  background-color: #f87d7d;
}

.fw-700 {
  font-weight: 700 !important;
}

.h-60px {
  height: 60px !important;
}

.w-60px {
  width: 60px !important;
}

.fs-14 {
  font-size: 14px;
}

.box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s cubic-bezier(.5, 1, .89, 1);
  transition: all .4s cubic-bezier(.5, 1, .89, 1);
}

.process-step-style-05 .progress-step-separator {
  position: absolute;
  bottom: 15px;
  width: 1px;
  left: 50%;
  height: calc(100% - 100px)
}

.process-step-style-05 .progress-step-separator {
  bottom: inherit;
  height: 100%;
}

.process-step-style-05 .progress-step-separator {
  position: absolute;
  bottom: 15px;
  width: 1px;
  left: 50%;
  height: calc(100% - 100px);
}

.process-step-style-05 .process-content {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.mb-30px {
  margin-bottom: 30px !important;
}

.ps-30px {
  padding-left: 30px !important;
}

.process-step-style-05 .process-step-icon {
  will-change: transform;
  -webkit-transition: all 350ms cubic-bezier(.165, .84, .44, 1.7);
  transition: all 350ms cubic-bezier(.165, .84, .44, 1.7)
}

.process-step-style-05:hover .process-step-icon {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.number {
  font-size: 16px;
}


/* Testimonial Section */

.testimonial-slider {
  padding: 30px;
  overflow: hidden;
}

.testimonial-list {
  display: flex;
  overflow: hidden;
}

.testimonial {
  flex: 1 0 100%;
  text-align: center;
  padding: 20px;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.testimonial .bi-quote {
  font-size: 4rem;
  opacity: 0.75;
}

.testimonial blockquote {
  font-size: 1.25rem;
  margin-inline: 20px;
}

.user-info {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.user-info img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.user-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.testimonial-next-btn {
  cursor: pointer;
  font-size: 2.3rem;
  color: #fff;
  position: absolute;
  top: 40%;
  right: -1.5%;
}

.testimonial-prev-btn {
  cursor: pointer;
  font-size: 2.3rem;
  color: #fff;
  position: absolute;
  top: 40%;
  left: -1.5%;
}

.dots-container {
  text-align: center;
}

.dot {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  margin-inline: 5px;
  background-color: #d1d5db;
  transition: width 0.5s;
  border: none;
}

.dot.active {
  width: 30px;
  background-color: #1f2937;
}

.testimonial-profile-cont {
  height: 75px;
  width: 75px;
  overflow: hidden;

}

.testimonial-profile-cont img {
  height: 100%;
  width: 100%;
}

.testimonial-content {
  position: absolute;
  top: 8%;
  left: 7%;
  padding-right: 7%;
}


.text-red {
  color: #dc2626;
  text-align: justify;
}




/* Pop-up Modal */

.modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
  z-index: 1000;
}

.show-modal {
  visibility: visible;
  opacity: 1;
}

.modal__content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 1rem;
  transition: transform 0.3s ease;
  transform: translateY(-30px);
  width: 50vw;
  height: 55vh;
  border-radius: 0;
}

.show-modal .modal__content {
  transform: translateY(0);
}

.modal__flex {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .modal__flex {
    flex-direction: row;
    align-items: center;
  }
}

.modal__image-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.modal__image-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 576px) {}

/* Text content styling */
.modal__text-content {
  flex: 1;
  padding: 1rem;
}

.modal__title {
  font-size: 26px;
  color: #000;
  font-weight: 500;
}

.modal__description {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: #000;
}

.modal__button {
  display: inline-block;
  background-color: #a12121;
  color: #FFF;
  padding: 1rem 1.25rem;
  border-radius: .5rem;
  transition: .3s;
  width: 100%;
  text-align: center;
}

.modal__button:hover {
  background-color: #f87d7d;
}

.modal__button-width {
  width: 90%;
  margin-top: 1rem;
}

.modal__button-link {
  display: block;
  margin: 1rem auto 0;
  background-color: transparent;
  color: #dc2626;
  font-weight: 500;
  cursor: pointer;
}

/* Close button */
.modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #000;
  font-size: 1.5rem;
  border-radius: .25rem;
  padding: 0.5rem;
  cursor: pointer;
}


.modal__flex {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .modal__flex {
    flex-direction: row;
    align-items: center;
  }

  .modal__image-container {
    flex: 1;
    display: flex;
    justify-content: center;
  }

  .modal__text-content {
    flex: 1;
    padding: 2rem;
  }
}


@media screen and (min-width: 576px) {}

/* Text content styling */
.modal__title {
  font-size: 42px;
  color: #000;
  font-weight: 500;
}

.modal__description {
  margin-bottom: 1.5rem;
  font-size: 16px;
  color: #000;
}

.modal__button {
  display: inline-block;
  background-color: #dc2626;
  color: #FFF;
  padding: 1rem 1.25rem;
  border-radius: .5rem;
  transition: .3s;
}

.modal__button:hover {
  background-color: #f87d7d
}

.modal__button-width {
  width: 90%;
  margin-top: 1rem;
}

.modal__button-link {
  display: block;
  margin: 1rem auto 0;
  background-color: transparent;
  color: #dc2626;
  font-weight: 500;
}





/* +++++++++*********+++++++++++***********+++++++++++***********++++++++++***********++++++++++++***********++++++++++************ */

/*  *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#   Listing Page   *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# */

.sidebar {
  position: sticky;
  top: 2%;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  height: 100vh;
  overflow: auto;
  
}


.acr-custom-select input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
}

.acr-custom-select input[type="text"]:focus {
  border-color: #dc2626;
  outline: none;
}

.acr-custom-select input[type="text"] {
  height: 42px;
}

.acr-custom-select {
  position: relative;
}

.acr-custom-select label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.acr-custom-radio .title {
  font-weight: bold;
  margin-bottom: 8px;
}


.acr-custom-select select {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #333;
}

.acr-custom-select select:focus {
  border-color: #dc2626;
  outline: none;
}

.acr-custom-select .select2-selection {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.acr-custom-select .select2-selection__arrow {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.custom-control-input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-control-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.custom-control-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ddd;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #dc2626;
  border-color: #dc2626;
}
.custom-control-input:checked~.veg::before {
  background-color: green;
  border-color: green;
}



/*  #*#*#*#*#*#*#*#*#*#*#**# Listing  #*#*#*#*#*#*#*#*#*#*#**#*#*#*##*#*#*#*#* */
/*  #*#*#*#*#*#*#*#*#*#*#**# Listing  #*#*#*#*#*#*#*#*#*#*#**#*#*#*##*#*#*#*#* */
/*  #*#*#*#*#*#*#*#*#*#*#**# Listing  #*#*#*#*#*#*#*#*#*#*#**#*#*#*##*#*#*#*#* */


.listing-map-wrapper {
  display: flex;
  height: 100vh;
  position: relative;
}

.listing-map-wrapper .listing-map,
.listing-map-wrapper .listing-main-wrapper {
  height: 100%;
}

.listing-map-wrapper .listing-map>div {
  height: 100%;
  width: 100%;
}

.listing-map-wrapper .listing-map {
  flex: 1;
}

.listing-main-wrapper {
  position: relative;
  width: 800px;
  padding: 30px 30px 0;
}

.listing-main-wrapper .acr-filter-form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 30px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
}

.form-arrow {
  --rw-form-select-bg-img: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%231f2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  -moz-padding-start: calc(1rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: var(--rw-form-select-bg-img), var(--rw-form-select-bg-icon, none);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid var(--rw-border-color);
  border-radius: .375rem;
  color: var(--rw-gray-500);
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  padding: .55rem 3rem .55rem 1rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.listing-main-wrapper .acr-filter-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.listing-main-wrapper .acr-filter-form h4 {
  margin-bottom: 0;
}

.listing-main-wrapper .acr-listing-filter-wrapper {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.listing {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  margin-bottom: 30px;
}

.listing .listing-thumbnail {
  position: relative;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.listing .listing-thumbnail img {
  border-radius: 8px;
  transition: .3s;
}

.listing .listing-thumbnail img:hover {
  transform: scale(1.1);
}

.listing .listing-author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}

.listing .listing-author img {
  width: 35px;
  border-radius: 50%;
  margin-right: 15px;
}

.listing .listing-author .listing-author-body {
  flex: 1;
}

.listing .listing-author .listing-author-body p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 4px;
}

.listing .listing-author .listing-author-body p a,
.listing .listing-title a {
  color: #222;
}

.listing .listing-author .listing-author-body p a:hover,
.listing .listing-title a:hover {
  color: #c87c77;
}

.listing .listing-author .listing-author-body span {
  font-size: 13px;
  color: #848486;
}

.listing .listing-title {
  margin-bottom: 0;
}

.listing .listing-title a {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.listing .listing-thumbnail .listing-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}

.listing .listing-thumbnail .listing-controls a {
  background-color: #fff;
  border-radius: 8px;
  height: 34px;
  width: 34px;
  color: #515151;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease 0s;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateX(10px);
}

.listing .listing-thumbnail .listing-controls a:nth-child(2) {
  transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease .1s;
}

.listing .listing-thumbnail .listing-controls a:nth-child(3) {
  transition: background-color .3s ease 0s, color .3s ease 0s, opacity .3s ease 0s, transform .3s ease .2s;
}

.listing:hover .listing-thumbnail .listing-controls a {
  transform: translateX(0);
  opacity: 1;
}

.listing .listing-thumbnail a:hover {
  background-color: #A56460;
  color: #fff;
}

.listing .listing-thumbnail a.favorite:hover {
  background-color: #FF0F59;
}

.listing .listing-thumbnail .listing-badges {
  position: absolute;
  top: 10px;
  left: 10px;
}

.listing-badge {
  background-color: #ffa80a;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  padding: 9px 6px;
  margin-right: 5px;
}

.listing-badge.featured {
  width: 32px;
  display: inline-flex;
  height: 32px;
  padding: 0;
  align-items: center;
  justify-content: center;
}

.listing-badge.sale {
  color: #fff;
  background-color: #85656A;
}

.listing-badge.rent {
  color: #fff;
  background-color: #47bfff;
}

.listing-badge.pending {
  color: #fff;
  background-color: #ff4764;
}


.options-dropdown>a {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 34px;
  width: 34px;
  color: #848486;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: .3s;
}

.options-dropdown>a>i {
  margin: 0;
}

.options-dropdown>a:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
}

.options-dropdown .dropdown-menu {
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 9px 0px rgba(34, 12, 43, 0.1);
  padding: 15px;
  transition: 0s;
  border: 0;
}

.options-dropdown ul {
  margin: 0;
}

.options-dropdown ul li {
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 10px;
  transition: .3s;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.options-dropdown ul li+li {
  margin-top: 10px;
}

.options-dropdown ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.options-dropdown ul li a {
  position: relative;
  display: block;
  color: #515151;
}

.options-dropdown ul li a i {
  margin-right: 5px;
}

.options-dropdown ul li a:hover {
  color: #c87c77;
}

.listing .acr-listing-icons .acr-listing-icon .acr-listing-icon-value {
  margin-left: 0;
}

.listing .acr-listing-icons .acr-listing-icon i {
  font-size: 25px;
  margin-right: 5px;
}

.listing .acr-listing-icons .acr-listing-icon img {
  width: 25px;
  margin-right: 10px;
}

.listing .acr-listing-icons .acr-listing-icon {
  margin-right: 15px;
}

.listing .listing-price {
  color: #A56460;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.listing .listing-price span {
  font-size: 13px;
  color: #848486;
  font-weight: 400;
}

.listing .listing-gallery-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.listing .listing-gallery-wrapper .listing-gallery {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  border-radius: 8px;
  color: #fff;
  width: 32px;
  height: 32px;
}

.listing .listing-gallery-wrapper .listing-gallery:hover {
  background-color: #A56460;
}

.marker {
  background-image: url('../img/misc/marker.png');
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-map {
  font-family: 'Open Sans', sans-serif;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  border-radius: 8px;
  padding: 0;
}

.mapboxgl-popup-content img {
  border-radius: 8px 8px 0 0;
}

.acr-listing-popup-body {
  padding: 10px;
  text-align: left;
}

.acr-listing-popup-body h5 {
  margin-bottom: 10px;
  font-size: 15px;
}

.acr-listing-popup-body h5 a {
  display: block;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.acr-listing-popup-body h5 a:hover {
  color: #c87c77;
}

.acr-listing-popup-body .listing-price {
  color: #A56460;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}

.acr-listing-popup-body .location-popup-meta {
  display: flex;
  align-items: center;
}

.acr-listing-popup-body .location-popup-meta span {
  margin-right: 15px;
  color: #848486;
}

.acr-listing-popup-body .location-popup-meta span i {
  margin-right: 5px;
}

.mapboxgl-popup-close-button {
  font-size: 16px;
  border-radius: 0 8px 0 8px;
  background-color: #222;
  color: #fff;
  transition: .3s;
}

.mapboxgl-popup-close-button:hover {
  background-color: #A56460;
}

.acr-global-listing-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.acr-toggle-views a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .1);
  color: #515151;
  margin-left: 5px;
}

.acr-toggle-views a:not(.active):hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #848486;
}

.acr-toggle-views a.active {
  background-color: #A56460;
  color: #fff;
}

.acr-listing-active-filters {
  flex: 1;
  margin-right: 20px;
}

.acr-listing-active-filters a {
  display: inline-flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 5px 10px 5px 0px;
  color: #848486;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 13px;
}

.acr-listing-active-filters a .close-btn span {
  height: 12px;
}

.acr-listing-active-filters a:hover {
  color: #222;
}

/* List View */
.listing.listing-list {
  display: flex;
  align-items: flex-start;
}

.listing.listing-list .listing-thumbnail {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 0;
}




/* *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# */

/* Single Page */


.venueFoodPackages__heading {
  line-height: 26px;
}

.txt-fw700-fs20-lh24 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -.35px;
}

.txt-fw500-fs14-lh24,
.txt-fw700-fs20-lh24 {
  font-family: Inter;
  font-style: normal;
  line-height: 24px;
}



@media (min-width: 840px) {
  .venueFoodPackages__all {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-template-rows: 100% 100% 100%;
    margin: 30px 0;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__heading {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.3px;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__desktop-all:first-of-type {
    margin-left: 0;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__desktop-all {
    margin: 0 22px 0 0;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__tabs-name {
    padding: 4px 2px;
    text-align: left;
    display: flex;
    margin-bottom: 10px;
    line-height: 26px;
  }
}

.venueFoodPackages__tabs-name {
  flex: 1;
  padding: 4px 0;
  text-align: center;
  letter-spacing: -.1px;
}

@media (min-width: 840px) {

  .venueFoodPackages__mealTypes-type-nonVeg,
  .venueFoodPackages__mealTypes-type-veg {
    display: flex;
    align-items: center;
    height: 14px;
    width: 14px;
    justify-content: center;
    margin: auto 16px auto 0;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__mealTypes-type-veg {
    border: 1px solid #1ab64f;
    border-radius: 2px;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__mealTypes-type-veg-inset {
    background: #1ab64f;
    border: 1.2px solid #1ab64f;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__mealTypes-type-symbol-inset {
    width: 5.6px;
    height: 5.6px;
    border-radius: 50%;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__veg-table {
    border-top: 4px solid #1ab64f;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__tableWrapper {
    border: 1px solid hsla(0, 0%, 59.2%, .158769);
    box-sizing: border-box;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .04);
    border-radius: 6px;
    height: max-content;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__table {
    margin-top: 0;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__table-row:first-of-type {
    border-top: 0 dashed rgba(0, 0, 0, .1);
  }
}

.venueFoodPackages__table-row:last-of-type {
  border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

@media (min-width: 840px) {
  .venueFoodPackages__table-row {
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    border-top: 0 dashed rgba(0, 0, 0, .1);
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__table-header {
    padding: 6px 8px 6px 0;
    height: 60px;
    white-space: nowrap;
    background: #f8f8f8;
    border-bottom: 1px dashed rgba(0, 0, 0, .1) !important;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__table-header-foodItem {
    flex: 2 2 0%;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    padding-left: 22px;
  }
}

.venueFoodPackages__table-header-foodItem {
  flex: 2 2 0%;
  display: flex;
  align-items: center;
  line-height: 20px;
}

@media (min-width: 840px) {
  .venueFoodPackages__table-header-package {
    flex: 1 1 0%;
    padding-top: 8px;
    text-align: center;
    padding-right: 15px;
    margin-right: 0;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__table-header-package-name {
    font-size: 13px;
    line-height: 22px;
  }
}

.venueFoodPackages__table-header-package-name {
  line-height: 20px;
}

.venueFoodPackages__veg-table {
  border-top: 4px solid #1ab64f;
}

.venueFoodPackages__table-header-package-name {
  font-size: 12px;
}

.txt-fw700-fs14-lh24 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 840px) {
  .venueFoodPackages__table-header-package-ppp {
    margin-top: 0;
  }
}

.venueFoodPackages__table-header-package-ppp {
  margin-top: 2px;
  font-size: 10px;
}

.txt-fw700-fs12-lh16 {
  font-size: 12px;
}

.txt-fw700-fs12-lh16,
.txt-fw700-fs14-lh16 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

@media (min-width: 840px) {
  .venueFoodPackages__table-row {
    display: flex;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    border-top: 0 dashed rgba(0, 0, 0, .1);
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__table-foodItem {
    padding: 12px 0 16px;
    letter-spacing: -.1px;
    align-items: center;
    margin: 0 24px;
    line-height: 20px;
  }
}

.venueFoodPackages__table-foodItem {
  padding: 8px 0 12px;
  letter-spacing: -.1px;
  align-items: center;
  line-height: 20px;
}

.venueFoodPackages__table-row {
  display: flex;
  border-top: 1px dashed rgba(0, 0, 0, .1);
}

.txt-fw500-fs14-lh24,
.txt-fw700-fs20-lh24 {
  font-family: Inter;
  font-style: normal;
  line-height: 24px;
}

.txt-fw500-fs14-lh24 {
  font-weight: 500;
  font-size: 14px;
}

.venueFoodPackages__table-foodItem-name {
  flex: 2 2 0%;
}

@media (min-width: 840px) {
  .venueFoodPackages__table-foodItem-count {
    flex: 1 1 0%;
    text-align: center;
    color: rgba(0, 0, 0, .5);
  }
}

.venueFoodPackages__table-foodItem-count {
  flex: 1 1 0%;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}


@media (min-width: 840px) {
  .venueFoodPackages__mealTypes-type-nonVeg {
    border: 1px solid #ee2a24;
    border-radius: 2px;
  }
}

@media (min-width: 840px) {

  .venueFoodPackages__mealTypes-type-nonVeg,
  .venueFoodPackages__mealTypes-type-veg {
    display: flex;
    align-items: center;
    height: 14px;
    width: 14px;
    justify-content: center;
    margin: auto 16px auto 0;
  }
}

.venueFoodPackages__mealTypes-type-nonVeg {
  border: 1px solid #ee2a24;
  border-radius: 2px;
}

@media (min-width: 840px) {
  .venueFoodPackages__mealTypes-type-nonVeg {
    border: 1px solid #ee2a24;
    border-radius: 2px;
  }
}

@media (min-width: 840px) {

  .venueFoodPackages__mealTypes-type-nonVeg,
  .venueFoodPackages__mealTypes-type-veg {
    display: flex;
    align-items: center;
    height: 14px;
    width: 14px;
    justify-content: center;
    margin: auto 16px auto 0;
  }
}

.venueFoodPackages__mealTypes-type-nonVeg-inset {
  background: #ee2a24;
  border: 1.2px solid #ee2a24;
}

@media (min-width: 840px) {
  .venueFoodPackages__mealTypes-type-nonVeg-inset {
    background: #ee2a24;
    border: 1.2px solid #ee2a24;
  }
}

@media (min-width: 840px) {
  .venueFoodPackages__mealTypes-type-symbol-inset {
    width: 5.6px;
    height: 5.6px;
    border-radius: 50%;
  }
}

.venueFoodPackages__nonVeg-table {
  border-top: 4px solid #ee2a24;
}

.txt-black {
  color: #000;
}



/* **************************************************** */
/* Listing Page*/

.eTsSd {
  border: 8px solid rgb(242, 242, 242);
  display: grid;
  /* grid-template-columns: 1fr 3fr; */
  padding: 0.2rem;
  gap: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  margin: 1rem 0;
  border-radius: 10px;
}

.eTsSd .image-slider {
  position: relative;
  height: 280px;
  z-index: 0;
}

.eTsSd .image-slider .mySwiper2 {
  position: relative;
  max-width: 35rem;
  margin-bottom: 2px;
  cursor: pointer;
  height: 80%;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.eTsSd .image-slider .mySwiper2 .rate {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
}

.jwuyRu {
  background-color: rgb(163, 217, 126);
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 0.5rem;
}

.jwuyRu .star {
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
}

.jwuyRu .rating {
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.jwuyRu .reviews {
  font-size: 1.2rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: white;
}

.eTsSd .image-slider .mySwiper {
  max-width: 35rem;
  height: 20%;
  cursor: pointer;
}

.eTsSd .content {
  /* padding-left: 1rem; */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  /* justify-content: space-between; */
  gap: 15px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eTsSd .content .venue-basic-info {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
}

.eTsSd .content .venue-basic-info .name-address {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eTsSd .content .venue-basic-info .name-address .venue-name {
  font-size: 1.7rem;
  font-weight: 600;
  overflow: hidden;
  color: #000;
}

.eTsSd .content .venue-basic-info .name-address address {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  color: var(--para);
  max-width: 400px;
  font-family: Poppins;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.eTsSd .content .venue-aditional-info {
  display: flex;
  flex-wrap: wrap;
}

.eTsSd .content .venue-aditional-info .detail-circle {
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
  align-items: center;
  padding: 3px 7px;
  border-radius: 5px;
  color: var(--para);
  background-color: rgb(241, 245, 250);
}

.eTsSd .content .venue-aditional-info .location {
  margin: 0px 20px 0px 0px;
}

.eTsSd .content .venue-aditional-info .detail-circle .icon {
  font-size: 1.5rem;
}

.eTsSd .content .venue-aditional-info .detail-circle {
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
  align-items: center;
  padding: 3px 7px;
  border-radius: 5px;
  color: var(--para);
  background-color: rgb(241, 245, 250);
}

.eTsSd .content .venue-description {
  font-size: 1.1rem;
  color: #000;
}

.eTsSd .content .venue-description .read-more-btn {
  color: var(--info-color);
  cursor: pointer;
}

.eTsSd .content .venue-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.eTsSd .content .venue-category .category {
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
  align-items: center;
  padding: 3px 7px;
  border-radius: 5px;
  color: var(--para);
  background-color: rgb(241, 245, 250);
}

.eTsSd .content .venue-category .category p {
  font-family: Poppins;
  font-size: 1rem;
}

.eTsSd .price-contianer {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}

.eTsSd .price-contianer .nonveg-price,
.eTsSd .price-contianer .veg-price {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  gap: 0.6rem;
}

.cVOPGq {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px 3px;
  width: 15px;
  height: 15px;
  border: 1px solid green;
}

.cVOPGq .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: green;
}

.eTsSd .price-contianer p {
  font-size: 0.8rem;
}

.eTsSd .price-contianer .price {
  color: black;
  font-weight: 600;
  font-size: 1rem;
  font-family: Montserrat;
}

.cyePIO {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px 3px;
  width: 15px;
  height: 15px;
  border: 1px solid red;
}
.cyePIO .circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: red;
}


.slide-container .prev,
.slide-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.slide-container .prev:hover,
.slide-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
}

.slide-container .prev {
  left: 2px;
}

.slide-container .next {
  right: 2px;
}

.dots-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.dots-container .dot {
  cursor: pointer;
  margin: 5px;
  width: 20px;
  height: 20px;
  color: #333;
  border-radius: 50%;
  background-color: #dfd6ce;
}

.dots-container .dot.active {
  border: 2px solid green;
}

* {
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  /*   background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%); */
}

body h1 {
  text-align: center;
}

.slide-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.slide-container .slide {
  display: none;
  width: 100%;
}

.slide-container .slide.fade {
  animation: fade 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

.slide-container .slide img {
  width: 100%;
}

.eTsSd .phone {
  border: 1px solid #17C434;
  background-color: #17C434;
  color: white;
  padding: 0.5rem 1.2rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: 0.3s linear;
  outline: none;
}

.eTsSd .cts-contianer {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.eTsSd .action-btns {
  display: flex;
  gap: 1rem;
}

.eTsSd .action-btns .phone {
  display: none;
}

.eTsSd .venue-card-btn {
  white-space: nowrap;
  width: 100%;
  border: 1px solid rgb(243, 50, 50);
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 2rem;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s linear;
  background: rgb(51 97 128);
  color: white;
  box-shadow: inset 1px -3px 2px 0px rgba(0, 0, 0, 0.5);
}

.eTsSd .call-us-btn {
  white-space: nowrap;
  width: 100%;
  border: 1px solid #17C434;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s linear;
  background: #17C434;
  color: white;
  animation: 1s ease-in-out 0s infinite normal none running dIIIxL;
}


/* **************************************************************************************** */

/* Listing page header form */

.crjPAm {
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr 1.5fr 1.5fr 1.5fr;
  gap: 1rem;
}

.crjPAm .filter-item {
  background-color: white;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 0;
}

.crjPAm .filter-item .dropdown {
  padding-right: 20px;
  position: relative;
  height: 2.8rem;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crjPAm .filter-item .icon {
  position: absolute;
  left: 10px;
  font-size: 2.5rem;
  color: #6b7280;
}

.crjPAm .filter-item select,
.crjPAm .filter-item input {
  font-family: Poppins;
  cursor: pointer;
  font-size: 1.2rem;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  color: #6b7280;
  padding-left: 4rem;
  appearance: none;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0px;
}

.crjPAm .filter-item .down-arrow {
  position: absolute;
  right: 10px;
  font-size: 2.5rem;
  z-index: 0;
  color: var(--para);
}


.crjPAm .filter-item .icon {
  position: absolute;
  left: 10px;
  font-size: 2.5rem;
  color: #000;
}

.crjPAm .filter-item .down-arrow {
  position: absolute;
  right: 10px;
  font-size: 2.5rem;
  z-index: 0;
  color: #000;
}

.search-5csa {
  display: flex;
  align-items: center;
  justify-content: center;
}


.modal-container {
  display: none;
  /* other styles */
}

.modal-container.show-modal {
  display: block;
  /* other styles for showing modal */
}

@media only screen and (max-width: 990px) {
  .header-form {
    display: none;
  }
}

.video-border {
  border: 10px solid #3c3c3c;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 768px) {
  .sidebar {
    position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin-bottom: 30px;
}
  .eTsSd .content .venue-basic-info .name-address .venue-name {
    font-size: 1.2rem;
    font-weight: 500;
    overflow: hidden;
    color: #000;
  }

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

  .eTsSd .phone {
    border: 1px solid #17C434;
    background-color: #17C434;
    color: white;
    padding: 0.3rem 1rem;
    text-transform: uppercase;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: 0.3s linear;
    outline: none;
  }

  .eTsSd .content .venue-basic-info .name-address address {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    color: var(--para);
    max-width: 400px;
    font-family: Poppins;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .eTsSd .content .venue-aditional-info .detail-circle .icon {
    font-size: 1.2rem;
  }

  .eTsSd .content .venue-description {
    font-size: 1rem;
    color: #000;
  }

  .eTsSd .content .venue-category .category {
    display: flex;
    gap: 3px;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px 5px;
    border-radius: 5px;
    color: var(--para);
    background-color: rgb(241, 245, 250);
  }

  .eTsSd .venue-card-btn {
    white-space: nowrap;
    width: 100%;
    border: 1px solid rgb(243, 50, 50);
    padding: 0.1rem 0.3rem;
    text-transform: uppercase;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    cursor: pointer;
    transition: 0.3s linear;
    background: rgb(243, 50, 50);
    color: white;
  }
}

@media only screen and (max-width: 768px) {
  .top-navv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .gapp {
    display: flex;
    flex-direction: column;
  }
}
.float-right{
  float: right;
}