:root {
  --teal-color: #5bc4bf;
  --red-color: #f15048;
}

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

a {
  text-decoration: none;
  transition: 0.5s all;
}

body {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

p {
  color: var(--theme-para-taxt);
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 999;
}
header .navbar .hert {
  font-size: 22px;
}
header .navbar .navbar-nav .hert a {
  transition: 0.5s;
}
header .navbar .navbar-nav .hert a:hover {
  color: var(--red-color);
}
header .navbar .navbar-nav .add-listing a {
  background-color: var(--teal-color);
  border-radius: 27px;
  padding: 8px 21px;
  margin: 0 1rem;
  transition: 0.8s;
}
header .navbar .navbar-nav .add-listing a:hover {
  background-color: var(--red-color);
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: white;
}
header .navbar .navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
}

.sector-mart-wrapp .slider-img {
  position: relative;
}
.sector-mart-wrapp .slider-img:before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3647058824);
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
}
.sector-mart-wrapp .slider-img img {
  width: 100%;
  height: 90vh;
  background-size: cover;
}
.sector-mart-wrapp .slider-img .banner-caption {
  position: absolute;
  text-align: center;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  right: 20%;
}
.sector-mart-wrapp .slider-img .banner-caption h1 {
  color: #fff;
}
.sector-mart-wrapp .slider-img .banner-caption p {
  color: #fff;
  font-size: 21px;
  margin-bottom: 2rem;
}
.sector-mart-wrapp .slider-img .banner-caption input[type=submit] {
  background-color: var(--teal-color);
  width: 100%;
  color: #fff;
  transition: 0.5s;
  border: unset;
}
.sector-mart-wrapp .slider-img .banner-caption input[type=submit]:hover {
  background-color: var(--red-color);
}
.sector-mart-wrapp .slider-img .banner-caption input,
.sector-mart-wrapp .slider-img .banner-caption select {
  position: relative;
  border: 0;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border-right: 1px solid #d2d8dd;
  font-weight: 500;
  border-radius: 0;
}
.sector-mart-wrapp .slider-img .banner-caption input:focus,
.sector-mart-wrapp .slider-img .banner-caption select:focus {
  box-shadow: unset;
}
.sector-mart-wrapp .slider-img .banner-caption i.fa-solid.fa-magnifying-glass {
  position: absolute;
  top: 142px;
  left: 30%;
  color: var(--teal-color);
}
.sector-mart-wrapp .slider-img .banner-caption i.fa-solid.fa-location-dot {
  position: absolute;
  top: 142px;
  left: 56%;
  color: var(--teal-color);
}
.sector-mart-wrapp .slider-img .banner-caption select:focus {
  border: unset;
  outline: unset;
}

main.pattern {
  background: url(./img/pattern_3.svg) center center/cover no-repeat rgba(243, 243, 243, 0.5411764706);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  z-index: 1;
}

.shop-wrapp .main-shops-section {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  width: 90%;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  width: 90%;
  margin-top: -2.5rem;
  z-index: 99;
  position: relative;
}
.shop-wrapp .main-shops-section ul {
  display: flex;
  justify-content: center;
  text-align: center;
  -moz-column-gap: 45px;
       column-gap: 45px;
  padding: 20px 0;
}
.shop-wrapp .main-shops-section ul li {
  border-right: 1px solid #d2d8dd;
  width: 20%;
}
.shop-wrapp .main-shops-section ul li a {
  color: var(--teal-color);
}
.shop-wrapp .main-shops-section ul li a:hover {
  color: var(--red-color);
}
.shop-wrapp .main-shops-section ul li:last-child {
  border-right: unset;
}
.shop-wrapp .main-shops-section ul li i {
  font-size: 25px;
}
.shop-wrapp .main-shops-section ul li h6 {
  font-size: 18px;
  margin-top: 12px;
}

