/* @font-face {
    font-family: Tajawal;
    src: url(../fonts/ArbFONTS-Tajawal-Regular.ttf);
    font-weight: lighter;
} */

@font-face {
    font-family: UthmanTN;
    src: url(../fonts/UthmanTN1-Ver10.otf);
    font-weight: normal;
}

@font-face {
    font-family: UthmanTN;
    src: url(../fonts/UthmanTN1B-Ver10.otf);
    font-weight: bold;
}

@font-face {
    font-family: Hafs;
    src: url(../fonts/UthmanicHafs1-Ver09.otf);
    font-weight: normal;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-Light.ttf);
    font-weight: light;
}

@font-face {
    font-family: Almarai;
    src: url(../fonts/Almarai-ExtraBold.ttf);
    font-weight: bolder;
}

body {
    font-family: "Almarai", sans-serif;
    background-color: #fff !important;
    font-weight: normal;
}

.quick-box-shadow {
    box-shadow: 0px 2px 5px #cbcbcb;
}

.header-search-container {
    width: 60vh;
}

@media (max-width: 1369px) {
    .header-search-container {
        width: 55vh;
    }
}

@media (max-width: 1280px) {
    .header-search-container {
        width: 45vh;
    }
}

.home-title {
    font-size: 3rem;
    font-weight: normal !important;
}

.home-subtitle {
    font-size: 3rem;
    letter-spacing: initial !important;
    font-weight: normal !important;
}

.header-search-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-search-group input {
    padding-top: 0.5rem;
    padding-left: 50px;
    padding-bottom: 0.5rem;
    padding-right: 15px;
    border-radius: 3rem;
    border-color: transparent;
    background-color: #ececec;
}

.header-search-group .input-group-append {
    position: absolute;
    left: 0;
}

.header-search-group .btn {
    text-transform: none;
    line-height: 20px;
    font-weight: normal;
}

.home-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-image: url("../images/wall.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-primary {
    color: var(--theme-color);
}

.home-input-group {
    margin: auto;
    width: 90%;
    display: flex;
    background-color: white;
    border-radius: 2rem;
    justify-content: space-between;
    align-items: center;
}

.home-input-group span {
    color: #787878;
}

.home-input-group:hover {
    cursor: pointer;
}

.category-image {
    width: 7rem;
}

.subscribe-form .form-control {
    border-radius: 3rem;
}

.analytics-cycle-box .product-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.analytics-cycle-box .product-detail .content-wrapper h4 {
    font-size: 2.5rem;
}

.mt-6 {
    margin-top: 5rem;
}

.mt-7 {
    margin-top: 6rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.mb-7 {
    margin-bottom: 6rem;
}

.ih-services {
    margin-top: -130px;
}

.ih-services .service-block {
    flex-direction: column;
    padding: 1rem;
    background-color: white;
    border-radius: 1rem;
    margin-left: 0.1rem;
    margin-bottom: 0.5rem;
    border-right: none;
    box-shadow: 0px 2px 5px #cbcbcb;
}

.ih-services .service-block img {
    margin: 0;
}

.ih-services .service-block .media-body h4 {
    line-height: 1.5rem;
}

.cycle-box-sperator {
    background-color: #cecece;
}

.ih-item-box .product-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ih-item-box .product-detail .box-content {
    padding-left: 2rem;
}

.ih-item-box .product-detail .box-actions a {
    padding: 1rem 1.2rem;
    color: white;
    background-color: var(--theme-color);
    border-radius: 5rem;
}

.ih-enc-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.ih-enc-item .img-wrapper {
    z-index: 1;
    padding: 1.2rem;
    background-color: white;
    border-radius: 2rem;
    box-shadow: 0px 2px 5px #cbcbcb;
}

.ih-enc-item .content-wrapper {
    background-color: white;
    color: var(--theme-color);
    border-radius: 1.5rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
    padding-right: 3rem;
    margin-right: -30px;
    box-shadow: 0px 2px 5px #cbcbcb;
}

.ih-enc-item .content-wrapper .actions a {
    padding: 1rem 1.2rem;
    border-radius: 2rem;
    color: white;
    background-color: var(--theme-color);
}

.ih-top-header {
    background-color: white !important;
}

.ih-top-menu {
    z-index: 10;
}

.ih-bottom-menu {
    height: 50px;
    padding-top: 0rem;
    padding-left: 0rem;
    padding-bottom: 0rem;
    padding-right: 1rem;
}

#burger-btn {
    display: inline-block;
    padding: 0.5rem;
    background-color: white;
    border-radius: 0.7rem;
}

