@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-Regular.eot');
    src: local('Ivy Mode Regular'), local('IvyMode-Regular'), url('../fonts/IvyMode-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/IvyMode-Regular.woff2') format('woff2'), url('../fonts/IvyMode-Regular.woff') format('woff'), url('../fonts/IvyMode-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ivy Mode';
    src: url('../fonts/IvyMode-SemiBoldItalic.eot');
    src: local('Ivy Mode SemiBold Italic'), local('IvyMode-SemiBoldItalic'), url('../fonts/IvyMode-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/IvyMode-SemiBoldItalic.woff2') format('woff2'), url('../fonts/IvyMode-SemiBoldItalic.woff') format('woff'), url('../fonts/IvyMode-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
    background: #294c34;
    height: 100vh;
    width: 100%;
    font-family: 'Ivy Mode';
    font-weight: normal;
    font-style: normal;
    overflow-y: hidden;
    overflow-x: hidden;
}

.plus-jakarta-sans {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


/* Home */

.header {
    height: 44px;
}

.banner {
    height: calc(50vh - 22px);
    text-align: center;
}
.foot {
    position: fixed;
    bottom: 40px;
    text-align: center;
    left: 0;
    right: 0;
}

.banner img {
    height: 100%;
}

.banner .welcome {
    color: #FFFFFF;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    text-align: center;
    line-height: 26px;
    left: 0;
    right: 0;
}

/* .foot .explore a {
    background: #FFFFFF;
    padding: 4px 10px 4px 10px;
    font-size: 16px;
    color: #193429;
}

.foot img {
    height: calc(100% - 24px);
} */


/* Category */

.cat {
    display: block;
    position: relative;
}

.cat img {
    width: 100%;
    height: 320px;
    border-radius: 15px;
    display: block;
    position: relative;
}

.cat .catname {
    font-size: 27px;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    text-align: center;
    display: block;
}


/* Menu */

.gallary,
.menu {
    margin: 0 30px;
}

.gallary h2 {
    font-family: 'Ivy Mode';
    font-size: 24px;
    font-weight: 600;
}

.gallary .image {
    padding: 0 10px;
}

.story-container {
    display: flex;
    overflow-x: scroll;
    /* margin: 10px -15px 10px -5px; */
    /* white-space: nowrap; */
}

.story:first-child {
    margin-left: 30px;
}

.story {
    font-family: 'Ivy Mode';
    font-size: 27px;
    font-weight: 400;
    min-width: 200px;
    width: 200px;
    height: 350px;
    border-radius: 15px;
    margin: 10px 5px;
    display: inline-block;
    text-align: center;
    color: white;
    word-wrap: break-word;
    background-size: 100% 100% !important;
    padding: 5px;
    padding-top: 160px;
}

.menu h3 {
    font-family: 'Ivy Mode';
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.list-group-item {
    background: linear-gradient(90deg, #F2F2F2 0%, #FFFFFF 100%);
    border: 0px;
    margin: 10px 0;
    border-radius: 10px;
}

.list-group-item .media {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 10px;
}

.list-group-item .media img {
    width: 150px;
    /* height: 80px; */
    border-radius: 5px;
}

.list-group-item h5 {
    font-family: 'Ivy Mode';
    font-size: 24px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;

    padding-bottom: 10px;
}

.list-group-item h5 span {
    font-size: 18px;
}

.list-group-item p {
    font-size: 15px;
    line-height: 15px;
    padding: 0;
    margin: 0;
}

.list-group-item h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 12px;
}

.list-group-item h6 span {
    font-size: 16px;
    line-height: 20px;
}

.list-group-item button {
    background: #CACACA;
    font-size: 24px;
    width: 24px;
    height: 24px;
    border: 0px;
    padding: 0;
    font-weight: 700;
    color: #000000;
    line-height: 24px;
}

.story1 img {
    height: 200px;
}
.story1 .catname {
    top: 85px;
}
.row {
    margin: 0;
}

.left_side_bar {
    height: 100vh;
    /* border-right: 1px solid #000; */
}
.left_side_bar .logo {
    background: #294c34;
    height: 200px;
    text-align: center;
    border-radius: 5px;
    margin: 5px;
}
.left_side_bar .logo img {
    text-align: center;
    width: 170px;
    padding-top: 45px;
}

.catdesk {
    padding: 15px 30px;
    color: #000;
    font-size: 20px;
    text-align: center;
    height: calc(100vh - 215px);
    border: 1px solid #eeeeee;
    margin: 5px;
    border-radius: 5px;
}
.catvideo {
    width: 100%;
    height: 320px;
    background: #000;
    border-radius: 15px;
    display: block;
    position: relative;
}

div.polaroid {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* text-align: center; */
    border-radius: 5px;
  }

  div.container {
    padding: 10px;
  }

  @media (max-width: 600px) {
    .left_side_bar {
        display: none;
    }
}
