body {
  background-color: #f6f6fa;
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "EB Garamond", sans-serif;
}

.white-color {
  color: #fff;
}

.violet-color {
  color: #433d83;
}

.light-violet-color {
  color: #8882bd;
}

.dark-violet-color {
  color: #2a004e;
}

.gray-color {
  color: #665f6c;
}

.font-begum {
  font-family: "EB Garamond", sans-serif;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

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

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

.pl-40 {
  padding-left: 40px;
}

.h-450 {
  height: 450px;
}

.shadow-box {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.cursor-pointer {
  cursor: pointer;
}

.mb-92 {
  margin-bottom: 92px;
}

.w-390 {
  min-width: 390px;
}
@media (max-width: 1024px) {
  .w-390 {
    min-width: 100%;
  }
}

.header-container {
  /* Side Menu */
  /* Close button */
}
.header-container .btn-menu {
  padding: 12px 20px;
  height: fit-content;
  width: fit-content;
  border: none;
}
.header-container .btn-menu:hover {
  cursor: pointer;
  color: #fff;
  background: #2a004e;
}
.header-container .header-logo {
  width: 308px;
}
@media (max-width: 768px) {
  .header-container .header-logo {
    margin-top: 12px;
    width: 206px;
  }
}
.header-container .btn-ear {
  width: 48px;
  height: 48px;
  background: #433d83;
  border-radius: 4px;
  border: none;
  position: absolute;
  z-index: 20;
  top: 90px;
  right: -15px;
}
.header-container .btn-ear:hover {
  cursor: pointer;
  background: #2a004e;
}
@media (max-width: 768px) {
  .header-container .btn-ear {
    position: absolute;
    z-index: 20;
    top: 5%;
    right: 5%;
  }
}
.header-container .overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2a004e;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 99;
}
.header-container .overlay-menu.active {
  opacity: 0.75;
  visibility: visible;
}
.header-container .side-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100vh;
  background: #fff;
  transition: left 0.3s ease-in-out;
  z-index: 100;
  padding: 10px;
}
.header-container .side-menu .side-menu-content {
  padding: 40px 30px;
}
.header-container .side-menu .side-menu-content .side-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  color: #2a004e;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  border: 1px solid #8882bd;
  background: #f6f6fa;
}
.header-container .side-menu .side-menu-content .side-menu-item.active, .header-container .side-menu .side-menu-content .side-menu-item:hover {
  background: #2a004e;
  color: #fff;
}
.header-container .side-menu.active {
  left: 0;
}
.header-container .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.hover-violet:hover {
  color: #433d83;
}

.about-us-content {
  position: absolute;
  z-index: 20;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  width: 353px;
  color: var(--bs-body-color);
}
@media (max-width: 1024px) {
  .about-us-content {
    top: 7%;
    left: 50%;
    width: 280px;
    transform: translateX(-50%) translateY(0%);
  }
  .about-us-content h1,
  .about-us-content p {
    text-align: center;
  }
  .about-us-content h1 {
    font-size: 40px;
  }
}

.hide-on-tablet {
  display: block;
}
@media (max-width: 1024px) {
  .hide-on-tablet {
    display: none;
  }
}

.hide-on-desktop {
  display: block;
}
@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}

.responsive-font {
  font-size: 16x;
}
@media (max-width: 1024px) {
  .responsive-font {
    font-size: 14px;
  }
}

