:root {
  /* background, buttons (Pale Yellow) */
  --primary-color-1: #fee5a5;
  /* Navigation, Headings (Soft Purple) */
  --primary-color-2: #c5b5e8;
  /* Icons, buttons (Soft Green) */
  --secondary-color-1: #bfe6c8;
  /* Accents, text (Peach) */
  --secondary-color-2: #fed0b9;
  /* Call to action, highlights (Soft Blue) */
  --secondary-color-3: #c4d4e4;
  /* title orange */
  --text-orange: #ff9968;
  /* favourite pink */
  --heart-pink: #ff487a;
  /* title, text dark grey */
  --body-grey: #333333;
  /* footer bg */
  --footer-bg: #875fdf;

  --comic-sans: "comic-sans", sans-serif;

  --baloo-font: "baloo-regular", sans-serif;
}

@import "./light.css";

@font-face {
  font-family: comic-sans;
  src: url(/assets/fonts/ComicSansMS3.ttf);
}

@font-face {
  font-family: baloo-regular;
  src: url(/assets/fonts/BalooPaaji2-Regular.ttf);
}

@font-face {
  font-family: baloo-semi-bold;
  src: url(/assets/fonts/BalooPaaji2-SemiBold.ttf);
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "baloo-regular", sans-serif;
}

.overflow-none {
  overflow: hidden;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 0.5em;
}

.abs {
  position: absolute;
}

.relate {
  position: relative;
}

.dark-bg {
  background-color: var(--body-grey);
}

.nav-container {
  display: flex;
  flex-direction: column;
  flex-grow: 4;
}

.nav-custom {
  min-height: 7.5em;
  align-items: flex-end;
  position: relative;
  padding-top: 4em;
  box-shadow: 2px 3px #00000020;
}

.navbar > .container,
.navbar > .container-fluid {
  align-items: flex-start;
}

.limit {
  max-width: 95%;
}

.navbar-brand {
  padding-top: 0;
}

.nav-custom::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  background-image: url("/assets/icons/header-design.svg"),
    linear-gradient(to bottom, #fee5a5 20%, #ffffff 80%);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 80px;
}

.navbar .form-header {
  flex-grow: 4;
  position: relative;
  margin-bottom: 2em;
}

.search-input {
  border-radius: 100px;
  background: rgba(51, 51, 51, 0.05);
}

.search-btn {
  position: absolute;
  right: 0;
  width: 38px;
  height: 38px;
  background: var(--body-grey);
  border-radius: 50%;
  padding: 0 0.45em 0.25em 0.45em;
  border: none;
}

.content-none.dropdown-toggle::after {
  content: none;
}

.search-btn img {
  width: 18px;
}

.search-results {
  width: 100%;
  height: 300px;
  background-color: white;
  top: 50px;
  left: 0;
  overflow: auto;
  border: 1px solid #ced4da;
  border-radius: 15px;
  padding: 1em 1.5em;
  list-style: none;
  z-index: 70;
}

.minh-160 {
  min-height: 163px;
}

.minh-130 {
  min-height: 130px;
}

.wishlist-scroller {
  max-height: 100px;
  overflow-y: auto;
}

.search-results li a {
  color: black;
  font-size: 18px;
  border-bottom: 1px solid #ced4da;
  display: block;
  padding: 0.5em 0.5em 0.25em 0.5em;
}

.search-results li:hover {
  background-color: #ced4da;
}

.header-options {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.navbar-collapse {
  align-items: flex-start;
}

.navbar-nav {
  flex-wrap: wrap;
}

.menu-right.dropdown-menu[data-bs-popper] {
  left: unset;
  right: 0;
}

.nav-link {
  color: var(--body-grey) !important;
  font-family: var(--baloo-font);
  position: relative;
  text-shadow: #ffffff80;
}

.navbar .nav-link:hover::before {
  content: "";
  position: absolute;
  left: 2%;
  width: 96%;
  height: 0.5em;
  top: 50%;
  border-radius: 4px;
  background: rgba(254, 208, 185, 0.4);
}

.navigation-sm {
  display: none !important;
}

.wishlist {
  padding: 0 0.5em;
  display: flex;
  align-items: center;
}

.wishlist .heart {
  display: block;
  margin: 0 auto 1em auto;
  z-index: 20;
}

.btn-signin {
  background-color: rgba(254, 229, 165, 0.5);
  color: var(--body-grey) !important;
  padding: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 110px;
  flex-shrink: 0;
  border: 0;
  border-radius: 11.25rem;
}

/* Banner section */
#banner {
  position: relative;
  min-height: 500px;
  background: radial-gradient(
    circle at center,
    #00ff0020 0,
    #ffffff,
    #ffffff 100%
  );
}

