/* radio button option css */

.customCheckBoxHolder {
        flex-wrap: wrap;
    /* margin: 0.3rem; */
    display: flex;
}

.customCheckBox {
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
    user-select: none;
    padding: .125rem .5rem;
    background-color: rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    color: rgba(255, 255, 255, 0.7);
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 300ms;
    transition-property: color, background-color, box-shadow;
    display: flex;
    /* height: 2rem; */
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 1px 0px inset, rgba(255, 255, 255, 0.17) 0px 1px 1px 0px;
    outline: none;
    justify-content: center;
    /* min-width: 3.5rem; */
}

.customCheckBox:hover {
    background-color: #2c2c2c;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.23) 0px -4px 1px 0px inset, rgba(255, 255, 255, 0.17) 0px -1px 1px 0px, rgba(0, 0, 0, 0.17) 0px 2px 4px 1px;
}

.customCheckBox .inner {
    font-size: 1.125rem;
    font-weight: 900;
    pointer-events: none;
    transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 300ms;
    transition-property: transform;
    transform: translateY(0px);
}

.customCheckBox:hover .inner {
    transform: translateY(-2px);
}

.customCheckBoxWrapper:first-of-type .customCheckBox {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem;
    border-right: 0px;
}

.customCheckBoxWrapper:last-of-type .customCheckBox {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem;
    border-left: 0px;
}

.customCheckBoxInput {
    display: none;
}

.customCheckBoxInput:checked+.customCheckBoxWrapper .customCheckBox {
    background-color: #34723f;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.23) 0px -4px 1px 0px inset, rgba(255, 255, 255, 0.17) 0px -1px 1px 0px, rgba(0, 0, 0, 0.17) 0px 2px 4px 1px;
}

.customCheckBoxInput:checked+.customCheckBoxWrapper .customCheckBox .inner {
    transform: translateY(-2px);
}

.customCheckBoxInput:checked+.customCheckBoxWrapper .customCheckBox:hover {
    background-color: #34723f;
    box-shadow: rgba(0, 0, 0, 0.26) 0px -4px 1px 0px inset, rgba(255, 255, 255, 0.17) 0px -1px 1px 0px, rgba(0, 0, 0, 0.15) 0px 3px 6px 2px;
}

.customCheckBoxWrapper .customCheckBox:hover .inner {
    transform: translateY(-2px);
}

/* radio button option css [END]*/


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

.controls {
    padding: 1rem;
    /* background: #333; */
    /* font-size: 0.1px; */
}

.control {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #444;
    cursor: pointer;
    font-size: 0.1px;
    color: white;
    transition: background 150ms;
}

.control[data-sort]:after {
    content: '';
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-top: 0.125rem solid;
    border-left: 0.125rem solid;
    top: calc(50% - .375rem);
    left: calc(50% - .375rem);
    transform: translateY(1px) rotate(45deg);
}

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


.mix {
    display: inline-block;
    vertical-align: top;
    /* border-top: .5rem solid currentColor; */
    /* border-radius: 2px; */
    /* margin-top: .5rem; */
    position: relative;
    /* background: #ffffff url(/css/patterna.jpg) center center/cover no-repeat; */

    /* box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.8); */
    box-shadow: 6px 5px 10px 1px #000000;
    /* box-shadow: 5px 5px 10px 1px #000000; */

}


.shuffle {
    /* font-size: 1.5rem !important; */
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-left: 1rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-color: transparent;
}



/* nav grid */
.mainbox {
    width:100%;
    display: flex;
    /* or inline-flex */
    flex-direction: row;
    flex-wrap: wrap;
    /* position: sticky; */
    top: 0;
    z-index: 10;
    /* background-image: url(patterna.jpg); */
    background-repeat: repeat;
    font-family: "Montserrat", sans-serif;
    align-items: center;
    /* align-content:space-between; */
    /* background: #ffffff url(1.png) center center/cover repeat; */
    column-gap: 20px;
}

