
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Fredoka:wght@300..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Berkshire+Swash&family=Fredoka:wght@300..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Madimi+One&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Righteous&family=Roboto+Slab:wght@100..900&family=Rowdies:wght@300;400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@400;600;700&family=Days+One&family=Emilys+Candy&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Marko+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rhodium+Libre&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Signika:wght@300..700&family=Tilt+Neon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {
    background-color: #ffffff;
    /* font-family: "Nunito Sans", sans-serif; */
    font-family: "Noto Sans", sans-serif;
  }
  .header {
    top: 0;
    padding: 20px;
    position: fixed;
    z-index: 1;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Shadow for the header */
  transition: box-shadow 0.3s;
}
a:hover{
  text-decoration: none;
  color: black;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #094b47;/* Black*/
    
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.10s;
    /* padding: 10px; */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 3px 18px;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: 400;
}
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }


  

    /* Additional CSS styles */

    /* Custom styles for small screens */
    .trending-news .row {
        overflow-x: auto;
        white-space: nowrap;
      }
  
      .trending-news .card-1 {
        display: inline-block;
        /* width: 126px; */
        /* margin-right: -18px; */
      }
  
      .input-group-prepend {
        cursor: pointer;
      }
  
      .card-img-top {
      width: 65px;
      border-radius: 50%;
      height: 65px;
      margin: 5px;
  }
  
      .card-1 {
        text-align: center;
        justify-content: center;
      }
  
      .card-1 .card-title {
        font-size: 12px;
      }
  
      .card-1 .card-body {
        padding: 11px;
      }
  
      /* .overlay {
      position: absolute;
      bottom: 91px;
  
      background: rgb(0 0 0 / 45%);
      color: #f1f1f1;
      width: 100%;
      transition: .5s ease;
      opacity: 1;
      color: white;
      font-size: 25px;
      padding: 90px;
      text-align: center;
    
      height: 217px;
      left: 0px;
  } */
      .latest-news .row {
        overflow-x: auto;
        white-space: nowrap;
      }
  
      .news-cards {
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 20px;
      }
  
      .news-card {
        display: inline-block;
        width: 300px;
        margin-right: 20px;
        position: relative;
        overflow: auto;
        background-color: #fff;
        border-radius: 22px;
        box-shadow: 0px 0px 4px 1px #3469d97d;
      }
  
      .news-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
      }
  
      .news-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgb(0 0 0 / 39%);
        color: white;
        text-align: left;
        padding: 20px;
        opacity: 1;
        transition: opacity 0.3s ease;
        height: 200px;
      }
  
      .news-card:hover .news-overlay {
        opacity: 1;
      }
  
      .profile-info {
  
        display: flex;
        align-items: center;
        margin: 8px;
      }
  
      .profile-info img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 10px;
      }
  
      .profile-info p {
        color: grey;
        font-weight: 700;
        font-size: 12px;
      }
  
      .btn-primary {
        color: #fff;
        
        /* border-color: rgb(197 16 4); */
        border-radius: 24px;
        font-size: 10px;
        /* background: linear-gradient(223.14deg, #b52727 -17.3%, #d73a09 101.56%); */
        background-color: #ff0109;
    }
  
      h2 {
      font-size: 19px;
      /* font-family: "Merriweather", serif; */
      font-weight: 700;
  }
  
      p {
        font-size: 15px;
      }
  
      /* Additional CSS styles */
      .category {
        position: relative;
        overflow: hidden;
        text-align: center;
        color: white;
        margin-bottom: 20px;
      }
  
      .category img {
        width: 138px;
        height: 116px;
        transition: transform 0.3s ease;
        border-radius: 23px;
  
      }
  
      .category:hover img {
        transform: scale(1.1);
      }
  
      .category-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 138px;
        /* left: 75px; */
        height: 116px;
        /* top: 58px; */
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 27px;
        background-color: rgba(185, 31, 31, 0.7);
        border-radius: 23px;
      }
  
      .category h3 {
        margin-bottom: 5px;
        font-size: 20px;
      }
  
      .category i {
        font-size: 48px;
      }
  
      .category {
        position: relative;
        overflow: hidden;
      }
  
      .category img {
        width: 100%;
        height: auto;
      }
  
      .category .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 1;
        transition: opacity 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-radius: 24px;
      }
  
      .category:hover .overlay {
        opacity: 1;
      }
  
      .category .overlay i {
        font-size: 2rem;
        margin-bottom: 0.5rem;
      }
  
      .recent-post {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
      }
  
      .recent-post img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-right: 20px;
        border-radius: 20px;
      }
  
      .recent-post .post-content {
        flex: 1;
      }
  
      .recent-post .profile {
        display: flex;
        align-items: center;
      }
  
      .recent-post .profile img {
        width: 30px;
        height: 30px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 10px;
        /* border-radius: 20px; */
      }
  
      .recent-post hr {
        border: 0.5px solid #ccc;
        margin: 20px 0;
      }
  
      /* Scrollbar hidden */
      .recent-post h3 {
        font-size: 15px;
        font-weight: 700;
      }
  
      ::-webkit-scrollbar {
        display: none;
      }
  
      .recent-post p {
        margin-top: 1px;
        margin-bottom: 0;
        color: grey;
  margin-right: 33px;
      }
  
      .image-sectionimg {
        width: 100px;
        height: 100px;
      }
  
      .image-section {
        margin-bottom: 20px;
      }
  
      .image-section .row {
        margin-bottom: 7px;
      }
  
      .image-section img {
        max-width: 100%;
        height: auto;
      }
  
      .profile {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
  
      .profile img {
        width: 51px;
        height: 51px;
        object-fit: cover;
        border-radius: 50%;
        margin-right: 10px;
        /* border-radius: 20px; */
      }
  
      .channel .row {
        overflow-x: auto;
        white-space: nowrap;
      }
  
      .scrolling-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        margin-bottom: 20px;
      }
  
  
      .channel-card {
        width: 200px;
        margin-right: 20px;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
      }
  
      .channel-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
  
      .channel-card .card-body {
        text-align: center;
      }
  
      .channel-card:hover {
        transform: scale(1.05);
      }
  
      .scrolling-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        padding: 20px 0;
        margin-bottom: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }
  
      .scrolling-wrapper::-webkit-scrollbar {
        display: none;
      }
  
      .card-img-1 {
        width: 89px;
        border-radius: 17%;
        height: 87px;
      }
  
      .btn-secondary {
        color: #fff;
        background-color: #6c757d;
        border: none;
        border-color: #6c757d;
        border-radius: 9px;
        width: 90%;
      }
















  .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 26px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /* border-radius: 0.25rem; */
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 27px;
}


