@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(39, 170, 135, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.btn-close {
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2327AA87'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

body {
  font-family: 'Roboto';
  background-color: white;
}

.primary-btn {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #27aa87;
  --bs-btn-border-color: #27aa87;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #229974;
  --bs-btn-hover-border-color: #229974;
  --bs-btn-focus-shadow-rgb: 39, 170, 135;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #1d886a;
  --bs-btn-active-border-color: #1d886a;
}

.primary-btn {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: #27aa87;
  --bs-btn-border-color: #27aa87;
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #229974;
  --bs-btn-hover-border-color: #229974;
  --bs-btn-focus-shadow-rgb: 39, 170, 135;
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #1d886a;
  --bs-btn-active-border-color: #1d886a;
}

.secondary-btn{
  --bs-btn-color: #fff;
--bs-btn-bg: #3663BE;
--bs-btn-border-color: #3663BE;
--bs-btn-hover-color: #fff;
--bs-btn-hover-bg: #2d54a1;
--bs-btn-hover-border-color: #2a4f97;
--bs-btn-focus-shadow-rgb: 84, 122, 200;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: #2a4f97;
--bs-btn-active-border-color: #274a8d;
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: #3663BE;
--bs-btn-disabled-border-color: #3663BE;
}

.search-btn.btn-light {
  color: #27aa87;
}

.primary-bg {
  background-color: #27aa87;
  color: white;
}

.footer-bg {
  background-color: #085374;
  color: white;
}

.secondary-bg {
  background-color: #3663be;
  color: white;
}

.theme-card {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 80px;
  align-content: center;
}

.custom-card{
  --bs-card-bg: #F2F6F8;
  --bs-card-border-radius: 6px
}

.custom-card-body {
  align-content: center;
}

.custom-card-text{
  color: #3663BE;
}

.carousel-control {
  margin-top: 75px;
}

.dropdown-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.41px;
}

.offcanvas-category {
  font-size: 20px;
  font-weight: 700px;
  line-height: 38px;
}

.offcanvas-item {
  font-size: 15px;
  line-height: 20px;
}

.input-group.mobile-search {
  width: auto;
}

.divider {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 15px;
  margin-top: 15px;
}

.breadcrumb-divider{
--bs-breadcrumb-divider: '•';
}

.breadcrumb{
--bs-breadcrumb-divider-color:#56AD3D ;
font-size: 13px
}

.coloring-page-text{
  font-size: 12px;
}

.download-text{
  font-size: 20px;
}

.social-container{
  align-items: center;
}
/* sm */
@media (max-width: 576px) {
  .logo-img {
    max-width: 250px;
  }

  .home-banner {
    max-height: 152px;
  }
}
/* md */
@media (min-width: 576px) {
  .home-banner {
    max-height: 152px;
  }

  .social-image{
    max-height:28px
  }
}
/* lg */
@media (min-width: 768px) {
  .input-group.search-input {
    max-width: 300px;
  }

  .home-banner {
    max-height: 130px;
    /* object-fit: cover; */
  }
}
/* xl */
@media (min-width: 992px) {
  .social-image{
    max-height: 40px;
  }
}


.carousel-card{
  margin: 0 0.5em;
}

.img-wrapper { 
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
  } 
}
.carousel-inner {
  padding: 1em;
}
.card { 
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}

.carousel-control-prev,
.carousel-control-next {
  width: 6vh;
  height: 6vh;
  background-color: #2464C4;
  /* border-radius: 50%; */
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 0.8;
}


h2.card-text {
    font-size: 16px; /* Set the same size as the original p tag */
    font-weight: bold; /* Keep bold if needed */
    text-align: center;
    color: white;
    margin-bottom: 0;
}

h3.card-text {
    font-size: 16px; /* Set the same size as the original p tag */
    font-weight: bold; /* Keep bold if needed */
    text-align: center;
    color: white;
    margin-bottom: 0;
}

.category-section h3 {
    margin-top: 0; /* Same as p */
    margin-bottom: 1rem; /* Same as p */
    display: block; /* Ensures it behaves like a block element */
    margin-block-start: 1em; /* Similar to user-agent stylesheet for <p> */
    margin-block-end: 1em; /* Similar to user-agent stylesheet for <p> */
    margin-inline-start: 0px; /* Inline start margin like p */
    margin-inline-end: 0px; /* Inline end margin like p */
    font-size: 16px; /* Matches size of the p element */
    font-weight: bold; /* Keep bold */
    text-align: left; /* Same alignment as p */
    color: #3663BE; /* Retain the text-dark color */
    box-sizing: border-box; /* Include padding and border in the element's total width/height */
}