.mainboxb {
    
    box-shadow: 0px 0px 28px -4px rgba(0,0,0,1);
    width: 100%;
        margin: 0 auto;
    margin-top: 5rem;
    display: flex;
    /* or inline-flex */
    flex-direction: row;
    flex-wrap: wrap;
    background-image: url(patterna.jpg);
    background-repeat: repeat;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    height: 10rem;

    align-content: center;
}

#mbox{
    position: sticky;
    background-image: url(patterna.jpg);
}


/* nav grid */
/* .container{
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
} */
.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 1vw;
    column-gap: 1vw;
    margin-top: 3vw;
}

.container .mix img {
    /* width: 80%; */
    height: 130vw;
    /* min-height: 40vw;
    max-height: 60vw; */
    max-width: 100vw;
}
figure {
    background-image: url(patterna.jpg);
}
/* radio button option css _____________________________________2025*/
.pswipe__img button {
    position: relative;
    font-size: 0.5em;
    bottom: 0px;
    left: 0px;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    opacity: 0.7; /* Slightly lower initial opacity */
    transition: all 0.3s ease-in-out; /* Apply transition to all properties */
  }
  
  .pswipe__img .yellow,
  .pswipe__img .green,
  .pswipe__img .red,
  .pswipe__img .white {
    background-color: var(--color); 
    color: white;
  }
  
  .pswipe__img .yellow {
    --color: red;
  }
  
  .pswipe__img .green {
    --color: green;
  }
  
  .pswipe__img .red {
    --color: red;
  }
  
  .pswipe__img .blue {
    --color: green;
  }
  
  .pswipe__img .white {
    --color: white;
  }
  
  /* Hover effect */
  .pswipe__img button:hover {
    opacity: 1; /* Increase opacity on hover */
    transform: scale(1.05); /* Slight scale effect */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Add a subtle shadow */
  }

/* radio button option css _____________________________________2025*/
/* button */
.f button {
    display: inline-block;
    border-radius: .222rem;
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.222rem;
    padding: 0.2rem;
    width: 5rem;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0.277rem;
    border: 1px solid gray;
    box-shadow: 5px 5px 10px 1px #000000;
}

.f button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.f button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -.833rem;
    transition: 0.5s;
}

.f button:hover span {
    padding-right: .833rem;
}

.f button:hover span:after {
    opacity: 1;
    right: 0;
}

/* button */

.download {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom:0;    
    background: transparent;
    color: yellowgreen;
}

/* .mix,
.gap {
    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));

} */
html {
    font-size: 10px;
}
#mbox{
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 1);
}
@media screen and (min-width: 320px) {

    /* .mix,
    .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    } */
    html {
        font-size: 11px;
    }

    .container .mix img {
        /* width: 80%; */
        height: 65vw;
        /* min-height: 40vw;
        max-height: 60vw; */
        max-width: 100vw;
    }
    .footertext span {
        width: auto !important;
        margin: 0;
    }

}

@media screen and (min-width: 480px) {

    /* .mix,
    .gap {
        width: calc(100%/2 - (((2 - 1) * 1rem) / 2));
    } */
    html {
        font-size: 12px;
    }

    .container .mix img {
        /* width: 80%; */
        height: 43vw;
        /* min-height: 40vw;
        max-height: 60vw; */
        max-width: 100vw;
    }


}



@media screen and (min-width: 768px) {

    /* .mix,
    .gap {
        width: calc(100%/3 - (((3 - 1) * 1rem) / 3));
    } */
    html {
        font-size: 14px;
    }

    .container .mix img {
        /* width: 80%; */
        height: 32vw;
        /* min-height: 40vw;
        max-height: 60vw; */
        max-width: 100vw;
    }
}



@media screen and (min-width: 992px) {

    /* .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    } */
    html {
        font-size: 14px;
    }

    .container .mix img {
        /* width: 80%; */
        height: 26vw;
        /* min-height: 40vw;
        max-height: 60vw; */
        max-width: 100vw;
    }
}

@media screen and (min-width: 1200px) {

    /* .mix,
    .gap {
        width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
    } */
    html {
        font-size: 18px;
    }

    .container .mix img {
        /* width: 80%; */
        height: 21vw;
        /* min-height: 40vw;
        max-height: 60vw; */
        max-width: 100vw;
    }

}