@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600&family=Noto+Serif:wght@500&family=Nunito+Sans:opsz@6..12&display=swap');
body{
    font-family: 'Inria Sans', sans-serif;
    font-family: 'Inter', sans-serif;
    background-color: black;
}




/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #2d2d2d #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 13px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #2d2d2d;
    border-radius: 10px;
    border: 3px solid #ffffff;
}
a {
    color: inherit;
}
nav.navbar.navbar-expand-lg.bs-body-bg {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff !important;
}
button.navbar-toggler {
    background-color: #fff;
}

.cardHeading {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: initial!important;
    position: relative;
    /* transition-property: transform; */
    display: block;
}
.author h6{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
}
.viewPersonNumber,
.viewerNumber {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
/*navbar section css*/

.custom-btn{
    margin-bottom: -12px !important;

}
.search-box{
    width: fit-content;
    height: fit-content;
    position: relative;
    padding-left: 15px;
}
.input-search{
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-right: 40px;
    color:black;
}
.input-search::placeholder{
    color:rgba(255,255,255,.5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}
.btn-search{
    width: 50px;
    margin-top: -5px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color:black ;
    background-color:transparent;
    pointer-events: painted;
}
.btn-search:focus ~ .input-search{
    width: 300px;
    height: 42px;
    border-radius: 0px;
    background-color: black;
    color: #fff;
    border:2px solid black;

}
.input-search:focus {
    width: 300px;
    height: 42px;
    border-radius: 0px;
    background-color: transparent;
    border: 2px solid black;
    background-color: black;
    color: #fff;
}
nav.navbar.navbar-expand-lg.bs-body-bg {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff !important;
}


/*slider css*/
.slider-text {
    width: 45%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    color: #fff;
}
.slider-text h2{
    font-size: 32px;
}
.slider-text h3{
    font-size: 20px;
}
.newCardDesign{
    color: white;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: #5A5A5A;
}
.custom-card {
    height: 100%;
    position: relative;
    min-height: 200px;
    width:100%;
    z-index: 98;
    color: white;
    border-radius: 5px;
    background: #404040;
    transition: transform 0.5s;
}
.detailBoxSection {
    width: calc(100% - 130px);
    flex-grow: 1;
    flex-shrink: 1;
}
.btn-grey {
    color: #fff;
    background-color: grey!important;
}
.btn-grey:hover{
    color: #000!important;
}

.title-color{
    color: #fff !important;
}
.custom-card-bg{
    background-color: #fff;
}

/*footer css*/

.footer{
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.icon-a{
    color: #fff;!important;
}

/*search-result page css*/

.search-card{
    width: 100%;
    min-height: 500px;
    flex-shrink: 0;
    border-radius: 20px;

    background: #000;
}
.searchCard-2{

    height: 150px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #FFF;
}
.search-title{
    color: #fff;
}
.rightSectionCard {
    overflow: hidden;
    max-height: 165px;
}
.rightSectionCard p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

span.pinTag .fa-thumbtack{
    font-size: 14px;
}
a.pinTag {
    z-index:101;
    display: flex;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.5);
    width: 24px;
    height: 24px;
    position: absolute;
    rotate: 270deg;
    align-items: center;
    justify-content: center;
}
.btn-outline-dark:hover{
    background-color: gray!important;
    color: #fff!important;
}

.imageSectionOfCard{
    width: 130px;
    height: 100%;
    display: inline-block;
}

span.pin,
span.unpin {
    position: relative;
    top: -2px;
    left: 1px;
}
a.pinTag:hover{
   background-color: rgba(0,0,0,0.8);
}
.userProfileDetails.detailBoxSection .storiNameElement {
   width:calc(100% - 30px);


}
/*Stori page css*/
.action-custom{
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    background: #FFF;
    height: 60px;
}

/*Stori Write page css*/


/*Language page css*/
.custom-card-english{
    width: 345px;
    height: 160px;
    background-color: black;
    color: white;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: #000;
}
.detailBoxSection>p{
    font-family: 'Noto Serif', serif;
    font-size: 13px!important;
    margin-bottom: 0px !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;

}
.custom-card-language .p-language{
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px !important;
}
.detailBoxSection p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.custom-card-language{

    background-color: black;
    color: white;
    border-radius: 10px;
    border: 2px solid #FFF;
    background: #000;
}
span.labelName {
    padding-right: 5px;


}
.pageMainTitle{
    padding-left: 45px;
}
.action.storiall-page {
    padding: 15px 0px!important;
}

/*Stori Write page css*/
.write-section{
    border: 2px solid #fff;
    min-height: calc(100vh - 260px);
    border-radius: 10px;
}
.account-responsive-1:hover{

    border-radius: 12px;
    background-color: #ccc;
}
.edit-p{
    margin-bottom: 0px;
}
.account-responsive-1{
    margin-bottom: 10px;
}
.account-responsive-1:hover .edit-p {
   color: #524e4e;
    margin-bottom: 0px;
}
.account-responsive-1>div:first-child{
    padding-left: 15px;
}
/*header css*/
.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 45px;
    width: 50px;
    vertical-align: bottom;
}

.mglass {
    display: inline-block;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.searchbutton {
    top:7px;
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search:focus + .searchbutton {
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;

    position: relative;
}
.searchbutton {
    color: #aaa!important;
    transition:all 100s linear !important;
    transition: 30s !important;
}

i.fa-solid.fa-book-open-reader.text-white{
    color: #aaa!important;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    padding: 11px 20px;
}

.search {
    position: absolute;
    left: 49px;
    background-color: #fff;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    background-color: #fff;
    width: 320px;
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 15px;
}

.expandright:focus {
    border-radius: 10px;
    padding: 0 0 0 36px;
}
.search:focus ~ .searchbutton{
    color: #000;
    left: -280px !important;

}


/*stotipreview page css*/

.write-section-custom{
    border: 2px solid #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.likeSection .fa-heart.fa-solid,.bookmarkSection .fa-bookmark.fa-solid{
    display: none;
}
.likeSection .like .fa-heart.fa-solid,.bookmarkSection.save .fa-bookmark.fa-solid{
    display: inline-block;
}
.likeSection .like .fa-heart.fa-regular,.bookmarkSection.save .fa-bookmark.fa-regular{
    display: none;
}



/*image section  */
.avatar-upload {
    position: relative;
    max-width:70px;
    margin: 10px 0px;
}
.avatar-upload .avatar-edit {
    /* border: 1px solid #000; */
    position: absolute;
    right: -3px;
    z-index: 1;
    top: 0px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 100%;
    border: 3px solid #000;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.deltailsPageContent {
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.sectionTitle {
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
.userDetail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
span.userNameSection {
    padding-left: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
span.userName {
    font-size: 18px;
    font-weight: 600;
}
span.number {
    color: rgba(0,0,0,.5);
    font-size: 16px;
    font-weight: 600;
}
.userSection {
    padding: 0px 20px;
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,.5);
    display: flex;
    align-items: center;
}
.followSection{
    padding-left:30px;
}
.followSection button {
    border: none;
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    padding: 5px 15px;
}
.userActivitesSection {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    justify-content: space-between;
}
.like_view_section {
    display: flex;
}
.like_view_section>span{
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.download_bookmark_section>span{
    margin-left: 20px;
    cursor: pointer;
}
span.likeNumber {
    font-size: 16px;
}
.followerSection {
    display: flex;
}
.chapterSection {
    min-height: 200px;
    display: flex;
    padding: 0px 20px 0px;
    flex-direction: column;
    justify-content: space-between;
}
.chapterContent>p:first-child{
    margin-bottom: 0px;
}
.chapterContent>li{
    position: absolute;
    top: -54px;
    left: 50%;
    padding-bottom: 10px;
    transform: translateX(-50%);
    font-size: 28px;
}

button.customBtn{
    min-width: 116px;
    padding: 3px 10px;
    background-color: #fff;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 8px;
}
.sectionNavBar {
    border-bottom: 2px solid rgba(0,0,0,.5);
    padding: 8px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.sectionHeading {
    font-weight: 600;
    font-size: 16px;
}
.sectionNavBar .navItems a.navItem {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.pinDiv {
    transform: rotate(315deg);
    position: absolute;
    top: 0px;
    left: 6px;
    color: #fff;
}
.storiType.text-end {
    width: 220px;
}
.storiType ul{
    flex-wrap: wrap;
    display: flex;
    list-style-type: none;
    padding: 15px;
    margin-bottom: 0px;
    border: 2px solid #000;
    border-radius: 10px;

}
.storiType ul li a {
    margin-right: 5px;
    font-size: 14px;
    text-decoration: none;
}
.border-bottom{
    border-bottom: 2px solid rgba(0,0,0,.5) !important;
}


.swiper-slide .bannerOverlay{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(270deg, rgba(0,0,0,1) 25%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0) 100%);

}


a.socialShareLink {
    margin-right: 12px;
    font-size: 22px;
}
.dropDownSection a.socialShareLink:last-child{
    margin-right: 0px;
}
.shareSection{
    position: relative;
}
ul.dropDownSection {
    width: 161px;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 87px;
    top: -82px;
    background-color: #fff;
    display: none;
}
.custom-card img.card-img-top{
    min-height: 180px;
    max-height: 210px;
}
p {
    word-spacing: 2px;
    letter-spacing: 0.8px;
}



.custom-menu {
    -webkit-column-count: 2;
    /* column-count: 2; */
    -webkit-column-fill: balance;
    column-fill: balance;
    width: 300px!important;
}
.userProfileDetail .dropdown-item,
.welcomeText{
    font-size: 20px;
    color:#aaa!important;
}
.dropdown-menu.userProfileDetail.show{
    background: #191e25!important;
    padding: 15px 30px;
    display: block;
    margin-top: 0;
}
.dropdown:hover .dropdown-menu {
    background: #191e25;
    padding: 15px 30px;
    display: block;
    margin-top: 0;
    width: 400px;
}
a.dropdown-item{
    padding: 10px;
}
.dropdown-item:hover,
.custom-li:hover a.dropdown-item{
    background-color: #fff!important;
    color: #000!important;
    border-radius: 4px;
}
.dropdown-menu.singleMenu{
    width: 100% !important;
}

.dropdown:hover {
    background-color: #191e25;
    border-radius: 0.375rem ;
    cursor: pointer;
}

.rephraseAiBtn{
    background: black;
    color: white;
}
.author {
    width: calc(100% - 47px);
}
.swiper-slide>a{
    width: 100%;
    height: 100%;
    display: flex;
}

.custom-card:hover {
    position: relative;

    transition: transform .2s;
   z-index: 101;
    transform: scale(1);

}

.customSwiperthree{
    overflow-y: hidden;
    overflow-x: hidden;
}
.fa-magnifying-glass{
    /*transform: scaleY(-1);*/
}
.deltailsPageContent .followerSection .customBtn{
    cursor: unset !important;
    margin-right: 10px;
}
.deltailsPageContent .followerSection .customBtn:focus{
    border: 1px solid #000;
}


.custom-textarea p{
    height: 100%;
    min-height: 300px;
}
.custom-textarea p:focus-visible{
    outline: transparent;
}
.custom-textarea li:focus-visible{
    outline: transparent;
}


.slick-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.modal-backdrop.show{
    z-index: 98!important;
}



.cardImgSection{
    overflow: hidden;
    width: 130px;
    height: 165px;
    border-radius: 3px;
    display: inline-block;

}
.tab-content{
    height: 100%;
}
.custom-card.tabsCard {
    height: 100%;
    width: 100%;
}
.cropBtn,
.pubishBtn,
.userImageUploadBtns,
.viewStatsBtns,
.btn.storiPreview,
.popupBtn,
.popupSaveBtn,
.popupCancelBtn{
    border-radius: 6px!important;
    background-color: #000!important;
    color: #fff!important;
}
.cropBtn:hover,
.pubishBtn:hover,
.userImageUploadBtns:hover,
.viewStatsBtns:hover,
.btn.storiPreview:hover,
.popupBtn:hover,
.popupSaveBtn:hover,
.popupCancelBtn:hover{
    background-color:#f1f2f3!important;
    color: #3b3f5c!important;

}
.btn-outline-dark:hover {
     background-color:#000!important;
    color: #fff!important;
}
.slick-arrow {
    top: inherit!important;
    opacity: 1!important;
    margin-top: inherit!important;
    height: 100%;
    background: #000;
    color: gray;
}
.swiper-button-next.slick-arrow {
    opacity: 0.5;
    padding-left: 12px!important;
    right: 0px!important;
}
.cardBoxElements{
    position: relative;
}
.cardBoxElements:before{
    content: '';
    top: 0;
    left: 0px;
    z-index: 99;
    position: absolute;
    height:3px;
    flex-shrink: 0;
    border-radius: 5px;
    width: 100%;
    background: linear-gradient(180deg, #646464 0%, rgba(64, 64, 64, 0.00) 100%);
}
/*.cardBoxElements:after{*/
/*    content: '';*/
/*    z-index: 98;*/
/*    bottom: 0;*/
/*    left: 0px;*/
/*    position: absolute;*/
/*    height:3px;*/
/*    flex-shrink: 0;*/
/*    width: 100%;*/
/*    border-radius: 5px; border-radius: 5px;*/
/*    background: linear-gradient(180deg, rgba(64, 64, 64, 0.00) 0%, #505050 100%);*/
/*}*/
.swiper-button-next,.swiper-button-prev{
    color:gray !important;
}
.slick-slide:hover .cardBoxElements:before,
.slick-slide:hover .cardBoxElements:after{
    z-index: 101;
}
.custom-card:before{
    content: '';
    top: 0;
    left: 0px;
    z-index: 99;
    position: absolute;
    width:6px;
    flex-shrink: 0;
    border-radius: 5px;
    height: 100%;

    background: linear-gradient(90deg, #505050 0%, rgba(64, 64, 64, 0.00) 100%);



}
.custom-card:after{
    content: '';
    z-index: 98;
    top: 0;
    right: 0px;
    position: absolute;
    height:100%;
    flex-shrink: 0;
    width: 6px;


    border-radius: 5px;
    background: linear-gradient(-90deg, #505050 0%, rgba(64, 64, 64, 0.00) 100%);
}
.custom-dropdown-stori.showDropPopup{
    display: block !important;
}
.sectionContentElement .title {
    padding-left: 10px;
}
.slick-arrow {
    top: 17px!important;
    opacity: 1!important;
    margin-top: inherit!important;
    height: 225px;
    background: #000;
}
.sectionContentElement{
    min-height: 300px;
    max-height: 300px;
}