html,
body {
    height: 100%;
    background: #f2f2f2;
    font-size: 16px; /* Base font size */


}
h5{
    font-family: "Noto Serif Sinhala", serif !important;
    font-optical-sizing: auto;
    font-weight:900  !important;
    font-style: normal;
}
h5{
    font-family: "Noto Serif Sinhala", serif !important;
    font-optical-sizing: auto;
    font-weight:600  !important;
    font-style: normal;
}
p{
    font-family: "Noto Serif Sinhala", serif !important;
    font-optical-sizing: auto;
    font-weight:500  !important;
    font-style: normal;   
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* Controls
---------------------------------------------------------------------- */

.controls {
    margin-bottom: 2rem;
    /* padding: 1rem; */
    background: #333;
    /* font-size: 0.1px; */
}
#mb{
    margin-bottom: 6rem;
   height:6rem;
    
}
}
.control {

    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 2.7rem; */
    /* height: 2.7rem; */
    background: #444;
    cursor: pointer;
    /* font-size: 0.1px; */
    color: white;
    transition: background 150ms;
}

.control:hover {
    background: #3f3f3f;
}

/* .control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
} */

/* .control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
} */

.control.text {
    width: auto;
    /* height: auto; */
    padding: 0 1rem;
    font-size: .9rem;
    /* height: 2.7rem; */
    font-weight: 800;
    color: white;
    margin-left: .75rem;
}

.control.text:after {
    display: none;
}

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    background: #393939;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 0 3px 3px 0;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

.control[data-filter=".green"] {
    color: #91e6c7;
}

.control[data-filter=".blue"] {
    color: #5ecdde;
}

.control[data-filter=".pink"] {
    color: #d595aa;
}

.control[data-filter="none"] {
    color: #2f2f2f;
}

/* Container
---------------------------------------------------------------------- */

.container-fluid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    gap: 2rem 2rem; 
    /* justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe; */
    /* align-content: stretch ;
    align-items: stretch; */

    /* padding: 1rem; */
    /* text-align: justify; */
    /* font-size: 0.1px; */
}
.card{
    /* margin-top: 2rem; */
    width:100%;;
    max-width: 20rem;
    height: 35rem;
    overflow: hidden;
    /* min-width: 15rem; */
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.75);
}
.mix{
    max-width: 20rem;
}
/* Target Elements
---------------------------------------------------------------------- */

/* .mix {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    border-top: .5rem solid currentColor;
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;

    backface-visibility: hidden; 
    will-change: transform, opacity; 
}

.mix:before {
    content: '';
    display: inline-block;
    padding-top: 56.25%;
}

.mix.green {
    color: #91e6c7;
}

.mix.pink {
    color: #d595aa;
}

.mix.blue {
    color: #5ecdde;
}

.mix.pink:before {
    padding-top: 75%;
}

.mix.blue:before {
    padding-top: 100%;
} */

/* Grid Breakpoints
---------------------------------------------------------------------- */


h1 {
    font-size: 1rem !important;
}

html {
    background-image: url(patternb.jpg);
    background-repeat: repeat;
    font-family: "Montserrat", sans-serif;
}

.heading {
    margin: 0;
    padding: 0;
    text-align: center;
    background: black;
    color: wheat;
    color: rgba(0, 0, 0, .6);
    background: #6e6e6e;
    text-shadow: 3px 2px 3px rgba(255, 255, 255, .2);
}

h1 {
    margin: 0;
    color: rgba(0, 0, 0, .6);
    background: #6e6e6e;
    text-shadow: 3px 2px 3px rgba(255, 255, 255, .2);
    /* font-size: 2rem; */
}

.htext {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* 2 Columns */

a {
    margin: 0;
    padding: 0;
    color: black !important;
    text-decoration: none;
    text-decoration: none !important;
    

}
a:hover {
    margin: 0;
    padding: 0;
    color: black;
    text-decoration: none !important;
    box-shadow: 0px 0px 10px 2px rgb(96, 96, 96);
}

@media screen and (min-width: 401px) {
    .container-fluid {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
      
          
    }
    h1 {
        font-size: 1.2rem !important;
    }

}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .container-fluid {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

          
    }

    h1 {
        font-size: 1.5rem !important;
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .container-fluid {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;

          
    }
    h1 {
        font-size:2rem !important;
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .container-fluid {

        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    h1 {
        font-size: 2.5rem !important;
    }  
}