@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

*{
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
}

.maindiv{
    width: 400px;
    min-height: 100dvh;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
    margin: 0 auto;
}

.story__slider {
    width: 400px;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
}
.story__slide {
    position: relative;
}
.story__slide video,
.story__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.story__pagination {
    bottom: unset !important;
    top: 8px !important;
    display: flex;
    padding: 0 4px;
}
.story__pagination .swiper-pagination-bullet {
    flex-grow: 1;
    border-radius: 100vh;
    height: 3px;
    margin: 0 2px !important;
    background-color: rgba(247, 247, 245, 0.4);
    opacity: 1;
}
.story__pagination .swiper-pagination-bullet .swiper-pagination-progress {
    height: 100%;
    width: 0%;
    border-radius: 100vh;
    background-color: #f7f7f5;
}
.story__prev, .story__next, .story__prev:hover, .story__next:hover, .story__prev:focus, .story__next:focus,
.story__prev:active, .story__next:active,
.story__prev:checked, .story__next:checked,
.story__prev:visited, .story__next:visited{
    height: 100%;
    width: 50%;
    top: 0;
    margin-top: 0;
    background-color: transparent !important;
    opacity: 0 !important;
    color: transparent !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.story__prev::after, .story__next::after {
    content: none;
}
.story__prev {
    left: 0;
}
.story__next {
    right: 0;
}


.rel-div{
    position: relative;
}

.toptext{
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.bottomtext{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 20px 20px 20px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
}

.footermaindiv{
    width: 400px;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    background-color: #000;
    margin: 0 auto;
}

.footercontent{
    padding: 10px;
    position: relative;
    z-index: 999;
}

.footercontent .name{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto 12px auto;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.footerbtns{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}

.btnclass{
    display: flex;
    align-items: stretch;
    text-decoration: none;
}

.btnclass .icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    color: #fff;
    background-color: rgba(0,0,0,0.2);
    font-size: 15px;
}

.btnclass .linktext{
    flex-grow: 1;
    padding: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
}

.sharebtns{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    text-align: center;
}

.a2a_kit {
    display: inline-flex;
    padding: 10px;
    background-color: #efefef;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}

    .a2a_kit button {
        position: absolute;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        right: -20px;
        top: -20px;
        background-color: #efefef;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 32px;
        height: 32px;
        border: none;
        border-radius: 16px;
        cursor: pointer;
    }

        .a2a_kit button img {
            max-width: 12px;
        }

.a2a_svg {
    height: 28px !important;
    line-height: 28px !important;
    width: 28px !important;
}

.cl-logo{
    display: inline-block;
    right: 5px;
    top: 105px;
    background-color: #fff;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 9;
}

.cl-logo img{
    max-width: 100px;
    max-height: 80px;
}

.black-bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;
    background-color: rgba(0,0,0,0.4);
}