#main-menu li a {
    text-transform: none;
}

.top-language-btn {
    color: #787878;
    display: flex;
    padding: 0.7rem 1rem;
    background-color: white;
    border-radius: 3rem;
    align-items: center;
    align-content: center;
    text-transform: none;
}

.top-header-links {
    display: inline-block;
    padding-right: 1rem;
}

.top-header-links li {
    padding: 0 1rem;
    /* border-left: 1px solid #787878; */
}

.top-header-links li:last-child {
    border-left: none;
}

.top-header-links li a {
    color: #787878;
    font-size: medium;
    font-weight: bold;
}

.flex-center {
    display: flex;
    align-items: center;
}

.feather-16 {
    width: 16px;
    height: 16px;
}

.feather-24 {
    width: 24px;
    height: 24px;
}

.feather-32 {
    width: 32px;
    height: 32px;
}

.mobile-search-btn {
    width: 40px;
    height: 40px;
}

.lang-search-results ul li {
    margin-left: 1rem;
    margin-bottom: 2rem;
}

#languagesModal {
    padding: 0 !important;
}

#languagesModal .modal-dialog,
#languagesModal .modal-content {
    margin: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
}

.lang-result-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--theme-color);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.lang-result-item .lang-item-content {
    display: flex;
    align-items: center;
}

.lang-result-item .lang-icon-wrapper {
    background-color: var(--theme-color);
    color: white;
    padding: 13px 15px;
    border-radius: 50%;
    font-weight: bold;
    margin-left: 0.8rem;
}

.lang-result-item .lang-desc-wrapper h4 {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0;
    color: var(--theme-color);
    font-weight: bold;
}

.lang-result-item .lang-desc-wrapper span {
    font-size: 12px;
}

.home-lang-btn {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.home-input-group span {
    font-size: 1rem;
}

#search-overlay {
    position: absolute;
}

.fa-angle-right:before {
    content: "";
}
.fa-angle-left:before {
    content: "";
}

.ih-enc-item .content-wrapper .text-content h4 {
    color: var(--theme-color);
    font-weight: bold;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    .hide-on-mobile {
        display: none;
    }

    .ih-top-header {
        padding: 0rem 1rem !important;
    }

    .home-title {
        font-size: 2rem;
    }

    .home-subtitle {
        font-size: 1.3rem;
    }

    .title1 .title-inner1 {
        font-size: 1rem;
        padding-right: 4rem;
    }

    .title1 .title-inner1:after {
        width: 50px;
    }

    .ih-services {
        margin-top: -50px;
    }

    .slider-contain,
    .slider-contain > div {
        margin-top: 1rem !important;
    }

    .ih-enc-item {
        flex-direction: column;
        background-color: white;
        color: var(--theme-color);
        border-radius: 1.5rem;
        display: flex;
        width: 100%;
        padding: 2rem;
        box-shadow: 0px 2px 5px #cbcbcb;
        flex-direction: column;
        align-items: center;
    }

    .ih-enc-item .img-wrapper {
        box-shadow: none;
        padding: 0;
        border: none;
    }

    .ih-enc-item .content-wrapper {
        box-shadow: none;
        border: none;
        margin-left: 0px;
        margin-top: 0px;
        flex-direction: column;
        align-items: center;
        padding: 2rem 0rem;
        margin-right: 0;
    }

    .ih-enc-item .content-wrapper .text-content {
        text-align: center;
    }

    .slick-arrow {
        display: none !important;
    }
}