.bg-radiant {
  border-radius: 4px;
  background: radial-gradient(84.31% 94.74% at 50% 48.55%, #433d83 0%, #2a004e 100%);
  padding: 0 63px;
}
@media (max-width: 1024px) {
  .bg-radiant {
    padding: 77px 40px;
  }
}

.divider-row {
  width: 100%;
  height: 1px;
  background: #dcd9e4;
}

.divider-col {
  width: 1px;
  height: 24px;
  background: #dcd9e4;
}

.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.overlay-text {
  color: #fff;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  padding: 2px 12px;
  text-transform: capitalize;
  border-radius: 100px;
}
.overlay-text.lifestyle {
  background: rgba(60, 174, 163, 0.8);
}
.overlay-text.photography {
  background: rgba(65, 6, 124, 0.8);
}
.overlay-text.fashion {
  background: rgba(237, 85, 59, 0.8);
}
.overlay-text.beauty {
  background: rgba(215, 155, 0, 0.8);
}
.overlay-text.travel {
  background: rgba(32, 99, 155, 0.8);
}

.masonry-container {
  column-count: 3; /* Create 3 columns */
  column-gap: 48px;
}
@media (max-width: 1024px) {
  .masonry-container {
    column-count: 2; /* Tablet: 2 columns */
    column-gap: 32px;
  }
}
@media (max-width: 768px) {
  .masonry-container {
    column-count: 1; /* Mobile: 1 column */
  }
}
.masonry-container .masonry-item {
  break-inside: avoid;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .masonry-container .masonry-item {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .masonry-container .masonry-item {
    margin-bottom: 16px;
  }
}
.masonry-container .masonry-item .img-wrapper {
  position: relative;
}
.masonry-container .masonry-item .img-wrapper .main-img {
  width: 100%;
  height: auto;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.masonry-container .masonry-item .img-wrapper .overlay {
  width: 100%;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  padding: 12px;
  z-index: 20;
  /* Optional background for readability */
}
.masonry-container .masonry-item .content-container {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 24px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.masonry-container .masonry-item .content-container h1 {
  color: #2a004e;
  text-align: center;
  font-family: "EB Garamond", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
.masonry-container .masonry-item .content-container p,
.masonry-container .masonry-item .content-container a {
  color: #2a004e;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  text-decoration: none;
}
.masonry-container .masonry-item .content-container p:hover,
.masonry-container .masonry-item .content-container a:hover,
.masonry-container .masonry-item .content-container h1:hover {
  color: #433d83;
}
.masonry-container .masonry-item .content-container .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.masonry-container .masonry-item .content-container .footer .read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 700;
}
.masonry-container .masonry-item .content-container .footer .interactions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.masonry-container .masonry-item-text {
  break-inside: avoid;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 74px 29px 117px 42px;
  justify-content: flex-end;
  border-radius: 4px;
  background: #2a004e;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .masonry-container .masonry-item-text {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .masonry-container .masonry-item-text {
    margin-bottom: 16px;
  }
}
.masonry-container .masonry-item-text h1 {
  color: #fff;
  font-family: "EB Garamond", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%; /* 33.8px */
}
.masonry-container .masonry-item-text.other {
  padding: 144px 29px 81px 42px !important;
  background: #433d83 !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15) !important;
}

.btn-default {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #433d83;
  color: #fff;
  text-align: right;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 28px;
  border: none;
}
.btn-default:hover {
  background: #2a004e;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.btn-default:active {
  scale: 0.95;
}

.btn-all {
  margin-top: 42px;
  margin-bottom: 22px;
  padding: 12px 40px;
  background: #2a004e;
}
@media (max-width: 1024px) {
  .btn-all {
    margin-top: 32px;
  }
}
.btn-all:hover {
  background: #433d83;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.btn-up {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 50px;
  right: 40px;
  z-index: 30;
}
.btn-up:hover {
  cursor: pointer;
  color: #fff;
  background: #2a004e;
}
@media (max-width: 768px) {
  .btn-up {
    width: 40px;
    height: 40px;
    bottom: 30px;
    right: 30px;
  }
}

.footer-container {
  background: #2a004e;
}
.footer-container .footer-content {
  padding: 40px 0px;
}
.footer-container .footer-end {
  background: #22043d;
  padding: 12px 0px;
  color: #8882bd;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
}
.footer-container .divider {
  width: 200px;
  height: 1px;
  background: #433d83;
}
.footer-container .divider-col {
  width: 1px;
  height: 24px;
  background: #433d83;
}
.footer-container .form-container {
  width: 400px;
}
@media (max-width: 1024px) {
  .footer-container .form-container {
    width: 100%;
    padding: 8px 16px;
  }
}
.footer-container .form-container .button-submit {
  width: fit-content;
  display: flex;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  background: #433d83;
  font-weight: 600;
  line-height: 150%;
  color: #fff;
  box-shadow: none;
  border: none;
  box-shadow: none;
}
.footer-container .form-container .button-submit:hover {
  background: #2a004e;
}

.blog-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 500px;
}
@media (max-width: 1024px) {
  .blog-banner-content {
    width: 280px;
  }
  .blog-banner-content h1 {
    font-size: 40px;
  }
  .blog-banner-content p {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.category-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f6f6fa;
  text-decoration: none;
  padding: 16px 20px;
  border-radius: 5px;
  font-weight: 500;
  color: #2a004e;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, max-height 0.4s ease-in-out, padding 0.4s ease-in-out, margin 0.4s ease-in-out;
  max-height: 56px;
  overflow: hidden;
  cursor: pointer;
}
.category-item.active {
  background: #2a004e;
  color: white;
}
.category-item:hover {
  background: #2a004e;
  color: white;
}
.category-item.hide {
  opacity: 0;
  transform: translateY(-15px) scale(0.95);
  max-height: 0;
  pointer-events: none;
  padding: 0;
  margin: 0 !important;
}

.follow-container {
  background: #2a004e;
  padding: 28px 0px;
}

.tag-item {
  padding: 10px;
  border-radius: 4px;
  background: #f6f6fa;
  font-family: "Raleway", sans-serif;
  color: #2a004e;
  text-decoration: none;
}
.tag-item:hover {
  cursor: pointer;
  background: #2a004e;
  color: #fff;
}

.search-container {
  border-radius: 4px;
  border: 1px solid #dcd9e4;
  background: #fff;
  padding: 16px;
}
.search-container input {
  border: none;
  background: none;
  outline: none;
}

.modal-backdrop {
  background-color: #2a004e !important; /* Change overlay color */
  opacity: 0.75 !important; /* Change overlay opacity */
}

.modal-header {
  border-bottom: none;
}
.modal-header .modal-title {
  text-transform: uppercase;
}

.modal-body {
  padding: 0px;
}

.modal-xl {
  max-width: 880px; /* Adjust width as needed */
}

/*# sourceMappingURL=styles.css.map */