.famous-shop {
  padding: 3rem 0;
}
.famous-shop .mai-all {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.famous-shop .see-all {
  display: flex;
  justify-content: end;
}
.famous-shop .see-all a {
  font-size: 13px;
  color: var(--teal-color);
  vertical-align: bottom;
}
.famous-shop .see-all a:hover {
  color: var(--red-color);
}
.famous-shop .main_title {
  position: relative;
  border-left: 2px solid #e1e1e1;
  padding-left: 15px;
}
.famous-shop .main_title h2 {
  font-size: 25px;
  margin: 0;
}
.famous-shop .main_title span {
  width: 2px;
  height: 30px;
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
  background-color: var(--teal-color);
}
.famous-shop .famous-wrapper .info {
  left: 0;
  bottom: 0;
  position: absolute;
}
.famous-shop .famous-wrapper .info h3 {
  color: #fff;
  font-size: 16px;
  padding: 20px 20px 0 20px;
}
.famous-shop .famous-wrapper a figure {
  position: relative;
  overflow: hidden;
}
.famous-shop .famous-wrapper a figure img {
  width: 100%;
  transition: 1s;
}
.famous-shop .famous-wrapper a figure img:hover {
  transform: scale(1.1);
  filter: grayscale(0.8);
}

.famous-hotel {
  padding: 0 0;
}

.how-it-working {
  padding: 3rem 0;
  background-color: var(--teal-color);
}
.how-it-working * {
  color: #fff;
}
.how-it-working .common-btn {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.how-it-working .works-wrappers ul {
  display: flex;
  text-align: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.how-it-working .works-wrappers ul li i {
  font-size: 40px;
  margin-bottom: 1rem;
}

.common-btn a {
  background-color: var(--red-color);
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid var(--red-color);
}
.common-btn a:hover {
  background-color: var(--teal-color);
  border: 1px solid #fff;
}

.tittle-how {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  text-align: center;
}
.tittle-how h3 {
  margin-top: 1.5rem;
  font-size: 35px;
}
.tittle-how span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
  margin: auto;
}
.tittle-how span em {
  width: 60px;
  height: 2px;
  display: block;
  margin: auto;
  background-color: var(--red-color);
}

.app-wrapper {
  padding: 3rem 0;
  text-align: center;
}
.app-wrapper .app-avaibale ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 1.5rem 0;
}

footer {
  border-top: 1px solid #ccc;
  padding: 3rem 0;
}
footer h5 {
  margin-bottom: 1rem;
}
footer .quick-links ul li {
  margin-bottom: 8px;
}
footer .quick-links ul li a {
  color: #000;
}
footer .quick-links ul li a:hover {
  color: var(--red-color);
}
footer .addres-details .adds1s {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 1rem;
}
footer .addres-details .adds1s p a {
  color: #000;
}
footer .addres-details .adds1s p a:hover {
  color: var(--red-color);
}
footer .addres-details .adds1s i {
  font-size: 18px;
  color: var(--red-color);
}
footer form input[type=text] {
  background: rgba(0, 0, 0, 0.06);
  border: unset;
  padding: 10px;
}
footer form input[type=text]:focus {
  outline: unset;
}
footer form button[type=submit] {
  background: var(--teal-color);
  color: #fff;
  border: unset;
  padding: 10px;
  margin-left: -1rem;
  position: absolute;
}
footer .follow-us {
  margin-top: 2em;
}
footer .follow-us ul {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
footer .follow-us ul li a {
  color: #555;
  font-size: 18px;
}
footer .follow-us ul li a:hover {
  color: var(--red-color);
}
footer .foot-bottom {
  margin-top: 3rem;
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}
footer .foot-bottom .foot-links ul {
  display: flex;
  justify-content: end;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
footer .foot-bottom .foot-links ul li {
  position: relative;
  font-size: 13px;
  color: #555;
}
footer .foot-bottom .foot-links ul li a {
  color: #000;
}
footer .foot-bottom .foot-links ul li a:hover {
  color: var(--red-color);
}
footer .foot-bottom .foot-links ul li:before {
  position: absolute;
  right: -12px;
  top: 0;
  content: "|";
}
footer .foot-bottom .foot-links ul li:last-child:before {
  display: none;
}

.scroll-btn #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--teal-color);
  color: white;
  cursor: pointer;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  transition: 0.8s;
}
.scroll-btn #myBtn:hover {
  background-color: var(--red-color);
}/*# sourceMappingURL=style.css.map */