@media only screen and (max-width: 380px) {
    .mobile-search-btn {
        width: 30px;
        height: 30px;
    }

    .top-language-btn {
        padding: 0.2rem;
    }
}

.header-logo {
    height: auto;
    max-width: 14rem;
}

.contact-us-btn {
    background-color: var(--theme-color) !important;
    color: white;
}

.contact-us-btn i {
    color: white;
}

footer p {
    color: var(--text-color);
}

.footer-theme .sub-title h4 {
    color: var(--text-color);
}

.footer-theme .sub-title li a {
    color: var(--text-color);
}

.sub-footer {
    background-color: var(--theme-color);
}

.footer-end {
    border-top: white 1px solid;
}

h2 {
    text-transform: none;
    color: var(--theme-color);
    font-weight: bold;
}

h3 {
    color: var(--theme-color);
    font-weight: bold;
}

.btn-solid {
    background-image: none;
    background-color: var(--theme-color);
    letter-spacing: normal;
}

.btn {
    text-transform: none;
}

.home-links-section a {
    color: darkslategrey;
}
.home-links-section a:hover {
    color: var(--theme-color);
}

.home-section {
    -webkit-border-radius: 0 0 5rem 5rem;
    -moz-border-radius: 0 0 5rem 5rem;
    border-radius: 0 0 5rem 5rem;
    padding-bottom: 3rem;
}
.home-slider {
    padding-top: 10vh;
}

.home-slider .home,
.center-slider .home {
    height: auto;
}

.search-icon {
    all: unset;
    color: grey;
    position: absolute;
    left: 0;
    height: -webkit-fill-available;
    display: flex;
    align-items: center;
    z-index: 3;
}

.search-icon:hover {
    cursor: pointer;
}

.actions-section {
    background-color: rgb(242, 242, 242);
    padding: 0.3rem 0;
    border-radius: 10rem;
}

.actions-section ul li {
    padding: 0 1rem;
    border-left: 1px solid #787878;
}

.actions-section ul li:last-child {
    border: none;
}

.actions-section a {
    color: darkslategrey;
}

.actions-section a:hover {
    color: var(--theme-color);
}

.progress-bar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
        conic-gradient(var(--theme-color) 75%, #eee 0);
    color: var(--theme-color);
    font-size: 24px;
    font-weight: 600;
}

footer {
    margin-bottom: 0;
}

.bounded-height {
    max-height: 40vh;
    overflow: auto;
}

.tap-top {
    border: white 1px solid;
}

.surah {
    margin-bottom: 1rem;
}