.head-link {
    border: 1px solid grey;
    padding: 7px 13px;
    background: transparent;
    margin: 5px;
    display: inline-block;
    min-width: fit-content;
    color: black;
    font-size: 12px;
    font-weight: 600;
    border-radius: 17px;
}
.links-menu{
    display: flex;
    overflow: scroll;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: white;
    padding: 10px 0px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0px 0px 5px 2px #3788ad1f;
}
.footer a{
    color: grey;
    font-size: 9px;
    font-weight: 700;
    text-transform:uppercase;
}
.footer a i{
  font-size: 18px;
}

.product-card {
    /* width: 72%; */
    border: none;
    margin-bottom: 20px;
    display: inline-block;
    width: 230px;
    margin-right: 20px;
    position: relative;
    overflow: auto;
    /* background-color: #fff; */
    border-radius: 22px;
    /* box-shadow: 0px 0px 4px 1px #3469d900; */
}
  
  .card-img-overlay {
    position: relative;
    padding: 0;
  }
  
  .card-img-overlay img {
    width: 100%;
    height: auto;
    border-radius: 22px;
}
  
.like-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4px 7px;
    border-radius: 50%;
}
.topic {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px 9px;
  border-radius: 20px;
}


  .card-body {
    padding: 15px;
  }
  
  .rating {
    color: #f00;
    font-size: 13px;
  }
  
  .price {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
  }
  
  .old-price {
    text-decoration: line-through;
    color: #777;
    margin-left: 5px;
  }
  
  .new-price {
 font-weight: 900;
  }
  
  .discount {
    color: rgb(47, 160, 91);
    margin-left: 10px;
  }
  
  .small-title {
    font-size: 14px;
    color: #777;
  }
  .card-scroll{
    display: flex;
    overflow: scroll;
  }
  .morecontent{
    padding: 16px;
    height: auto;
    /* width: 67%; */
  }
  .moreicon{
    background-color: #e3d5d5;
    border-radius: 7px;
    padding: 14px;
    text-align: center;
    margin: 5px;
    width: 130px;
  }
  .moreicon i{
    background-color: #fff;
    padding: 11px;
    border-radius: 50%;
    font-size: 11px;
    color: black;
    width: 36px;
  }
  .moreicon h4{
    font-size: 8px;
    font-weight: 700;
    margin-top: 8px;
    color: black;
  }
 .searchhistory{
  padding: 8px;
    /* justify-content: center; */
    align-items: center;
    /* background-color: #fff; */
    width: 173px;
    border: 1px solid grey;
    border-radius: 18px;
 }
 p {
  font-size: 12px;
  color: grey;
}
a{
  color: black;
}
.view-all {
  position: relative;
  height: fit-content;
  width: 100%;
  text-align: center;
  border: 1px solid #000000;
  color: #000000;
  padding: 9px;
  border-radius: 10px;
  margin-top: -31px;
}
.product-image {
  position: relative;
}

