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

body {
  font-family: 'Poppins', sans-serif;
}
span{
    font-size: 15px !important;
     font-family: 'Poppins', sans-serif  !important;

}
main {

    padding-bottom: 50px !important;
}

footer.footer-land.text-center.text-lg-start.position-fixed.bottom-0.w-100.z-3 {
    margin-top: 23px !important;
}
a{
  text-decoration: none;
}

main {
  padding-top: 50px;
}

  .overlay {
    position: relative;
  }

  .overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }

  .select-mall-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    text-align: center;
}
.select-mall-container select {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 100;
}
.select-mall-container button {
    background-color: #dcc397;
    color: white;
    font-size: 14px;
    line-height: 20px;
    border: none;
    padding: 10px 15px;
    border-radius: 2px;
    cursor: pointer;
}
.select-mall-container button:hover {
    background-color: #bfa07a;
}



.footer-land{
    background-color: #dcc397;
    font-size: 14px;
    color: #000;
    font-weight: normal;
    letter-spacing: normal;
}

.land-bg{
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-h{
  padding: 50px 120px;
}


.nav-text{
  font-size: 16px;
  color: #4b5563;
}

.home-p{
  text-align: justify;
  background-color: #f0d6aa79 !important;
}
.home-p p, .home-p div, .home-p span{font-size: 16px !important;}


.carousel-text-2 {
  flex: 1;
  text-align: left;
}

.top-right-control-2{
  position: relative;
}

.custon-btn{
  color: #000;
  font-size: 36px;
}

.blog-cont{
  font-size: 16px;
}


.content {
  padding: 20px;
}
.title {
  font-size: 24px;
  font-weight: bold;
}
.subtitle {
  font-size: 16px;
  color: #6c757d;
}
.event-image {
  max-width: 100%;
  height: auto;
}
.event-details {
  font-size: 14px;
  color: #6c757d;
}
.view-all-btn {
  float: right;
}
.carousel-controls {
  float: right;
  margin-right: 10px;
}


.brand-img{
  width: 100%;
    max-height: 400px;
    object-fit: cover;
}


.new .carousel-inner, #food .carousel-inner {
  max-height: 400px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  overflow: hidden;
}

.carousel-item-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.food{
  width: 100%;
  max-height: 500px;
}








#tabs .nav-item .active{
  background-color: #dcc397;
  color: #fff;
  font-weight: bold;
}

#tabs .nav-link {
  color: #000;
  font-weight: bold;
}

.bg-footer {
  background-color: #f0d6aa79;
  color: #000;
  position: absolute;
  width: 100%;
}

.bg-footer h4{
  font-size: 18px;
}

.bg-footer ul{
  font-size: 14px;
}

.social-media svg{
  color: #505050;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 5px;
}

.social-media svg:hover{
  border: 2px solid #505050;
}

.img-arrow {
    margin-top: 20px;
    max-height: 200px;
    max-width: 230px;

}



.img-arrow-2{
  height: auto;
  width: 100%;
  max-height: 600px;
}

.store-details {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.store-details h2 {
  font-weight: bold;
  color: #343a40;
}
.store-details hr {
  width: 50%;
  margin: 10px auto;
  border-top: 2px solid #343a40;
}
.store-details .row {
  margin-top: 30px;
}
.store-details .col-md-6 {
  margin-bottom: 20px;
}
.store-details .icon {
  font-size: 24px;
  color: #bfa07a;
  margin-bottom: 10px;
}
.store-details p {
  margin: 0;
  font-size: 18px;
  color: #343a40;
}


nav .nav-link {
  position: relative;
  color: #000;
  text-decoration: none;
  padding-bottom: 15px;
  transition: color 0.4s ease;
}


nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #bfa07a;
  transition: width 0.4s ease;
}


nav .nav-link:hover,
nav .nav-link.active {
  color: #bfa07a;
}

nav .nav-link:hover::after,
nav .nav-link.active::after {
  width: 100%;
}


/* Mobile-specific styling */
.mobile-logo {
  border-bottom: 1px solid #ddd;
  z-index: 3;
}

.mobile-logo img {
  max-width: 100%;
  height: auto;
}

.mobile-nav {
  border-top: 1px solid #ddd;
  z-index: 3;
}

.mobile-nav a {
  text-decoration: none;
  color: #555;
}

.mobile-nav a:hover {
  color: #000;
}

.mobile-nav i {
  display: block;
}


/* Fullscreen Overlay */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050; /* Above other elements */
}

.menu-content {
  text-align: center;
  color: white;
}

.close-menu-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 2rem;
  color: white;
  cursor: pointer;
}

.menu-list {
  list-style: none;
  padding: 0;
}

.menu-list li {
  margin: 20px 0;
}

.menu-list a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
  transition: color 0.3s;
}

.menu-list a:hover {
  color: #f0a500;
}


@media (min-width: 992px) {
  /* Hide mobile-specific elements on larger screens */
  .mobile-logo,
  .mobile-nav {
    display: none !important;
  }
}




.brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-item {
  width: 30%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.brand-item h5 {
  font-size: 16px;
  font-weight: bold;
}
.brand-item p {
  font-size: 14px;
  color: #666;
}
.search-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-bar {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding: 5px;
}
.search-bar input{
  border: none;
  outline: none;
}
.search-bar i {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .brand-item {
      width: 45%;
  }
  .mobile{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .text-h{
    padding: 20px;
    font-size: 14px;
  }
  .blog-cont{
    font-size: 12px;
  }
  .mobile-blog{
    font-size: 18px;
  }
  .img-arrow{
    height: 160px;
    width: 160px;
  }
}
@media (max-width: 576px) {
  .brand-item {
      width: 100%;
  }
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: max-content;
  z-index: 1;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 8px 26px;
  color: black;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}






.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.card-text {
  font-size: 1rem;
  color: #6c757d;
}
.card-footer {
  background-color: transparent;
  border-top: none;
}
.read-more {
  font-size: 14px;
  color: #505050;
  text-decoration: none;
}
.read-more:hover {
  text-decoration: underline;
}

.blog-p{
  font-size: 12px;
}

.blog-title{
  font-size: 18px;
}

.blog-txt{
  font-size: 12px;
}


.section-title {
  font-size: 24px;
  font-weight: bold;
}
.main-title {
  font-size: 36px;
  font-weight: bold;
}
.divider {
  border-top: 1px solid #dee2e6;
  margin: 20px 0;
}
.description {
  font-size: 16px;
}

.contact-btn{
  background-color: #dcc397;
  color: #fff;
}
.contact-btn:hover{
  background-color: #fff;
  color: #dcc397;
  border: 1px solid #dcc397;
}

.responsive-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 110.25%;
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.terms-title{
  font-size: 28px;
}

.terms-sub{
  font-size: 24px;
}