.surah:hover {
    background-color: var(--theme-color);
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.surah:hover * {
    color: white;
    transition: 0.3s ease-in-out;
}

.surah-prev {
    border-radius: 0 8rem 8rem 0;
}

.surah-next {
    border-radius: 8rem 0 0 8rem;
}

.surah h3 {
    color: lightslategrey;
}

.child-horizontal-spacing > * {
    margin-left: 1rem;
}

.child-horizontal-spacing > *:last-child {
    margin-left: 0;
}

.child-vertical-spacing > * {
    margin-bottom: 0.5rem;
}

.child-vertical-spacing > *:last-child {
    margin-bottom: 0;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.rounded {
    border-radius: 1rem !important;
}

.ayah {
    font-size: x-large;
    color: var(--theme-color);
    margin-top: 1rem;
    font-family: Hafs;
}

.translate-ayah {
    font-size: larger;
    display: flex;
    align-items: end;
}

.ayah-selector-button {
    border-radius: 50rem !important;
}

.ayah-selector-button:hover {
    background-color: var(--theme-color);
    color: white;
    transition: 0.3s ease-in-out;
}

.btn-solid:focus:hover {
    color: black !important;
}
.btn-solid:focus {
    color: white !important;
}

h2 {
    text-align: center;
}

@media (max-width: 480px) {
    .brand-logo img {
        height: 2rem !important;
    }
}

#search-overlay {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    background-color: rgb(255, 255, 255);
}

.dropdown-menu.show {
    display: grid;
}

.btn-solid:focus:hover {
    color: black !important;
}
.btn-solid:focus {
    color: white !important;
}

.rounded-start {
    border-radius: 0 8rem 8rem 0 !important;
}

.rounded-end {
    border-radius: 8rem 0 0 8rem !important;
}

.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.icon-next::before {
    font: var(--fa-font-solid);
    content: "\f053";
    display: none;
}

.icon-prev::before {
    font: var(--fa-font-solid);
    content: "\f054";
    display: none;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.row .cycle-box {
    height: 100%;
}

.custom-dropdown {
    margin-top: -1rem;
    padding-top: 1rem;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-radius: 0 0 1rem 1rem;
    max-height: 30vh;
}

.custom-dropdown li {
    border-bottom: 1px solid #d4d4d4;
    border-top: none;
    z-index: 10;
    padding: 0.5rem;
    width: 100%;
}

.custom-dropdown li:hover {
    background: #dedede;
}

@media (min-width: 991px) {
    .title-inner1 {
        text-wrap: nowrap;
    }
}

.surah h3 {
    font-weight: normal;
    padding: 0 1.5rem !important;
    line-height: 2rem;
}

select {
    border: 1px solid #ced4da;
}

.hamesh {
    text-align: start;
}

.selected-ul {
    background: var(--theme-color);
    color: white;
}

.btn-unselected {
    background: transparent;
    color: black;
}

.btn-unselected:hover {
    background: var(--theme-color);
    color: white;
}

.btn-group-prepend {
    border: 1px solid #ced4da;
    border-radius: 0 50rem 50rem 0 !important;
}

.btn-group-input {
    border-radius: 50rem 0 0 50rem !important;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden;
    min-width: 20rem;
    background-color: #aaa;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: auto;
    right: auto;
    top: 6%;
    border-radius: 20rem;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 3.5s;
    animation: fadein 0.5s, fadeout 0.5s 3.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }
    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }
    to {
        top: 0;
        opacity: 0;
    }
}

.logo-menu-part:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url("../images/pattern.jpg");
    background-size: cover;
    border-radius: 0 0 2rem 2rem;
}

.px-10 {
    padding: 0 5rem;
}

.quick-action-button {
    background-color: var(--theme-color);
    color: white;
}

.quick-action-button:hover {
    color: var(--theme-color);
    background-color: white;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

/* ----------------------------------------------------------------
	Toggle
-----------------------------------------------------------------*/

.toggle {
    display: block;
    position: relative;
    margin: 0 0 20px 0;
}

.toggle-header,
.accordion-header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    cursor: pointer;
    color: #444;
    font-size: 1rem;
    font-weight: 700;
}

.toggle-icon,
.accordion-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding: 0 5px;
    text-align: center;
}

.toggle-icon i,
.toggle-icon span {
    width: 1rem;
}

.toggle-title,
.accordion-title {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 5px;
}

.toggle:not(.toggle-active) > .toggle-header .toggle-open,
.toggle-active > .toggle-header .toggle-closed {
    display: none;
}

.toggle-active > .toggle-header .toggle-open {
    display: inline-block;
}

