﻿body {
    font-family: "Josefin Sans", sans-serif;
}

.bg-primary,.btn-primary {
    background: #ff3b3b !important;
}

.btn {
   border-color: #ff3b3b;
}


.container {
  max-width: 1284px;
}

.text-primary {
    color: #ff3b3b !important;
}

a {
  text-decoration: none;
}

    a:hover {
        color: #ff3b3b;
    }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.overlay-section {
  bottom: 0;
  padding: 20px;
}

.overlay-section2 {
  top: 0;
  right: 0;
  padding: 10px;
}

.reviews-color{
  color: #444444;
}

.para-color {
  color: #444444;
  line-height: 22px;
  font-weight: 400;
}


.card-para
{
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
}

.card-shadow
{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.card-heading {
    font-weight: 600;
    font-size: 19px;
}

.category-index
{
    font-weight: 400;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 15px;
    width: 52px;
    height: 47px;
    font-size: 27px;
    line-height: 29px;
    color: #FFFFFF;
    font-weight: 600;
    background-color: #6d4cc7;
    border-radius: 50%;
}

.search-box
{
  color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.search-button
{
  background-color: #32373c;
    border-width: 0;
    color: #fff;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
    border-radius: 20px;
}

.search-container {
  display: flex;
  width: 100%;
  gap: 1rem;
}
.search-container input {
  flex: 1;
}

.link-dark:hover
{
  color: #6d4cc7 !important;
}

.tag-container
{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  transition: background-color 0.3s, color 0.3s;
}
.tag:hover {
  background-color: #6d4cc7;
  color: #fff;
}

.footer-bg {
    background: #ffe1e1 !important;
    background-position: center;
    background-size: cover;
    min-height: 40vh;
}

.overlay-paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.footer-bg > ul > li > a{
    color: #000;
}

.col-min-height {
    min-height: 313px;
}

.fa-2x {
    font-size: 23px !important;
    color : #fff;
}

.index-item-listing img{
    aspect-ratio : 16/9;
}

.fs-20{
    font-size : 16px;
}

.sidebar-overlay-section {
    bottom: 0;
    padding: 4px 20px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 86px;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(0 0 0 / 28%), rgb(0 0 0));
}

.text-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.bg-navbar {
    position: relative;
    padding: 20px 0px;
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 2rem;
}

.category-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.active {
    border: 2px solid #ff3b3b;
}

.bg-fa-icon {
    color: #ff3b3b;
}

.category {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease-in-out;
    width:230px;
    height: 100%;
}


.category p{
    font-size: 16px;
}

.hero-section {
    position: relative;
    display: flex;
    align-items: flex-end; /* Align text at the bottom */
    height: 60vh;
    border-radius: 20px;
}

.content-overlay {
    width: 100%;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
}