.product-image img {
  width: 100%;
  height: auto;
}

.icons {
  position: absolute;
  top: 10px;
  right: 10px;
}

.icons span {
  margin-left: 10px;
  font-size: 24px;
  cursor: pointer;
}

.cancel-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 24px;
  cursor: pointer;
}

.small-images {
  display: flex;
  justify-content: space-between;
  margin-top: -15px;
  position: relative;
  z-index: 1;
}

.small-images img {
  width: 23%;
  height: 23%;
  border-radius: 13px;
}



.rating {
  color: rgb(10, 10, 10);
  margin-top: 5px;
}
.rating i{
  color: red !important;
}

.star {
  color: red;
}
.booknow{
  background-color: #258b8f;
  color: #fff !important;
  font-size: 15px;
  text-transform: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 9px 15px; */
  height: 48px;
}
.star {
  color: #1f8577;
  font-size: 22px;
}
.image-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  /* background-color: rgba(255, 255, 255, 0.8); */
  /* padding: 4px 11px;
  border-radius: 50%; */
}
.progress {
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.verified{
  background-color: transparent;
    border: 1px solid #1e8085;
    font-size: 9px;
    /* padding: 0px 12px; */
    border-radius: 5px;
    height: 18px 
px
;
    width: 89px;
    color: #1e8085;
}

.image-scroll-container {
  overflow-x: scroll;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
}

.image-scroll-row {
  display: inline-block;
}
.image-scroll-row img {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 20px;
}
.btn-locality{
  border: 1px solid grey;
  padding: 7px;
  border-radius: 20px;
}
/* [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  display: none;
} */
.carousel-control-next-icon {
 
  display: none;
}
.carousel-control-prev-icon {

  display: none;
}
.btn-primary:hover {
  color: #000000;
  background-color: rgb(255, 255, 255);
  border-color: rgb(40 144 153);
  
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #094b47;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.10s;
  /* padding: 10px; */
  z-index: 10000;
}

/* theme color changed */
.booknow {
  background: -webkit-linear-gradient(223.14deg, #ff0109 -17.3%, #ff0109 101.56%);
}
.verified {

  border: 1px solid #ff0109;
 
  color: #ff0109;
}
.star {
  color: #ff0109;
}
.sidenav {

  background: -webkit-linear-gradient(223.14deg, #ff0109 -17.3%, #ff0109 101.56%);

}
.footer .active {
  background: -webkit-linear-gradient(223.14deg, #ff0109 -17.3%, #ff0109 101.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* color: #ff0109; */
}
.header {
  top: 0;
  padding: 8px;
  position: fixed;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
}
.btn-primary {
  color: #fff;
  /* border-color: rgb(197 16 4); */
  border-radius: 24px;
  font-size: 10px;
  /* background: linear-gradient(223.14deg, #b52727 -17.3%, #d73a09 101.56%); */
  background-color: #ff0109;
  border: none;
}
.moreicon h4 {
  font-size: 11px;
  font-weight: 700;
  margin-top: 8px;
  color: #292222;
}
.card-body {
  padding: 6px;
}
.booknow {
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(223.14deg, #ff0109 -17.3%, #ff0109 101.56%);
  border: none;
  border-radius: 5px;
  height: 37px;
  font-size: 11px !important;
}