@font-face {
    font-family: 'ttc';
    src: local('ttc'), url('ttc.ttf') format('truetype');
}

* {
    margin: 0;
}

body {
    background-color: #bebdf1;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.image-slideshow {
    width: 600px;
    height: 300px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    position: relative;
}

.image-slideshow>div {
    width: 600px;
    height: 300px;
    animation: move 15s ease-in-out 30s infinite alternate;
    display: inline-block;
}

.image-slideshow>div div {
    position: absolute;
    bottom:20px
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.image-slideshow> div div h2 {
    padding: 15px;
    margin: 0;
    font-size: 22px;
    color: #f9f9f9;
}

.image-slideshow>div div p {
    padding: 0 15px 15px 15px;
    height: 60px;
    margin: 0;
    font-size: 20px;
    color: #dddddd;
}

@keyframes move {

    0%,
    30% {
        transform: translateX(0);
    }

    40%,
    70% {
        transform: translateX(-600px);
    }

    80%,
    100% {
        transform: translateX(-1200px);
    }
}

banner {
    display: block;
    width: 90%;
    margin: 0 auto;
    top: 0px;
    position: sticky;
    padding: 10px;
    height: 22vh;
    background-color: white;
    background: rgba(200, 100, 210, 3);
    text-align: center;
    color: white;
    font-size: 3.0em;
    font-family: ttc, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-align: left;
    border-radius: 0px 0px 0px 0px;

    z-index: 9999;
    /* @font-face {
            font-family: Gopika;
            src: url('./resources/fonts/Gopika.ttf') format("ttf")
        }
    
        ; */
}

banner img {
    display: inline-block;
    margin-top: 3px;
    width: 15vw;
}

banner-image{
    display: inline-block;
    vertical-align: top;
    text-shadow: 1px 1px black;
    color: white;
    font-size: 1em;;
    margin:0 auto;
}

banner-image img{
    display: block;
    width:40vw;
}

mnu1, mnu2 {
    display: block;
    position: fixed;
    top: 24vh;
    height: 50px;
    margin: 0 auto;
    width: calc(90% + 20px);
    left: 100px;
    z-index: 990;
}

mnu2{
    margin:0 auto;
    margin-top:250px;
    display: none;
    background-color: white;
    border-radius: 20px;
}

mnu1 a, mnu2 a {
    text-decoration: none;
    color: white;
}

mnu1 a:hover, mnu2 a:hover {
    background-color: white;
    color: rgb(141, 156, 198);
    ;
}

itm1 {
    display: inline-block;
    background-color: rgb(112, 10, 83);
    /*#f1bdee;#e972c9*/
    box-shadow: inset 1px 1px 10px white;
    padding: 10px;
    min-width: 100px;
    height: 20px;
    font-size: 1.0em;
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

mnu2 itm1{
    min-width: auto;
    display: inline;
    min-height: 50px;
    margin: auto;
}

itm1:hover {
    box-shadow: inset 1px 1px 10px rgb(129, 114, 129);
    background-color: white;
    color: rgb(141, 156, 198);
}

itm1:hover a {
    background-color: white;
    color: rgb(141, 156, 198);
    ;
}

notice {
    display: block;
    position: fixed;
    right: 5%;
    top: 0px;
    margin-top: 10px;
    padding-bottom: 50px;
    height: 15vh;
    width: 30vw;
    background-color: rgb(220, 220, 251);
    border-radius: 0px 0px 20px 20px;
    z-index: 999999;
}

news1 {
    display: block;
    width: 100%;
    padding: 3px;
    padding-top: 10px;
    border-bottom: 1px solid black;
}

content {
    display: block;
    margin: 0 auto;
    left: calc(5% - 10px);
    top: 150px;
    height: calc(100% - 200px);
    width: calc(90% + 20px);
    padding: 0px;
    background-color: azure;
}

dialog1 {
    display: inline-block;
    width: 250px;
    /* background-color: green; */
    color: white;
    font-size: 15pt;
    border-radius: 15px;
    margin: 10px 10px;
}

dtitle {
    text-align: center;
    padding: 10px;
    height: 20px;
    display: block;
}

ddata {
    min-height: 200px;
    /* background-color: white; */
    color: green;
    display: block;
    text-align: center;
    padding: 5px;
}

ddata1 {
    height: 300px;
    /* background-color: white; */
    display: block;
    text-align: center;
    padding: 5px;
    color: green;
    text-align: left;
}

ddata1 li {
    color: green;
    list-style-type: none;
}

pimage img {
    border-radius: 0px;
    border-block: 5px;
    box-shadow: 5px 5px rgb(100, 100, 100, .3);
    border-radius: 10px;
}

dfooter {
    text-align: center;
    padding: 10px;
    height: 20px;
    display: block;
}

products {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
    background-color: rgb(100, 100, 100, .3);
    padding: 10px;
}
.expand{
    display:inline-block;
    width: auto;
    z-index: 999999;
}

.expand :checked + mnu1 {
    height: auto;
}

productgrid {
    display: inline-block;
    margin: 10px 10px auto;
    text-align: start;
    max-width: 90%;
    padding-top: 50px;
}

pprice {
    float: left;
}

but0{
    display: block;
        margin: 0 auto;
        width: max-content;
}

but1 {
    display: inline-block;
    background-color: aliceblue;
    color: black;
    padding: 3px;
    line-height: 15px;
    height: 15px;
    width: 15px;
    border-radius: 30px;
    text-align: center;
    vertical-align: middle;
}

but2 {
    padding: 10px;
    float: right;
    background-color: lightgreen;
    color: blue;
    margin: -10px;
    border-radius: 0px 0px 10px;
    height: 20px;
}

but3 {
    padding: 10px;
    float: left;
    background-color: lightgreen;
    color: blue;
    margin: -10px;
    border-radius: 0px 0px 0px 10px;
    height: 20px;
}

input {
    width: 50px;
    height: 20px;
    margin-left: 0px;
    vertical-align: bottom;
    text-align: center;
    vertical-align: middle;
}

@media screen and (max-width: 950px) {
    .image-slideshow div img {
    max-height: 50%;
}
banner{
    width: calc(100vw - 0px);
    height: auto;
    background-color: white;
    position: fixed;
    top: 30px;
    display: block;
}

banner img {
    margin: auto;
    display: block;
    margin-top: 0px;
    width:50vw;
}

banner-image {
    margin: auto;
    display: block;
    margin-top: 3px;
    width: 100vw;
}

banner-image img {
    margin: auto;
    display: block;
    margin-top: 3px;
    width: 100%;
    height: auto;
}



news1{
    display: inline-block;
}

notice {
    display: block;
    position: fixed;
    right: 0%;
    left:5%;
    top: 0px;
    margin-top: -20px;
    padding-bottom: 0%;
    height: 50px;
    left: 0px;
    width: 100%;
    background-color: rgb(220, 220, 251);
    border-radius: 0px 0px 0px 0px;
    z-index: 11111;
}
notice dtitle{
    display: none;
}

embed{
    width:fit-content;
}
mnu1{
    padding: 0%;
    left: 0px;
    width: auto;
    top: 40px;
    z-index: 222222;
    display: none;
}

mnu2 {
    padding: 0%;
    left: 0px;
    width:100%;
    top: 40px;
    z-index: 444444;
    display: inline-block;
    text-align: center;
}

.expand{
    display:flexbox;
    width: 100px;
}



itm1{
    display: block;
    margin: 0px auto;
    width: 0px;
    padding: 2px;
    border-radius: 0%;
    background-color: transparent;
    text-align: left;
    /* border: 1px solid green; */
}

itm1 a {
    color: blue;
}

itm :hover 
{
    display: none;
}

body{
    background-color: white;
}

.image-slideshow div{
    height: calc(100% - 455px);
}
.image-slideshow div div {
    /* margin-top: 200px; */
    top: 50%;
}

content{
    margin-top: 360px;
}

products{
    margin-top: 360px;
}

}