.banner-bg1 {
  position: absolute;
  left: 5vw;
  top: 2vw;
}

.banner-bg2 {
  position: absolute;
  right: 8vw;
  top: 2vw;
}

.banner-bg3 {
  position: absolute;
  width: 8vw;
  left: 8vw;
  bottom: 0vw;
}

.col-intro {
  color: #595959;
  font-family: var(--baloo-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.main-title {
  color: var(--body-grey);
  font-size: 2.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--comic-sans);
  padding-right: 2em;
}

.minh-row {
  min-height: 700px;
}

.text-col {
  display: flex;
  flex-direction: column;
  padding-top: 15em;
  padding-right: 5em;
}

.graph-col {
  position: relative;
}

.graph1 {
  top: 12vw;
  left: -3vw;
  border: 8px solid #fff;
  border-radius: 8px;
}

.graph2 {
  width: 25vw;
  height: 25vw;
  left: 13.5vw;
  top: 12vw;
  border-radius: 413px;
  border: 8px solid #fff;
  background: linear-gradient(138deg, #c4d4e4 0%, #c5b5e8 100%);
}

.graph3 {
  width: 18vw;
  height: 18vw;
  left: 2.5vw;
  top: 26vw;
  border-radius: 413px;
  border: 8px solid #fff;
  background: linear-gradient(138deg, #f4c064 0%, #fefbb9 100%);
}

.graph4 {
  left: 14.5vw;
  top: 31vw;
}

.graph-col .img1 {
  width: 20vw;
}

.graph-col .img2 {
  width: 21vw;
  top: -6vw;
  left: 2vw;
}

.graph-col .img3 {
  width: 12vw;
  top: -2vw;
  left: 5vw;
}

.graph-col .img4 {
  width: 18vw;
}

.btn-green {
  width: fit-content;
  display: flex;
  padding: 12px 34px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 11.25rem;
  background: #bfe6c8;
  box-shadow: 0px 4px 1.25rem 0px rgba(0, 0, 0, 0.1);
  border: none;
  margin-top: 0.5em;
}

/* Categories Home */
#categories {
  padding: 5% 0;
  position: relative;
  /* min-height: 700px; */
}

.head-section {
  text-align: center;
  margin-bottom: 2em;
}

.category-flower {
  position: absolute;
  right: 0;
  top: -8vw;
  width: 15vw;
}

.category-star1 {
  position: absolute;
  left: 4vw;
  top: -6vw;
  width: 8vw;
}

.category-star2 {
  position: absolute;
  right: 5vw;
  top: -6vw;
  width: 8vw;
}

.section-intro {
  color: var(--body-grey);
  font-family: var(--comic-sans);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
  position: relative;
  display: inline;
}

.section-intro::after {
  content: "";
  position: absolute;
  width: 120%;
  height: 8px;
  background-color: #fed0b980;
  border-radius: 3px;
  left: -10%;
  bottom: 0;
  z-index: -1;
}

.section-title {
  color: var(--text-orange);
  font-family: var(--baloo-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; /* 150% */
}

.category {
  text-align: center;
}

.category img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.cat-title {
  color: var(--body-grey);
  font-family: Baloo Paaji 2;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; /* 109.091% */
  margin-bottom: 0.2em;
}

.cat-subtitle {
  color: var(--text-orange);
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; /* 109.091% */
  margin-bottom: 0.2em;
}

.category-box {
  height: 100%;
  width: 70%;
  border: 2px solid var(--body-grey);
  border-radius: 12em;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
}

.category-box .count {
  color: #000;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-family: var(--comic-sans);
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
}

.category-box .text {
  color: #000;
  text-align: center;
  font-family: var(--baloo-font);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.star {
  position: absolute;
  width: 3vw;
  bottom: 3vw;
}

.category-margin {
  margin-top: 4em;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.exclude {
  width: 150px;
  height: 150px;
  background: url(/assets/icons/exclude.svg) center/contain no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1em;
  color: #ffffff;
  font-family: var(--baloo-font);
  position: absolute;
  right: -2vw;
  top: -2vw;
}

.arrow-tilted {
  position: absolute;
  top: 0;
  right: 0;
}

.line-design {
  position: absolute;
  top: 8vw;
  left: 0;
  width: 7vw;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.img-80 {
  max-width: 80%;
  height: auto;
}

/* Popular Products */
#popular-products {
  min-height: 500px;
  padding: 5% 0;
  background: url("/assets/images/arrow.png") top right/contain no-repeat;
}

.main-title-bk {
  color: #333;
  font-family: Comic Sans MS;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1em;
}

.card-img-top {
  display: block;
  background-color: transparent;
  max-height: 304px;
  min-height: 266px;
  object-fit: contain;
  transition: all .5s;
  mix-blend-mode: multiply;
}

.product .card-img-top:hover {
  transform: scale(1.1);
} 

.heart .dropdown-toggle {
  border: none !important;
  outline: none !important;
  background-color: transparent;
}

.heart .dropdown-toggle::after {
  content: none;
}

.visible {
  display: block;
  position: absolute;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate(0px, 40px);
  left: unset;
  right: 0;
}

.fit-contain {
  object-fit: contain;
}

.card-padding {
  padding: 1em;
  border-bottom: 1px solid #33333340;
}

.card-title {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.price {
  color: #333333;
  font-family: var(--baloo-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.old-price {
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: line-through;
}

.discount {
  color: #ff4e4e;
  font-size: 1rem;
  line-height: 1.5;
}

.heart {
  width: 25px;
  height: 25px;
  color: #ffffff;
  stroke: #333333;
  padding: 0.25em;
  box-shadow: 1px 2px 3px #33333360;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.heart-btn {
  width: 2.1875rem;
  height: 2.1875rem;
}

.skeleton {
  animation: skeleton-loading .5s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
  
}

.card-tags {
  display: flex;
  justify-content: space-between;
  min-height: 2.1875rem;
}

.new-tag {
  width: 25px;
  height: 25px;
  font-size: 8px;
  background-color: #ffc85b;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 2px dashed #ffc85b;
  outline-offset: 2px;
}

.favourite {
  color: var(--heart-pink);
}

.brand-logo {
  border-radius: 50%;
  padding: 0.25em;
}

.brand-logo img {
  width: 30px !important;
  height: 30px !important;
}

.align-center {
  display: flex;
  align-items: center;
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-next img,
.owl-prev img {
  width: 18px;
}

.owl-nav {
  position: absolute;
  top: -4em;
  right: 0;
}

.owl-prev {
  margin-right: 1em;
}

.owl-prev,
.owl-next,
.prev,
.next {
  width: 2.1875rem;
  height: 2.1875rem;
  background-color: #ffffff;
  box-shadow: 1px 2px 3px #33333340;
  border-radius: 50%;
  padding: 0.25em;
}

/* Christmas Collection */
#christmas-collection {
  min-height: 500px;
  padding: 5% 0;
}

/* Product page */

#product {
  padding: 5% 0;
}

.page-address {
  color: #0092e3;
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
}

.product-heading {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.ratings {
  display: flex;
  margin-bottom: 1em;
}

.ratings .stars {
  margin-right: 0.5em;
}

.ratings .count {
  color: #0092e3;
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
}

.availability {
  display: inline;
  background: #333333;
  padding: 0.25em 0.5em;
  color: #ffffff !important;
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
  border-radius: 5px;
  margin-right: 0.5em;
}

.info-part1 {
  border-bottom: 1px solid #33333340;
  padding-bottom: 1em;
}

.info-part2 {
  width: 60%;
  padding-top: 1em;
}

.product-head {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.product-price {
  color: #000;
  font-family: var(--baloo-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.85;
  margin-bottom: 0.25em;
}

.mrp {
  color: #000;
  font-family: var(--baloo-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.old-mrp {
  opacity: 0.5;
  text-decoration: line-through;
}

.product-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper {
  display: none;
}
.swiper-initialized {
  display: block;
}

.not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  min-height: 550px;
}

.product-text {
  color: #000;
  font-family: var(--baloo-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

.product-value {
  color: #0092e3;
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
}

.product-info-title {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.22;
}

.product-details {
  color: rgba(51, 51, 51, 0.7);
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.product-specs-title {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.color-info {
  display: flex;
  margin-bottom: 1em;
}

.colors-available {
  display: flex;
  gap: 10px;
}

.color-block {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.selected {
  outline-width: 1px;
  outline-style: solid;
  outline-color: inherit;
  outline-offset: 1px;
}

.slider-img {
  max-width: 70%;
  border-radius: 15px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.lSGallery,
.clearfix {
  margin: 5px auto !important;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.25em 0.75em;
  border-radius: 55px;
}

.lSSlideOuter .lSPager.lSGallery {
  margin-top: 3em !important;
}

.request {
  background-color: #fee5a5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1em;
  position: relative;
}

.request .close {
  position: absolute;
  right: 5%;
}

.link-request {
  text-decoration: underline;
  margin-left: 2em;
}

.btn-get,
.btn-get:focus,
.btn-get:hover,
.btn-get:active {
  background-color: #404d43;
  color: #ffffff;
  margin-right: 1em;
}

.btn-request,
.btn-request:focus,
.btn-request:hover,
.btn-request:active {
  background-color: #27242e;
  color: #ffffff;
  padding: 0.45em 0.75em;
}

.btn-add-wishlist,
.btn-add-wishlist:focus,
.btn-add-wishlist:hover {
  background-color: #ffffff;
  color: #404d43;
  border: 1px solid #404d43;
}

.heart-reset {
  width: unset;
  height: unset;
  padding: unset;
  box-shadow: unset;
}

.delivery-date {
  color: #ff4e4e;
  font-family: var(--baloo-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  margin: 0.5em 0;
}

.info-part3 {
  padding: 1em 0;
}

.list {
  list-style: none;
  padding-left: 0;
  font-family: var(--baloo-font);
  font-size: 1rem;
  line-height: 1.5;
}

.request-block {
  min-height: 21.25rem;
  width: 100%;
  background: url("/assets/images/bg.svg") bottom left/contain repeat-x;
  background-color: #c5b5e880;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5em;
}

.question {
  color: #333;
  font-family: Comic Sans MS;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.request-text {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

/* Themes */

.design1,
.design2 {
  position: relative;
  height: 270px;
}

.design1 img,
.design2 img {
  object-fit: cover;
}

.design1-img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 70%;
}

.design1-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.design1-img3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 30%;
  object-fit: cover;
}

.design2-img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 40%;
  z-index: 4;
}

.design2-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  height: 50%;
  z-index: 3;
}

.design2-img3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  height: 60%;
  z-index: 2;
}

.design2-img4 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 50%;
  z-index: 1;
}

#search-results .card-text {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 0.875rem;
  font-weight: 400;
}

#search-results .card-body {
  padding: 1em;
}

#themes .card {
  border: none;
}

#themes .card-body {
  padding-left: 0;
}

.theme-banner {
  height: 300px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.theme-banner-title {
  color: #fff;
  font-family: var(--comic-sans);
  font-size: 48px;
  line-height: 64px; /* 133.333% */
}

.theme-banner-text {
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.1;
  text-shadow: 1px 2px 3px #000000;
  text-align: center;
}

.flex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.theme-form {
  position: relative;
}

.theme-form .form-header {
  position: relative;
  margin-bottom: 2em;
}

.theme-form .form-select {
  min-width: 46em;
  height: 50px;
  background-color: #ffffff;
}

.theme-form .search-btn {
  right: 10px;
  top: 3px;
  width: 45px;
  height: 45px;
}

.grid .row {
  min-height: 300px;
}

.banner-img1 {
  height: 40%;
  width: 50%;
  object-fit: cover;
  left: 0;
  top: 0;
  object-position: center top;
}

.banner-img2 {
  height: 60%;
  width: 50%;
  object-fit: cover;
  left: 0;
  bottom: 0;
}

.banner-img3 {
  height: 60%;
  width: 50%;
  object-fit: cover;
  right: 0;
  top: 0;
}

.banner-img4 {
  height: 40%;
  width: 50%;
  object-fit: cover;
  right: 0;
  bottom: 0;
  object-position: center top;
}

.banner-img5 {
  height: 60%;
  width: 50%;
  object-fit: cover;
  left: 0;
  top: 0;
}

.banner-img6 {
  height: 40%;
  width: 50%;
  object-fit: cover;
  left: 0;
  bottom: 0;
  object-position: center bottom;
}

.banner-img7 {
  height: 40%;
  width: 50%;
  object-fit: cover;
  right: 0;
  top: 0;
  object-position: center top;
}

.banner-img8 {
  height: 60%;
  width: 50%;
  object-fit: cover;
  right: 0;
  bottom: 0;
}

.abs-banner {
  width: 101%;
  height: 100%;
  left: -1%;
  top: 0;
  background-color: #00000040;
  z-index: 55;
}

.card-text {
  color: var(--body-grey);
}

.teddy {
  left: 3vw;
  bottom: 0;
}

.little-thinker {
  right: 100px;
  bottom: 0;
}

/* about us */
.about-content {
  padding: 5% 0;
}

.about-head {
  color: #ffb700;
  font-family: var(--comic-sans);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.about-text {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.7;
}

#team {
  background-color: #f7f7f7;
  padding: 2% 0;
}

.intro-block {
  display: flex;
  flex-direction: column;
}

#our-team {
  padding-top: 5%;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

#filters {
  background-color: #ffffff;
  width: 400px;
  min-height: 500px;
  z-index: 500;
  position: fixed;
  top: 3%;
  left: 2%;
  border-radius: 15px 15px 0 0;
  box-shadow: 1px 3px 5px #00000060;
}

.otpInput {
  width: 40px;
  height: 40px;
  margin: 5px;
  text-align: center;
  font-size: 1.2em;
}

.link {
  color: #000 !important;
}

#filters.d-none,
.d-none {
  display: none !important;
}

#filters .head {
  color: #ffb700;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.1;
}

#filters .options {
  display: flex;
  flex-wrap: wrap;
}

.selected-filter {
  width: fit-content;
  padding: 0.25em 0.5em;
  border-radius: 100px;
  border: 1px solid var(--secondary-colors-soft-green, #bfe6c8);
  background: rgba(191, 230, 200, 0.2);
  display: flex;
  gap: 5px;
  color: var(--body-grey);
  font-size: 0.875rem;
  margin: 0.5em;
}

#filterList {
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
}

.border-1 {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #00000010;
  margin: 1em 0;
}

#filters .head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00000010;
  padding: 1em;
  margin-bottom: 1em;
}

.filter-type {
  color: #5d5fef;
  font-family: var(--baloo-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
}

.filter-option {
  padding: 0.35em;
  border-radius: 150px;
  border: 1px solid black;
  display: inline-block;
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 3px;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
}

.selected-option {
  background-color: #1d4ed8;
  color: #ffffff;
  border-color: #1d4ed8;
}

.color-option {
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 50%;
  margin-right: 5px;
}

.green {
  border: 1px solid #bfe6c8;
  background: #bfe6c8;
}

.orange {
  background: #ffb700;
}

.purple {
  background: #c5b5e8;
}

.pink {
  background: #ff487a;
}

.all-filters {
  height: 90vh;
  overflow: scroll;
  padding-bottom: 5em;
}

.all-filters > div {
  padding: 0 1em;
}

.all-filters::-webkit-scrollbar {
  display: none;
}

.accordion-button {
  padding: 0.5em;
}

#filters .close {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.25em;
  border-radius: 50%;
  box-shadow: 1px 2px 3px #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 8px #000;
}

.member {
  display: flex;
}

.member-info {
  padding: 5% 0;
  margin-left: 2em;
}

.member-info p {
  color: #777;
  font-family: var(--baloo-font);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.team-heading {
  color: #ff487a;
  font-family: var(--comic-sans);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

.member-image {
  max-width: 11.25rem;
  height: auto;
}

.img-column {
  display: flex;
  flex-direction: column;
}

.img-column img {
  margin-bottom: 1em;
}

.member-name {
  color: #11d6e1;
  text-align: center;
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.8px;
  margin: 0.5em 0 0 0;
}

.member-post {
  color: #777;
  text-align: center;
  font-family: var(--baloo-font);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

#faq {
  padding: 5% 0;
}

.faq-head {
  color: var(--body-grey);
  font-family: var(--comic-sans);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}

/* search results page */
.address {
  margin: 1em 0;
  display: flex;
}

.results-text {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1em;
}

.results-count {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.37;
  margin-left: 0.5em;
}

.search-input option {
  position: absolute;
  border: none;
}

.filter-button {
  display: inline-flex;
  padding: 8px 12px;
  align-items: flex-start;
  gap: 12px;
  border: none;
  border-radius: 5px;
  /* box-shadow: 0 0 8px #00000020; */
}

#contact {
  padding: 5% 0;
}

.contact-design {
  min-height: 80vh;
  background: url("/assets/icons/contact-design.png"),
    url("/assets/images/contact-bg.png");
  background-position: bottom right, center;
  background-size: 12vw, cover;
  background-repeat: no-repeat;
  border-radius: 15px 15px 0 15px;
  padding: 2em 2em;
  color: #ffffff;
}

.contact-details {
  min-height: 400px;
  padding-top: 3em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-details div {
  color: #ffffff;
}

.contact-details .nav li {
  min-height: 50px;
}

.contact-details .icon {
  width: 25px;
  margin: 0.5em;
  margin-right: 1em;
  object-fit: cover;
}

.social {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  padding-left: 0;
}

.column-80 {
  width: 80%;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 1px 2px 10px #00000040, -1px -2px 10px #00000040;
}

.bg-theme {
  background-color: #fefefe;
}

#contact form {
  padding: 1em 2em;
  border-radius: 15px;
  background-color: #ffffff;
}

.align-right {
  text-align: right;
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  background-color: #ffffff;
  color: #000000;
}

.about-explore {
  top: 0;
  width: 15vw;
  height: 10vw;
  left: 11vw;
  background: url("/assets/icons/shine.png") top/contain no-repeat;
  display: flex;
  align-items: center;
  padding-left: 1em;
}

.raindrop {
  color: #fff;
  text-align: center;
  /* Comic sans headlines/Comic H6 */
  font-family: var(--comic-sans);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 155.556% */
  margin-bottom: 0;
}

/* signup page */
#signup {
  padding: 5% 0;
  min-height: 100vh;
  background: url("/assets/images/rainbow-bg.png") center/cover no-repeat;
}

#signup .column50 {
  width: 70%;
  height: 90vh;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.column50 .logo {
  margin-bottom: 1em;
}

.tag-line {
  color: #fff;
  font-family: var(--comic-sans);
  font-size: 1.25rem;
  line-height: 1.5; /* 150% */
}

#inputs {
  margin-bottom: 1em;
}

#inputs .input {
  width: 50px;
  height: 55px;
  margin: 0 10px;
  text-align: center;
  font-size: 36px;
}

.input:focus {
  border-bottom: 3px solid orange;
  outline: none;
}

.signup-form {
  padding: 2em;
  min-height: 500px;
  border-radius: 15px;
}

.signin-form {
  padding: 2em;
  min-height: 500px;
  border-radius: 15px;
}

.page-link {
  color: #1d4ed8;
  font-family: var(--baloo-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.375rem;
  display: inline;
}

.page-link:hover {
  color: #1d4ed8;
}

.btn-dark {
  background-color: #000000;
}

.icon-sm {
  width: 30px;
  margin-right: 1em;
}

.login-options {
  display: flex;
  gap: 1.25rem;
}

.option {
  width: 40px;
}

#signup-form {
  padding-bottom: 5em;
}

#signin .icon {
  width: 2.1875rem;
  margin-right: 1em;
}

.social-login-buttons button {
  width: 100%;
  margin-bottom: 1em;
}

.verify-form {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.verify-form .page-link {
  display: block;
  margin-bottom: 1em;
}

.verify-form .icon-sm {
  width: 50px;
  margin-bottom: 1em;
}

.verify-form .profile {
  margin-right: 0;
}

.verify-form .icon-sm {
  margin-bottom: 0;
}

.pl-3em {
  padding-left: 3em;
}

.verify-title {
  color: #000;
  font-family: var(--baloo-font);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.verify-text {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22;
}

.btn-white {
  width: 100%;
  border: 1px solid #000000;
}

.btn-white:focus,
.btn-white:hover {
  border: 1px solid #000000;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1em 0;
}

.line {
  display: block;
  width: 45%;
  border: 1px solid #00000040;
  height: 1px;
}

.highlighted {
  color: #1d4ed8;
  font-size: 18px;
  line-height: 1.375rem;
}

/* Prefooter */

#pre-footer {
  background: url("/assets/images/prefooter.png") center/cover no-repeat;
}

.explore-light {
  width: 150px;
  height: 150px;
  background: url("/assets/icons/exclude-light.svg") center/contain no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 25%;
}

.explore-light p {
  margin-bottom: 0;
  color: #333;
  font-family: var(--baloo-font);
  font-size: 1.375rem;
  line-height: 1.1;
}

.minh-550 {
  min-height: 550px;
}

/* Account settings */

.page-heading {
  padding: 2em 0 1em 0;
}

.page-heading .heading-main {
  color: var(--body-grey);
  font-family: var(--comic-sans);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.page-heading .head-text {
  color: var(--body-grey);
  font-family: var(--baloo-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33;
}

.form-head {
  color: var(--body-grey);
  font-family: "baloo-semi-bold", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 1em;
  background-color: rgba(191, 230, 200, 0.5);
}

.form-container {
  padding: 2em;
}

.btn {
  min-width: 150px;
  padding: 0.5em 1em;
}

.btn-primary {
  background: #1d4ed8;
}

.btn-learn {
  border: 1px solid #000000;
  margin-right: 1em;
}

.btn-learn:hover,
.btn-learn:active {
  border: 1px solid #000000;
  box-shadow: 1px 2px 3px #00000080;
}

.final-btns {
  margin-top: 2em;
}

.settings-display {
  border-radius: 8px;
  background: #ffffff;
  /* Small */
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 2em;
}

.delete-account {
  padding: 2em;
}

.profile {
  position: relative;
  width: fit-content;
  margin-right: 2em;
}

.picture {
  width: 80px;
  border-radius: 50%;
}

.edit {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #00997e;
  padding: 0.25em;
  border-radius: 50%;
}

.info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info p {
  margin-bottom: 0;
}

.bold {
  color: #000000;
  font-family: "baloo-semi-bold", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#account-settings input,
#account-settings select {
  padding-left: 3em;
}

.user-icon,
.date-icon,
.mail-icon,
.phone-icon,
.key-icon,
.view-icon {
  position: relative;
}

.user-icon::before,
.mail-icon::before,
.date-icon::before,
.phone-icon::before,
.key-icon::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  bottom: 0.75vw;
  left: 1vw;
  z-index: 75;
}

.view-icon::after {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  bottom: 0.75vw;
  right: 1vw;
  z-index: 75;
}

.view-icon::after {
  background: url("/assets/icons/view.png") center/contain no-repeat;
}

.user-icon::before {
  background: url("/assets/icons/user.png") center/cover no-repeat;
}

.mail-icon::before {
  background: url("/assets/icons/email-grey.svg") center/contain no-repeat;
}

.date-icon::before {
  background: url("/assets/icons/calendar.svg") center/contain no-repeat;
}

.phone-icon::before {
  background: url("/assets/icons/phone.svg") center/contain no-repeat;
}

.key-icon::before {
  background: url("/assets/icons/key.svg") center/contain no-repeat;
}

/* Product Request */
#request-form {
  padding: 5% 0;
  background: url("/assets/images/request-bg.png") right top/28vw no-repeat;
  background-color: #ffffff80;
  background-blend-mode: lighten;
}

.request-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.red {
  color: red;
}

.form {
  padding: 2em;
  padding-left: 4em;
}

.text-area {
  height: 150px;
  resize: none;
}

#pre-footer {
  padding: 2em 0;
}

#pre-footer .text {
  padding-top: 3em;
}

.intro-themes,
.footer-text {
  color: #fff;
  font-family: var(--baloo-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.25em;
  text-shadow: 1px 2px 3px #000000;
}

.prefoot-head {
  color: #ffffff;
  font-family: var(--comic-sans);
  font-size: 2.2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

/* Footer */
footer {
  background-color: var(--footer-bg);
}

.footer-nav-title {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: var(--baloo-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
}

footer .nav-link {
  color: #fff !important;
  font-family: var(--baloo-font);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}

footer .icon {
  width: 25px;
  margin: 0.5em;
  object-fit: cover;
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@media all and (min-width: 1440px) {
  .limit-change {
    max-width: 90%;
  }

  .minh-row {
    min-height: 800px;
  }

  .graph1 {
    top: 12em;
    left: -5.8em;
    border: 8px solid #fff;
    border-radius: 8px;
  }

  .graph-col .img4 {
    width: 18em;
  }

  .graph-col .img1 {
    width: 21em;
  }

  .graph2 {
    width: 25em;
    height: 25em;
    left: 12em;
    top: 12em;
  }

  .graph-col .img2 {
    width: 22em;
    top: -7em;
    left: 3em;
  }

  .graph3 {
    width: 20em;
    height: 20em;
    left: -0.5em;
    top: 26em;
  }

  .graph-col .img3 {
    width: 14em;
    top: -2vw;
    left: 5vw;
  }

  .graph4 {
    left: 14em;
    top: 32em;
  }
}

@media all and (min-width: 1700px) {
  .minh-550 {
    min-height: 650px;
  }
}

@media all and (max-width: 992px) {
  .navbar form {
    margin-top: 1em;
  }

  .header-options {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
  }
}

@media all and (max-width: 1200px) {
  .main-title {
    padding-right: 0;
  }

  .graph-col {
    margin-top: 3em;
  }

  .exclude {
    width: 11.25rem;
    height: 11.25rem;
  }

  .category-box .count {
    font-size: 45px;
  }
}

@media all and (max-width: 991px) {
  .change .row {
    flex-direction: column-reverse;
  }

  .heart-btn {
    margin-bottom: 0.5em;
  }

  .graph-col {
    min-height: 250px;
    width: 80%;
    margin-left: auto;
  }

  .banner-bg3 {
    bottom: -10vw;
  }

  .category-box {
    height: 100%;
    width: 60%;
    min-height: 600px;
  }

  .theme-form .form-select {
    min-width: 40em;
  }
}

@media all and (max-width: 768px) {
  .graph-col {
    min-height: 400px;
  }

  .teddy,
  .little-thinker {
    display: none;
  }

  .banner-bg1 {
    width: 12vw;
  }

  .banner-bg2 {
    width: 22vw;
  }

  .text-col {
    padding-top: 0;
    padding-right: 0;
  }

  .theme-form .form-select {
    min-width: 26em;
  }

  .theme-form .search-btn {
    right: 2px;
  }

  .minh-row {
    min-height: 500px;
  }

  .category-box {
    min-height: 500px;
  }

  #pre-footer {
    background-size: contain;
    background-color: #152b47;
    background-position: bottom;
  }

  .explore-light p {
    font-size: 18px;
  }

  .minh-550 {
    min-height: 300px;
  }

  .pad-md-0 {
    padding: 0;
  }

  .form {
    padding: 2em;
  }

  .contact-design {
    border-radius: 15px 15px 0 0;
  }

  #contact form {
    border-radius: 0 0 15px 15px;
    box-shadow: 1px 2px 3px #00000080;
  }

  .about-explore {
    width: 22vw;
    height: 14vw;
    background: url(/assets/icons/shine.png) top/cover no-repeat;
  }

  #pre-footer .container {
    max-width: 90%;
  }

  .explore-light {
    width: 11.25rem;
    height: 11.25rem;
    left: 25%;
    top: 39%;
  }

  .navigation-lg {
    display: none !important;
  }

  .navigation-sm {
    display: flex !important;
  }

  .header-options {
    flex-direction: row;
    justify-content: flex-end;
  }

  .flex-between {
    width: 100%;
    align-items: center;
  }

  .navbar-toggler {
    margin-right: 1em;
  }

  #request-form {
    background-position: right bottom;
    background-size: 100vw;
  }

  .navbar .form-header {
    margin-bottom: 1em;
  }
}

@media all and (max-width: 650px) {
  .main-title {
    font-size: 1.75em;
  }

  .graph-col {
    min-height: 350px;
  }
}

@media all and (max-width: 576px) {
  footer {
    padding: 10%;
  }

  .graph-col {
    width: 72%;
    min-height: 300px;
  }

  .text-col {
    padding: 0 5%;
  }

  .theme-form .form-select {
    min-width: 18em;
  }

  .intro-themes {
    font-size: 1rem;
  }

  .prefoot-head {
    font-size: 2em;
  }

  .explore-light {
    width: 100px;
    height: 100px;
    right: 4%;
    top: 46%;
    padding-right: 0.25em;
  }

  .explore-light p {
    font-size: 1rem;
  }
}

@media all and (max-width: 409px) {
  .btn-learn,
  .delete {
    margin-right: 1em !important;
    margin-bottom: 1em;
  }

  .graph-col {
    min-height: 21.25rem;
  }

  .category-box {
    height: 100%;
    width: 60%;
    min-height: 400px;
  }

  .main-title-bk {
    margin-bottom: 2em;
    text-shadow: 1px 2px 3px white;
  }
}