.toggle-content,
.accordion-content {
    display: none;
    position: relative;
    padding: 0.75rem 0;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/

.toggle-bg .toggle-header {
    background-color: #f3f3f3;
    margin: 0;
    padding: 0.75rem;
    border-radius: 2px;
}

.toggle-bg .toggle-content {
    padding: 1rem 0.75rem;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/

.toggle-border {
    border: 1px solid #ccc;
    border-radius: 4px;
}

.toggle-border .toggle-header {
    padding: 0.75rem;
    margin: 0;
}

.toggle-border .toggle-content {
    padding: 1rem;
    padding-top: 0;
}

/* Toggle - FAQs
-----------------------------------------------------------------*/

.faqs .toggle {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.faqs .toggle-content {
    padding-bottom: 10px;
}

.category-section {
    padding: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    align-items: end;
    display: flex;
    color: black;
}

.category-section:hover {
    background-color: rgba(57, 46, 175, 0.06);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.category {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.category:hover {
    background-color: var(--theme-color);
    color: white;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.category:hover * {
    color: white;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

@media (width > 768px) {
    .title-inner3::before {
        content: "";
        background: var(--theme-color);
        height: 0.1rem;
        width: 20%;
        display: inline-block;
        margin-left: 3rem;
    }

    .title-inner3::after {
        content: "";
        background: var(--theme-color);
        height: 0.1rem;
        width: 20%;
        display: inline-block;
        margin-right: 3rem;
    }
}



.book {
    border-bottom: 1rem solid var(--theme-color);
}

.table-header {
    background: var(--theme-color);
    color: white;
    font-size: large;
}

.btn-group-rounded button:first-of-type {
    border-radius: 0 50rem 50rem 0;
    border-left: 1px solid white;
}

.btn-group-rounded > button:last-of-type {
    border-radius: 50rem 0 0 50rem;
    border-right: 1px solid white;
}

.btn-check:checked + .btn-outline-primary,
.btn-outline-primary:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.btn-outline-primary {
    color: var(--theme-color);
    background-color: white;
    border-color: var(--theme-color);
}

.btn-check:checked + .btn-outline-primary:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-solid + .btn-outline-solid {
    background-image: none;
    color: var(--theme-color);
    background-color: transparent;
}

.HomeSearchOptions {
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    position: relative;
    flex-wrap: nowrap;
}

.HomeSearchOptions .SearchInCats {
    margin-left: auto;
}

.HomeSearchOptions .HomeSearchOption input {
    display: none;
}

.HomeSearchOptions .HomeSearchOption .custom-control {
    padding-left: 5px;
}

.HomeSearchOptions .HomeSearchOption .custom-control-label {
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.HomeSearchOptions .HomeSearchOption .custom-control-label:after {
    border: solid transparent;
    border-width: 10px 10px 0;
    bottom: -15px;
    top: auto;
    left: 50% !important;
    margin-left: -10px;
}

.HomeSearchOptions .HomeSearchOption .custom-control-label:before {
    position: absolute;
    border: none !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    z-index: -1;
    background: hsla(0, 0%, 100%, 0.15);
}

.HomeSearchOptions
    .HomeSearchOption
    .custom-control-input:checked
    ~ .custom-control-label:before {
    opacity: 1;
    border-color: #fff;
    background: var(--theme-color);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.HomeSearchOptions
    .HomeSearchOption
    .custom-control-input:checked
    ~ .custom-control-label:after {
    border-color: #fff transparent transparent;
}

.HomeSearchOptions
    .HomeSearchOption
    .custom-control-input:checked
    ~ .custom-control-label {
    border-radius: 30rem;
    color: white;
    text-shadow: none;
    background-color: var(--theme-color);
}

.HomeSearchOptions
    .HomeSearchOption
    .custom-control-input:checked
    ~ .custom-control-label:after {
    border: solid transparent;
    border-width: 10px 10px 0;
    bottom: -15px;
    top: auto;
    left: 50% !important;
    margin-left: -10px;
    background-color: var(--theme-color);
}

.accordion-button img,
.title-inner3 img {
    max-width: 2.5rem;
    margin-left: 1rem;
}

.title-inner3 {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.category-section img {
    max-width: 2rem;
    margin-left: 1rem;
}

.cycle-box {
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}

.info {
    font-size: smaller;
    color: black;
}

h4 {
    color: var(--theme-color);
    line-height: inherit;
}
.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active{
    padding: 0;
}

@media (width < 576px){
    h3 {
        font-size: 18px;
    }

    .category-section {
        font-size: 1rem;
    }
}
