@import url('https://fonts.googleapis.com/css2?family=Inder&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Italic.woff2') format('woff2'),
    url('../fonts/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Bold.woff2') format('woff2'),
    url('../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.woff2') format('woff2'),
    url('../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F99E1A;
    font-family: "Inter", sans-serif;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    transition: .5s ease all;
}

img, div, a, p {
    transition: .5s ease all;
    color: #000;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #000000b0;
}

.herobanner {
    min-height: 100vh;
    height: 900px;
    position: relative;
    z-index: 2;
}

.heroimage {
    background-image: url(../images/herobanner.webp);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: space-between;
}

#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px white;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;
}

.rightmenu li {
    padding-left: 20px;
}

.searchbox {
    box-shadow: 0px 4px 16px 0px #00000033;
    background-color: #FFE5BE;
    border-radius: 50px;
    padding: 50px 100px;
    position: relative;
    z-index: 3;
}

.form-control.radius {
    border-radius: 30px;
}

.form-control.border {
    border: 2px solid #F99E1A !important;
}

.searchcol .form-control {
    padding: 15px 30px !important;
    height: auto !important;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    appearance: none;
    color: #999;
}

.searchcol select.form-control:after {
    content: "V";
    position: absolute;
    top: 0;
    right: 0;
}

.titletag {
    color: #FFB03C;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-size: 213px;
    letter-spacing: -17px;
    position: absolute;
    top: -48px;
    white-space: nowrap;
    width: auto !important;
}

.relative {
    position: relative;
}

.searchcol {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 100px 0 100px;
}

.searchcol .btn {
    background: linear-gradient(180deg, #FF7A00 0%, #F99E1A 100%);
    border-radius: 30px;
    border: none;
    color: #fff; /* display: flex; */
    align-items: center;
}

.pen {
    position: absolute;
    left: 38.9%;
    top: -115px;
    z-index: 3;
}

.padt30 {
    padding-top: 30px;
}

.labeltext {
    font-weight: 700;
    color: #FF7A00;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    font-family: "Inter", sans-serif;
}

.heading {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    position: relative;
}

.bestproduction {
    padding: 105px 0 200px;
}

.searchcol .container {
    position: relative;
    z-index: 3;
}

.top50 {
    position: relative;
    top: 0;
}

.productionbox {
    box-shadow: 0px 4px 16px 0px #00000033;
    background-color: #FFE5BE;
    border-radius: 50px;
    padding: 50px;
    position: relative;
    z-index: 3;
}

onitem {
    border: 2px solid #FF7A00;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.mart30 {
    top: 0;
    position: relative;
}

.bestproduction h4 {
    margin: 0 0 30px !important
}

.overflow {
    overflow: hidden;
}

.productionitem {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 2px solid #FF7A00;
    padding: 30px;
    border-radius: 30px;
    background-color: #fff;
    min-height: 180px !important;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productionbox .owl-nav {
    display: block !important;
    position: absolute;
    left: -100px;
    right: -100px;
    top: 40%;
}

.productionbox .owl-nav button {
    width: 40px;
    height: 40px;
    border: 0px solid #fff !important;
    border-radius: 50%;
    color: #fff !important;
    text-indent: -999999px;
}

.productionbox .owl-nav .owl-next {
    float: right;
}

button:focus {
    outline: none;
}

.communitybox {
    background-color: #FFE5BE;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.communitybox h4 {
    color: #FF7A00;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 34px;
    font-family: "Inter", sans-serif; /* font-size: 20px; */
}

.communitybox p {
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 19px;
}

.graph {
    position: absolute;
    bottom: -15px;
    right: 0;
    max-width: 321px;
}

.btnlink {
    text-align: right;
}

.btn {
    background: linear-gradient(180deg, #FF7A00 0%, #F99E1A 100%);
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    border: none;
}

.community {
    padding: 0 0 200px;
}

.stepsrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 100px;
}

.stepscol {
    background-color: #FFE5BE;
    border-radius: 30px;
    padding: 50px;
    width: 35%;
    position: relative;
    min-height: 292px;
}

.stepscol.mid {
    width: 25%;
}

.stepscol.left {
    border-radius: 0 30px 30px 0;
}

.stepscol.right {
    border-radius: 30px 0px 0px 30px;
}

.stepscol .number {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    font-family: 'Product Sans';
}

.stepscol h5 {
    color: #8C5F07;
    font-size: 30px;
    margin: 0 0 15px;
    font-family: "Inder", sans-serif; /* font-weight: 600; */
}

.stepscol ul li {
    padding: 0 0 5px 20px;
    position: relative;
    font-family: "Inder", sans-serif;
    font-size: 20px;
    color: #544c3f;
}

.stepscol ul li:after {
    width: 10px;
    height: 10px;
    background-color: #544c3f;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

.topstories {
    padding: 150px 0;
    position: relative;
}

.storybox {
    background: linear-gradient(180deg, #FBC475 24%, #FF7A00 100%);
    padding: 30px;
    box-shadow: 0px 4px 10px 0px #00000040;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 0 0 10px;
    position: relative;
}

.storyslide {
    padding: 0 20px;
}

.storybox h5 {
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
    font-family: "Inder", sans-serif;
}

.storybox .number {
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #fff;
    font-size: 70px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    opacity: 0.6;
}

.tag {
    width: 50%;
    color: #FCB55E;
    font-size: 25px;
}

.rating {
    color: #fff;
    font-weight: 600;
}

.rating i {
    padding-left: 5px;
    color: #FFF500;
    font-size: 22px;
}

.storyslide .owl-nav {
    display: block !important;
    position: absolute;
    left: 0px;
    right: 0;
    top: 40%;
}

.storyslide .owl-nav button {
    width: 40px;
    height: 40px;
    /* border: 1px solid #fff !important; */
    /* border-radius: 50%; */
    color: #fff !important;
    text-indent: -999999px;
}

.topbooks {
    padding: 100px 0;
    position: relative;
}

img {
    max-width: 100%;
}

.nopad .col-md-3 {
    padding: 0 0px;
}

.featuredstory {
    padding: 100px 0;
    position: relative;
}

.arrowround {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    margin-left: 15px;
    margin-right: -15px;
}

.featurebox {
    background-image: url(../images/featuredbg.jpg);
    padding: 100px 0;
    position: relative;
    background-size: cover;
}

.thumbimg {
    padding: 20px 0 0;
}

.thumbimg img {
    border: 4px solid #fff;
    border-radius: 30px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.featurebox h5 {
    color: #fff;
    font-size: 40px;
    font-family: 'Product Sans';
    font-weight: 600;
}

.featurebox h6 {
    color: #fff;
    font-size: 20px;
}

.featurebox p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
}

.featurebox .row {
    align-items: end;
}

.twriters {
    padding: 100px 0;
    position: relative;
}

.writebox {

    background: linear-gradient(227deg, #FFE5BE 2.5%, #FF7A00 100%);

    padding: 30px 50px;

    box-shadow: 0px 4px 10px 0px #00000040;

    border-radius: 30px;

    margin: 0 0 10px;

    position: relative;

    border: 4px solid #fffdc963;

}

.writebtm {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff; font-size: 20px;
}

.footer {
    background-color: #FFE5BE;
    padding: 50px 0 0;
    border-radius: 30px 30px 0px 0;
    font-size: 14px;
}

.storybox p {
    font-family: 'Product Sans';
}

.rating {
    font-family: 'Product Sans';
    font-size: 20px;
}

a:focus, button:focus, div:focus, input:focus, select:focus {
    outline: none !important;
}

select.form-control {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 91% center;
}

.owl-nav button {
    background-image: url(../images/arrow-right.png) !important;
    background-size: contain !important;
}

.owl-prev {
    transform: rotate(180deg);
}

.btn {
    position: relative;
}

.btn span {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
}

.btn:hover {
    color: #fff;
}

.btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #774700;
    border-radius: 0;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    z-index: 1;
    border-radius: 30px;
}

.btn:hover:before {
    transform: scale(1);
    transform-origin: bottom left;
}

.footer h5 {
    margin: 0 0 30px;
}

.footer ul li {
    padding: 0 0 20px;
}

.copy {
    border-top: 1px solid #B7B7B7;
    padding: 20px 0;
    margin-top: 30px;
}

.powered {
    text-align: right;
}

.ftrtext {
    padding: 8px 20px 0 0;
    font-size: 13px;
    line-height: 18px;
}

.bounce-y {
    animation: bounce-y 2s linear infinite;
}

@keyframes bounce-y {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(30px)
    }

    to {
        transform: translateY(0)
    }
}

.twriters .tag {
    width: auto;
}

.owl-nav .owl-next {
    float: right;
}

.carticon {
    padding-right: 30px;
    padding-left: 20px;
}


.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000b0;
}

.scroll-on .nav-link {
    padding: 20px 0 !important;
}

.twriters .owl-nav, .latestnews .owl-nav {
    display: block !important;
    position: absolute;
    left: 0px;
    right: 0;
    top: 40%;
}

.twriters .owl-nav button, .latestnews .owl-nav button {
    width: 40px;
    height: 40px;
    color: #fff !important;
    text-indent: -999999px;
}


.loginsignup {
    background-image: url(../images/loginsignup.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 220px;
}

.formcontainer {
    margin: 0 auto 0;
    height: 400px;
    background-size: contain;
    width: 800px;
    position: relative;
    z-index: 3;
    padding-left: 40px;
}

.loginsignup:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 77px;
    background: #000000b0;
}

.writerloginbg {
    background-image: url(../images/writerloginbg.png);
    background-repeat: no-repeat;
    background-color: #ffe5be !important;
}

.loginsignup .titletag {
    font-size: 160px;
    font-weight: 700;
    letter-spacing: -12px;
    top: -152px;
    left: 100px;
}

.loginsignup .heading {
    position: absolute;
    top: -50px;
    left: 121px;
}

.formcenter {
    width: 230px;
    margin: 0px auto;
    padding: 40px 0 0;
}

.formcenter h6 {
    font-family: "Prompt", sans-serif;
    font-size: 22px;
    font-weight: 500;
}

.custom-select-wrapper {
    position: relative;
    display: block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: block;
    background: none;
    border: none;
    padding: 0;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 40px 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #888;
    line-height: 60px;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    border: 2px solid #F99E1A !important;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    right: 25px;
    margin-top: -4px;
    border-bottom: 2px solid #939393;
    border-right: 2px solid #939393;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 0;
    border: 1px solid #b5b5b5;
    border-radius: 0 0 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 2px solid #F99E1A !important;
    border-top: 0 !important;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
    display: none;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #f99e1a45;
    font-size: 18px;
    font-weight: 400;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    /* background: #f9f9f9; */
    color: #f99e1a;
}

.opened .custom-select-trigger {
    border-radius: 30px 30px 0 0;
}

.bestproduction {
    position: relative;
}

.

@import url('https://fonts.googleapis.com/css2?family=Inder&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Italic.woff2') format('woff2'),
    url('../fonts/ProductSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Bold.woff2') format('woff2'),
    url('../fonts/ProductSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-Regular.woff2') format('woff2'),
    url('../fonts/ProductSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../fonts/ProductSans-BoldItalic.woff2') format('woff2'),
    url('../fonts/ProductSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F99E1A;
    font-family: "Inter", sans-serif;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    transition: .5s ease all;
}

img, div, a, p {
    transition: .5s ease all;
    color: #000;
}

ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #000000b0;
}

.herobanner {
    min-height: 100vh;
    height: 900px;
    position: relative;
    z-index: 2;
}

.heroimage {
    background-image: url(../images/herobanner.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: space-between;
}

#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
}

#cursor-border {
    --size: 50px;
    position: fixed;
    top: calc(var(--size) / -2);
    left: calc(var(--size) / -2);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    box-shadow: 0 0 0 1px white;
    pointer-events: none;
    transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out,
    height 0.15s ease-out, background-color 0.15s ease-out;
    z-index: 999;
}

.rightmenu li {
    padding-left: 20px;
}

.searchbox {
    box-shadow: 0px 4px 16px 0px #00000033;
    background-color: #FFE5BE;
    border-radius: 50px;
    padding: 50px 100px;
    position: relative;
    z-index: 3;
}

.form-control.radius {
    border-radius: 30px;
}

.form-control.border {
    border: 2px solid #F99E1A !important;
}

.searchcol .form-control {
    padding: 15px 30px !important;
    height: auto !important;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    appearance: none;
    color: #999;
}

.searchcol select.form-control:after {
    content: "V";
    position: absolute;
    top: 0;
    right: 0;
}

.titletag {
    color: #FFB03C;
    font-family: "Prompt", sans-serif;
    font-weight: 500;
    font-size: 213px;
    letter-spacing: -17px;
    position: absolute;
    top: -48px;
    white-space: nowrap;
    width: auto !important;
}

.relative {
    position: relative;
}

.searchcol {
    position: relative;
    z-index: 1;
    margin-top: 0;
    padding: 100px 0 100px;
}

.searchcol .btn {
    background: linear-gradient(180deg, #FF7A00 0%, #F99E1A 100%);
    border-radius: 30px;
    border: none;
    color: #fff; /* display: flex; */
    align-items: center;
}

.pen {
    position: absolute;
    left: 50%;
    top: -100px;
    z-index: 3;
    margin-left: -134px;
}

.padt30 {
    padding-top: 30px;
}

.labeltext {
    font-weight: 700;
    color: #FF7A00;
    font-size: 20px;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
    font-family: "Inter", sans-serif;
}

.heading {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    position: relative;
}

.bestproduction {
    padding: 105px 0 200px;
}

.searchcol .container {
    position: relative;
    z-index: 3;
}

.top50 {
    position: relative;
    top: 0;
}

.productionbox {
    box-shadow: 0px 4px 16px 0px #00000033;
    background-color: #FFE5BE;
    border-radius: 50px;
    padding: 50px;
    position: relative;
    z-index: 3;
}

onitem {
    border: 2px solid #FF7A00;
    border-radius: 20px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.mart30 {
    top: 0;
    position: relative;
}

.bestproduction h4 {
    margin: 0 0 30px !important
}

.overflow {
    overflow: hidden;
}

.productionitem {
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 2px solid #FF7A00;
    padding: 20px;
    border-radius: 30px;
    background-color: #fff;
    min-height: 250px;
    margin: 0 0 5px;
}

.productionbox .owl-nav {
    display: block !important;
    position: absolute;
    left: -100px;
    right: -100px;
    top: 40%;
}

.productionbox .owl-nav button {
    width: 40px;
    height: 40px;
    border: 0px solid #fff !important;
    border-radius: 50%;
    color: #fff !important;
    text-indent: -999999px;
}

.productionbox .owl-nav .owl-next {
    float: right;
}

button:focus {
    outline: none;
}

.communitybox {
    background-color: #FFE5BE;
    padding: 50px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.communitybox h4 {
    color: #FF7A00;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 34px;
    font-family: "Inter", sans-serif; /* font-size: 20px; */
}

.communitybox p {
    color: #000;
    margin: 0 0 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    font-size: 19px;
}

.graph {
    position: absolute;
    bottom: -15px;
    right: 0;
    max-width: 321px;
}

.btnlink {
    text-align: right;
}

.btn {
    background: linear-gradient(180deg, #FF7A00 0%, #F99E1A 100%);
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    border: none;
}

.community {
    padding: 0 0 100px;
}

.stepsrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 100px;
}

.stepscol {
    background-color: #FFE5BE;
    border-radius: 30px;
    padding: 50px;
    width: 32%;
    position: relative;
    min-height: 292px;
}

.stepscol.mid {
    width: 30%;
}

.stepscol.left {
    border-radius: 0 30px 30px 0;
}

.stepscol.right {
    border-radius: 30px 0px 0px 30px;
}

.stepscol .number {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 80px;
    font-weight: 700;
    font-family: 'Product Sans';
}

.stepscol h5 {
    color: #8C5F07;
    font-size: 30px;
    margin: 0 0 15px;
    font-family: "Inder", sans-serif; /* font-weight: 600; */
}

.stepscol ul li {
    padding: 0 0 5px 20px;
    position: relative;
    font-family: "Inder", sans-serif;
    font-size: 20px;
    color: #544c3f;
}

.stepscol ul li:after {
    width: 10px;
    height: 10px;
    background-color: #544c3f;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 10px;
}

.vote {
    padding-bottom: 100px;
}

.vote .days h2 {
    color: #FF7A00;
    background: #FFF;
    border-radius: 20px;
    font-family: Inter;
    font-size: 152px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 15px;
}

.vote .days {
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.vote .days span {
    color: #000;
font-family: Inter;
font-size: 46px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.topstories {
    padding: 130px 0;
    position: relative;
}

.storybox {
    background: linear-gradient(180deg, #FBC475 24%, #FF7A00 100%);
    padding: 30px;
    box-shadow: 0px 4px 10px 0px #00000040;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 0 0 10px;
    position: relative;
}

.storyslide {
    padding: 30px 20px;
}

.storybox h5 {
    color: #fff;
    font-size: 30px;
    padding: 20px 0;
    font-family: "Inder", sans-serif;
}

.storybox .number {
    position: absolute;
    right: 30px;
    bottom: 10px;
    color: #fff;
    font-size: 70px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    opacity: 0.6;
}

.tag {
    width: 50%;
    color: #FCB55E;
    font-size: 25px;
}

.rating {
    color: #fff;
    font-weight: 600;
}

.rating i {
    padding-left: 5px;
    color: #FFF500;
    font-size: 22px;
}

.storyslide .owl-nav {
    display: block !important;
    position: absolute;
    left: 0px;
    right: 0;
    top: 40%;
}

.storyslide .owl-nav button {
    width: 40px;
    height: 40px;
    /* border: 1px solid #fff !important; */
    /* border-radius: 50%; */
    color: #fff !important;
    text-indent: -999999px;
}

.topbooks {
    padding: 100px 0;
    position: relative;
}

img {
    max-width: 100%;
}

.nopad .col-md-3 {
    padding: 0 0px;
}

.featuredstory {
    padding: 100px 0;
    position: relative;
}

.arrowround {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 100;
    margin-left: 15px;
    margin-right: -15px;
}

.featurebox {
    background-image: url(../images/featuredbg.jpg);
    padding: 100px 0;
    position: relative;
    background-size: cover;
    margin: 20px 0 0;
    background-position: center;
}

.thumbimg {
    padding: 20px 0 0;
}

.thumbimg img {
    border: 4px solid #fff;
    border-radius: 30px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}

.featurebox h5 {
    color: #fff;
    font-size: 40px;
    font-family: 'Product Sans';
    font-weight: 600;
}

.featurebox h6 {
    color: #fff;
    font-size: 20px;
}

.featurebox p {
    color: #fff;
    font-size: 16px;
    margin: 0 0 20px;
}

.featurebox .row {
    align-items: end;
}

.twriters {
    padding: 100px 0;
    position: relative;
}

.writebox {

    background: linear-gradient(227deg, #FFE5BE 2.5%, #FF7A00 100%);

    padding: 30px 50px;

    box-shadow: 0px 4px 10px 0px #00000040;

    border-radius: 30px;

    margin: 0 0 10px;

    position: relative;

    border: 4px solid #fffdc963;

}

.writebtm {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.footer {
    background-color: #FFE5BE;
    padding: 50px 0 0;
    border-radius: 30px 30px 0px 0;
    font-size: 14px;
    position: relative;
}

.storybox p {
    font-family: 'Product Sans';
}

.rating {
    font-family: 'Product Sans';
    font-size: 20px;
}

a:focus, button:focus, div:focus, input:focus, select:focus {
    outline: none !important;
}

select.form-control {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 91% center;
}

.owl-nav button {
    background-image: url(../images/arrow-right.png) !important;
    background-size: contain !important;
}

.owl-prev {
    transform: rotate(180deg);
}

.btn {
    position: relative;
}

.btn span {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
}

.btn:hover {
    color: #fff;
}

.btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #774700;
    border-radius: 0;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform .5s cubic-bezier(.86, 0, .07, 1);
    transition-timing-function: cubic-bezier(.86, 0, .07, 1);
    z-index: 1;
    border-radius: 30px;
}

.btn:hover:before {
    transform: scale(1);
    transform-origin: bottom left;
}

.footer h5 {
    margin: 0 0 30px;
}

.footer ul li {
    padding: 0 0 20px;
    position: relative;
}

.copy {
    border-top: 1px solid #B7B7B7;
    padding: 20px 0;
    margin-top: 30px;
}

.powered {
    text-align: right;
}

.ftrtext {
    padding: 8px 20px 0 0;
    font-size: 13px;
    line-height: 18px;
}

.bounce-y {
    animation: bounce-y 2s linear infinite;
}

@keyframes bounce-y {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(30px)
    }

    to {
        transform: translateY(0)
    }
}

.twriters .tag {
    width: auto;
}

.owl-nav .owl-next {
    float: right;
}

.carticon {
    padding-right: 30px;
    padding-left: 20px;
}


.scroll-on {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000b0;
}

.scroll-on .nav-link {
    padding: 20px 0 !important;
}

.twriters .owl-nav {
    display: block !important;
    position: absolute;
    left: 0px;
    right: 0;
    top: 40%;
}

.twriters .owl-nav button {
    width: 40px;
    height: 40px;
    color: #fff !important;
    text-indent: -999999px;
}


.loginsignup {
    background-image: url(../images/loginsignup.jpg);
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 220px;
}

.formcontainer {
    margin: 0 auto 0;
    height: 400px;
    background-size: contain;
    width: 800px;
    position: relative;
    z-index: 3;
    padding-left: 40px;
}
.orlogin p{ margin: 0 !important;}
.loginsignup:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 77px;
    background: #000000b0;
}

.writerloginbg {
    background-image: url(../images/writerloginbg.png);
}

.loginsignup .titletag {
    font-size: 160px;
    font-weight: 700;
    letter-spacing: -12px;
    top: -152px;
    left: 100px;
}

.loginsignup .heading {
    position: absolute;
    top: -50px;
    left: 121px;
}

.formcenter {
    width: 260px;
    margin: 0px auto;
    padding: 40px 0 0 30px;
}

.formcenter h6 {
    font-family: "Prompt", sans-serif;
    font-size: 19px;
    font-weight: 500;
    margin: 10px 0;
}

.custom-select-wrapper {
    position: relative;
    display: block;
    user-select: none;
}

.custom-select-wrapper select {
    display: none;
}

.custom-select {
    position: relative;
    display: block;
    background: none;
    border: none;
    padding: 0;
    height: auto;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 40px 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #888;
    line-height: 60px;
    background: #fff;
    border-radius: 30px;
    cursor: pointer;
    border: 2px solid #F99E1A !important;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    right: 25px;
    margin-top: -4px;
    border-bottom: 2px solid #939393;
    border-right: 2px solid #939393;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 50px;
    left: 0;
    right: 0;
    min-width: 100%;
    margin: 0;
    border: 1px solid #b5b5b5;
    border-radius: 0 0 30px 30px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    background: #fff;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
    border: 2px solid #F99E1A !important;
    border-top: 0 !important;
}

.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}

.custom-options:before {
    position: absolute;
    display: block;
    content: '';
    bottom: 100%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-bottom: -4px;
    border-top: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
    background: #fff;
    transform: rotate(45deg);
    transition: all .4s ease-in-out;
    display: none;
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #f99e1a45;
    font-size: 18px;
    font-weight: 400;
    color: #b5b5b5;
    line-height: 47px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    /* background: #f9f9f9; */
    color: #f99e1a;
}

.opened .custom-select-trigger {
    border-radius: 30px 30px 0 0;
}

.bestproduction {
    position: relative;
}

.steps {
    position: relative;
    padding: 100px 0 50px;
}

.twriters .owl-carousel {
    margin-top: 50px !important;
}

.writerslider {
    padding: 0px 20px;
}

a:hover {
    text-decoration: none;
}

footer a:hover {
    color: #f99e1a;
}

footer.footer .ftlogo {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

footer.footer .ftlogo p.ftrtext {
    text-align: left;
    line-height: 23px;
}

footer.footer .links {
    display: flex;
    gap: 10px;
}

footer.footer .links img {
    max-width: 40px;
}

footer.footer .app-links {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

footer.footer .app-links img {
    max-width: 150px;
}

.storybox .flex.items-center {
    justify-content: space-between;
    padding-right: 50px;
}

.form-group label {
    font-weight: 500;
    margin: 0;
    font-size: 13px;
    color: #424242;
}

.form-group input,
.form-group select{
    width: 100%;
    border: 1px solid #c9c9c9;
}

.inbtn {
    padding: 8px 20px;
    background-color: #F99E1A;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
}

.letsbg {
    background-image: url(../images/letbg.jpg);
    background-size: cover;
    padding: 300px 0 0px;
    background-position: center;
}

.letsformbg {
    background-image: url(../images/letsformbg.png);
    min-height: auto;
    background-size: cover;
    position: relative;
    background-position: left bottom;
    border-radius: 10px;
    padding-bottom: 50px;
}

.letsformbg .titletag {
    font-size: 150px;
    top: -200px;
}

.letsformbg .heading {
    top: -104px;
}

.letsformcol {
    width: 750px;
    margin: 0 auto;
    padding-right: 150px;
    padding-top: 35px;
}


@media (max-width: 767px) {
    .herobanner {
        min-height: auto;
        height: 500px;
    }

    .pen img {
        width: 80px;
    }

    .pen {
        top: -35px;
    }

    .titletag {
        font-size: 65px;
        letter-spacing: -5px;
        top: -50px;
    }

    .searchcol {
        padding: 30px 0 100px;
    }

    .heading {
        font-size: 30px;
    }

    .searchbox {
        padding: 25px;
    }

    .searchbox .text-right {
        text-align: center !important;
        padding-top: 10px;
    }

    .stepsrow {
        display: block;
        padding: 0 20px;
    }

    .stepscol {
        width: auto;
        min-height: auto;
    }

    .stepscol.left {
        border-radius: 30px;
    }

    .stepscol.mid {
        width: auto;
        margin: 40px 0;
    }

    .stepscol.right {
        border-radius: 30px;
    }

    .navbar {
        padding: 10px 0;
    }

    .graph {
        position: static;
    }

    .searchcol .form-control {
        padding: 10px 30px !important;
    }

    .form-control.border {
        font-size: 16px;
        border: 1px solid #F99E1A !important;
    }

    .custom-select-trigger {
        line-height: 45px;
        border-width: 1px;
        font-size: 16px;
    }

    .labeltext {
        font-size: 15px;
        margin: 0 0 0px;
    }

    .customselect {
        padding-bottom: 10px;
    }

    .btn {
        font-size: 15px;
    }

    .arrowround {
        width: 25px;
        height: 25px;
        font-size: 20px;
        right: 0;
    }

    .searchcol .arrowround {
        position: absolute !important;
    }

    .searchbox .btn {
        width: 100%;
        position: relative;
    }

    .searchbox .btn span {
        width: 100%;
        justify-content: center;
    }

    .searchbox .btn span span {
        width: 25px !important;
    }

    .custom-select-trigger:after {
        width: 10px;
        height: 10px;
    }

    .searchbox .col-md-4:nth-child(1) {
        position: relative;
        z-index: 2;
    }

    .searchbox .col-md-4:nth-child(2) {
        position: relative;
        z-index: 1;
    }

    .custom-options {
        top: 47px;
    }

    .bestproduction {
        padding: 0px 0 100px;
    }

    .productionbox .owl-nav {
        left: -50px;
        right: -50px;
    }

    .steps {
        padding: 0px 0 100px;
    }

    .topstories {
        padding: 0 0 100px;
    }

    .topbooks {
        padding: 0 0 100px;
    }

    .featuredstory {
        padding: 0 0 100px;
    }

    .twriters {
        padding: 0 0 100px;
    }

    .footer {
        text-align: center;
    }

    .scroll-on {
        padding: 8px 10px 10px;
    }

    .scroll-on .nav-link {
        padding: 5px 20px !important;
    }

    .scroll-on #navbarSupportedContent {
        top: 45px !important;
    }

    .navbar-nav {
        padding: 10px 0 !important;
    }

    .navbar-nav li:nth-child(1)::before, .navbar-nav li:nth-child(4)::before, .navbar-nav li:nth-child(5)::before {
        display: none;
    }

    .rightmenu {
        padding-bottom: 10px;
    }

    .nav-link {
        font-size: 16px !important;
    }

    .stepscol .number {
        top: -40px;
        font-size: 60px;
    }

    .featurebox p {
        margin-top: 30px;
    }

    .stepscol ul li {
        font-size: 16px;
    }

    .stepscol h5 {
        font-size: 25px;
    }

    .vote {
        padding-bottom: 100px;
    }

    .vote .days h2 {
        margin-top: 20px;
        font-size: 98px;
    }

    .vote .days span {
        font-size: 30px;
    }

    .contest-modal .modal-title {
        font-size: 24px !important;
    }
    .contest-modal .close-btn {
        top: 18px !important;
        font-size: 28px !important;
    }
    .contest-modal .modal-image {
        max-width: 180px !important;
    }
    .contest-modal .modal-text {
        font-size: 14px !important;
    }
    section.contest {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    section.contest-story-view .scripttop {
        padding-top: 10px;
    }
    section.contest-story-view .title {
        text-align: center !important;
        font-size: 39px !important;
    }
    section.contest-story-view .views {
        position: relative !important;
    }
    section.contest-story-view .synopsrating {
        flex-direction: column;
        gap: 10px;
    }
    section.contest-story-view .scategory {
        text-align: center;
    }
    section.contest-story-view ul li i {
        font-size: 20px !important;
    }
    section.contest-story-view .synopshare ul {
        display: flex;
        flex-direction: column;
    }

    footer.footer .ftlogo {
        align-items: center;
    }

    footer.footer .ftlogo p.ftrtext {
        text-align: center;
    }

    .desktop-banner {
        display: none !important;
    }
    .mobile-banner {
        display: block !important;
    }
    .image-container img {
        height: 100vh !important;
    }
    .clickable-area {
        width: 56% !important;
        height: 11% !important;
    }
    footer.footer ul li.coming-soon a::before {
        width: 80px;
        margin: auto;
        left: 0;
        right: 0;
    }
    .newsslideimg .wrapper {
        flex-direction: column;
    }
    .newsslideimg .char-image {
        width: 100% !important;
    }
    .newsslideimg .title-wrapper {
        width: 100% !important;
    }
}


.wsignup {
    background-image: url(../images/wregister.png);
    height: 502px;
    width: 1000px;
}

.formregister {
    width: 360px;
    margin: 0px auto;
    background-color: #FFE5BE;
    padding: 40px 30px 10px;
}

.formregister input,
.formregister select{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 10px;
}

.formregister h6 {
    margin: 0 0 5px;
    font-size: 23px;
    text-align: center;
    font-weight: 600;
}

.formregister p {
    text-align: left;
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px;
}

.formregister p strong {
    text-align: center;
}

.formregister .form-group {
    margin: 0 0 6px;
}

.formregister button {
    margin: 10px 0 0;
}

.ploginbg {
    background-image: url(../images/plogin.png);
}

.plogin {
    padding: 40px 17px 0 8px !important; /* width: 273px; */
}

.plogin input {
    border-width: 0 0 2px !important;
}

.psignup {
    background-image: url(../images/producer-register.svg);
    height: 502px;
    width: 1000px;
}

.publiclogin {
    background-image: url(../images/publiclogin.png);
    background-position: center bottom;
    background-size: cover !important;
    border-radius: 10px !important;
    padding-left: 70px;
}

.pwd a {
    color: #F99E1A;
    font-size: 13px;
    margin-top: 0;
    display: inline-block;
}

.pwd {
    margin: -15px 0 10px;
    display: block;
}

.orlogin {
    text-align: center;
    line-height: 16px;
    font-weight: 600;
}

.publicregister {
    background-image: url(../images/publicsignup.png);
    height: 671px;
    width: 830px;
    background-size: cover !important;
}

.reforgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding-top: 10px;
}

.orsign {
    text-align: center;
    padding: 20px 0;
    color: #706c6c;
}

.havaccount {
    padding: 20px 0 0;
}

.fpwd a {
    color: #F99E1A;
}

.havaccount a {
    color: #78ABD4;
}

.letsformcol input {
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #555;
}

.letsformcol label {
    color: #000;
    font-size: 22px;
}

.letsformcol textarea {
    padding: 10px 20px;
    width: 100%;
    height: 200px;
    border-radius: 6px;
    border: 1px solid #555;
}

.letsbtns {
    padding: 50px;;
    text-align: right;
}

.sidebar {
    border-right: 1px solid #000000;
    background-color: #FFE5BE;
    padding: 20px 20px 170px;
    border-radius: 8px;
    position: relative;
}

.padt250 {
    padding-top: 250px;
}

.storiesone {
    top: -189px;
    font-size: 180px;
}

.storiestwo {
    top: -73px;
    position: absolute;
}

.moviecard {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 15px;
}

.cardcnt {
    padding: 0;
    position: relative;
}

.cardcnt h5 {
    font-size: 14px;
}

.cardcnt h4 {
    font-size: 21px;
    margin: 0 0 5px;
}

.cardcnt h6 {
    position: absolute;
    right: 0px;
    top: 0;
}

.cardcnt p {
    font-size: 11px;
    line-height: 14px;
    color: #737373;
    margin: 0 0 10px; min-height: 60px;
}

.padl0 {
    padding-left: 0;
}

.cardbtm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crating {
    width: auto;
}

.crating i {
    cursor: pointer;
}

.cardcnt .cbtn a {
    background-color: #FFE5BE;
    padding: 5px 10px;
    border-radius: 20px;
    color: #000;
    font-size: 12px;
}

.sidebarhed {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px;
}

.sidesearch {
    position: relative;
}

.sidesearch a {
    position: absolute;
    right: 6px;
    font-size: 14px;
    top: 3px;
}

.sidesearch input {
    width: 104px;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #555;
}

.sidebarbody {
    padding: 0 0 30px;
    font-size: 13px;
    font-weight: 500;
}

.listlabel input[type=checkbox] {
    background: #000 !important;
    margin-right: 5px;
    border-radius: 0 !important;
}

.listlabel.link {
    padding: 10px 0 0 20px;
}

.customcheck input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.customcheck label {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.customcheck label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #525252;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
}

.customcheck input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 4px;
    height: 8px;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}

.plr5 {
    padding-left: 7px;
    padding-right: 7px;
}


.pagenationcol {
    padding: 50px 0 150px;
    text-align: center;
}

.pagenationcol ul {
    justify-content: center;
    align-items: center;
}

.pagenationcol ul li {
    padding: 0 5px;
}

.pagenationcol ul li a.page-link {
    background: none;
    padding: 8px 8px;
    line-height: 14px;
    border: 1px solid #000;
    color: #fff;
    border-radius: 5px;
}

.pagenationcol ul li a.page-link.active {
    background-color: #fff;
    color: #000;
}

.first {
    padding-right: 20px !important;
}

.sibarimg {
    background-image: url(../images/siebarimg.png);
    width: 100%;
    height: 251px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
}

.ftrimg {
    position: absolute;
    top: -142px;
    width: 150px;
    right: 23%;
}

.cardimg img {
    max-height: 150px;
    width: 100%;
    object-fit: cover;
}

.booksibarimg {
    background-image: url(../images/boosidebar.png);
    width: 100%;
    height: 169px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: -20px;
}

.aboutone {
    padding: 200px 0;
    position: relative;
}

.aboutpen {
    position: absolute;
    top: 0px;
    left: 43.5%;
    width: 160px;
}

.aboutone .titletag {
    top: 00px;
    font-size: 200px;
    left: 0;
    right: 0;
}

.aboutone .heading {
    top: -64px;
}

.aboutone p {
    color: #fff;
    font-family: "Prompt";
    font-size: 25px;
    font-weight: 300;
}

.profilecol {
    padding: 300px 0 0;
    position: relative;
    color: #fff;
}

.profilecol .titletag {
    top: 100px;
    font-size: 200px;
    left: 0;
    right: 0;
}

.profilecol .heading {
    top: -64px;
}

.profilerow {
    padding-top: 20px;
    padding-bottom: 20px;
}

.profilerow div {
    color: #fff;
}

.labelcol {
    display: flex;
    justify-content: space-between;
}

.profilerow input {
    border: 1px solid #999;
    padding: 5px 20px;
    border-radius: 4px;
}

.white {
    color: #fff;
}

.text-center {
    text-align: center;
}

.padtop5 {
    padding-top: 5px;
    display: block;
    font-size: 18px;
}

.profilecol.btm100 {
    padding-bottom: 100px;
}

#account-details .container {
    padding: 0;
}

#account-details .btn {
    padding: 10px 18px;
    font-size: 18px;
}

#account-details .contest-story::before {
    content: "NEW";
    color: #fff;
    background-color: #ff4d4f;
    font-size: 10px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 9px;
    position: absolute;
    display: block;
    top: -2px;
    left: 14px;
}

/* contest popup */

.contest-modal {
    display: none;
    position: fixed;
    padding: 0 15px;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.contest-modal .contest-modal-content {
    background: #FFE5BE;
    border-radius: 20px;
    max-width: 1000px;
    margin: 100px auto;
    padding: 20px;
    position: relative;
    text-align: center;
    max-height: 80vh; /* Set a maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.contest-modal .modal-title {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;
}

.contest-modal .close-btn {
    position: absolute;
    top: 20px;
    right: 18px;
    font-size: 36px;
    color: #333;
    cursor: pointer;
}

.contest-modal .modal-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.33;
    margin: auto;
    max-width: 250px;
    margin-bottom: 15px;
}

.contest-modal .modal-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}



.conatctus {
    background-color: #FFE5BE;
    padding: 60px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 0 150px;
}

.conatctus input {
    padding: 8px 15px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 0 0 20px;
    width: 100%;
}

.conatctus textarea {
    padding: 5px 10px;
    border: 1px solid #555;
    border-radius: 5px;
    margin: 0 0 15px;
    width: 100%;
    min-height: 100px;
}

.conatctus label {
    display: block;
    margin: 0;
    font-size: 14px;
}

.conatctus h4 {
    color: #000;
    font-size: 40px;
    margin: 0 0 15px;
    font-weight: 600;
}

.conatctus button {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: linear-gradient(180deg, #FF7A00 0%, #F99E1A 100%);
    border-radius: 5px;
    border: 1px solid #000;
    margin: 0 0 20px;
}

.conatctus a {
    color: #FF7A00;
    text-decoration: underline;
}

.conatctus img {
    max-width: 300px;
}

.padl3 {
    padding-left: 30px;
}

.cntext {
    font-size: 17px;
    padding-left: 30px;
}

.scripttop {
    top: 60px;
    font-size: 180px;
}

.justify-cnt {
    justify-content: center;
}

.termscol {
    background-color: #FFE5BE;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 150px;
    position: relative;
}

.termscol p {
    font-size: 14px;
}

.ptb30 {
    padding: 30px 0;
}

.termscol:after {
    width: 500px;
    height: 340px;
    position: absolute;
    left: 50%;
    top: 45%;
    content: "";
    background-image: url(../images/conditionicon.png);
    background-size: contain;
    margin-left: -250px;
    margin-top: -170px;
    background-repeat: no-repeat;
}

.relativezindex {
    position: relative;
    z-index: 4;
}

.relative {
    position: relative;
}

.descimg {
    position: absolute;
    bottom: -30px;
    right: 0;
}

.contest {
    padding-bottom: 200px;
}

.contest .date-wrapper {
    transform: rotate(-90deg);
    position: absolute;
    top: 44px;
    left: -40px;
}

.contest .date-text {
    font-family: Roboto;
    font-size: 25px;
    font-weight: 600;
    line-height: 44px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

section.contest-story-view .title {
    font-family: Roboto;
font-size: 52px;
font-weight: 600;
line-height: 84.38px;
text-align: left;
}

section.contest-story-view .views {
    position: absolute;
    right: 0;
}

section.contest-story-view .srating {
    font-family: Roboto;
font-size: 26px;
font-weight: 500;
line-height: 28px;
text-align: left;
}

section.contest-story-view .views {
    font-family: Roboto;
font-size: 24px;
font-weight: 500;
line-height: 28px;
text-align: left;

}

section.contest-story-view ul .ri-heart-line{
    font-size: 24px;
}

section.contest-story-view ul .rating-stars i {
    font-size: 26px;
}


section.contest-story-view p {
    font-family: Roboto;
font-size: 16px;
font-weight: 400;
line-height: 26px;
text-align: left;
color: rgba(115, 115, 115, 1);

}

section.contest-story-view .p-bottom {
    padding: 10px 30px 30px 30px;
}

.modal-checkbox {
    display: none;
}

.front-modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.modal-checkbox:checked ~ .front-modal {
    opacity: 1;
    pointer-events: auto;
}

.front-modal-content {
    background-color: transparent;
    width: 90%;
    position: relative;
    max-height: 100vh;
    overflow-y: hidden;
    text-align: center;
    border-radius: 10px;
}

.front-modal .close-btn {
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 1;
    font-size: 70px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.front-modal .close-btn:hover,
.close-btn:focus {
    color: #808080;
    text-decoration: none;
}

.image-container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100vw;
}

.image-container img {
    width: 100%;
    max-height: 90vh;
}

.clickable-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 37%;
    height: 9%;
}

.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

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

    .carticon {
        padding-right: 10px !important;
    }

    .logo img {
        max-width: 140px;
    }

    .pen {
        left: 30.9%;
    }

    .searchbox {
        padding: 30px 30px 50px;
    }

    .custom-option, .custom-select-trigger {
        font-size: 15px;
    }

    .searchbox .col-md-9 {
        flex: 0 0 71%;
        max-width: 70%;
    }

    .titletag {
        font-size: 150px;
        top: 0;
        letter-spacing: -12px;
    }

    .heading {
        font-size: 40px;
    }

    .graph {
        top: -48px;
        max-width: 288px;
    }

    .stepscol h5 {
        font-size: 20px;
    }

    .stepscol {
        padding: 50px 30px;
        min-height: auto;
    }

    .storybox .number {
        font-size: 45px;
        right: 15px;
        bottom: 20px;
    }

    .featurebox p {
        font-size: 13px;
    }

    .stepscol ul li {
        font-size: 16px;
    }

    .stepscol .number {
        font-size: 60px;
        top: -44px;
    }

    .vote .days {
        gap: 5px;
    }

    .vote .days h2 {
        font-size: 118px !important;
        padding: 20px 5px;
    }

    .vote .col-md-4 {
        padding-left: 0;
    }

    .vote .days span {
        font-size: 26px !important;
    }

    section.contest-story-view  .titletag {
        padding-top: 70px;
    }

}

form .validation, .validation {
    font-size: 11px;
    color: red;
}



/* NEW CSS  */


.letsbtns button {
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    color: #F99E1A;
    border-radius: 30px;
    margin: 0 0 0 20px; border: none;
}

.letsbtns button.theme {
    background-color: #F99E1A;
    color: #fff !important;
}
.letsformcol select {
    padding: 15px 20px;
    border-radius: 6px;
    border: 1px solid #555;
}.letsformbg{background-position: center;}
.psignup{ height: auto !important; background-size: contain; background-repeat: no-repeat;background-position: bottom;}
.formcontainer{background-color: #fcf5c7;border-radius: 20px;}
.rem{ display: flex; align-items: center;}
.rem input{ margin-right: 5px;}
.havaccount {
  padding: 0;
  margin: 0 !important;
}.publicregister{ height: auto !important;background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;}
.synopsisbox{ background-color: #FFE5BE; border-radius: 10px; margin-bottom: 50px;}
.padb50{padding-bottom: 170px;}
.fivetitle{ font-size: 30px; color: #fff; margin: 0 0 10px; font-weight: 400;}
.synopsrating{ display: flex; align-items: center; font-size: 20px;position: relative;}
.staricons .active{ background-color: #000;}
.staricons .ri-star-s-fill{color: #FFB03C;}
.srating{ padding-left: 10px; font-weight: 600;}
.scategory{ font-weight: 600;}
.synopshare{ padding:30px 0 0;}
.synopshare ul{display: flex;}
.synopshare ul li{padding-right: 25px;text-align: center;font-size: 25px;}
.synopshare ul li span{margin: 0;font-size: 15px; display: block;}
.synopshare a:hover{ color: #000;}
.synopscnt{ padding: 30px 30px 10px 0;}
.synopscnt h3{ font-weight: 700;}
.synopscnt i{ cursor: pointer;}
.sdesc{ font-size: 14px;
    padding: 20px 0 0;
    min-height: 120px; }
.sdesc a{color: #FF7A00;
    text-decoration: underline;}
.comments{background-color: #FFE5BE;padding: 40px;border-radius: 10px;margin:30px 0 200px;}
.commentrow{ display: flex; padding: 0 0 30px;}
.userimg{width: auto;margin-right: 30px;}
.commenthed{ display: flex; align-items: center;}
.commenthed .name{  font-size: 22px; font-weight: 700;}
.time{ padding-left: 30px; color: #737373;font-size: 14px;}
.usermessage{padding: 5px 0 10px 0;font-size: 14px;}
.commentlinks{ display: flex; align-items: center;}
.commentlinks li{ padding-right: 20px; font-size: 14px;}
.commentlinks li a{color: #737373;}
.number{ font-size:20px; font-weight:600; display: flex; align-items: center; }.number span{ font-size: 25px; padding: 0 5px;}
.commentlinks li.number a{ color: #000;}
.synopsimg img{ border-radius: 10px 0 0 10px;}
.wsignup {
    height: auto;
    background-size: contain !important;
    background-color: #ffe5be;
    background-repeat: no-repeat;
    background-position: bottom;
}.letsformbg{background-color: #ffe5be;}
.chatbot{ position: fixed; bottom: 20px; right: 20px; border: 1px solid #fff;}
.genre .custom-options{ height: 250px; overflow-y: scroll;}
.rightmenu{display: flex;}
.storybox p{ height: 100px; overflow: hidden;}


  .ftlogo img{ width:125px;}
  .bestproduction .titletag{    font-size: 90px;
    letter-spacing: -6px;
    top: 70px;}
    .sidebarbody{ position: relative; z-index: 4;}
    .cardimg img{ height: 150px; width: 100%; object-fit: cover;}
    .sidesearch a{ top: 3px;}
    .profilerow .text-info {
        color: #edff65 !important;
    }  .profilerow input{ width: 100%;}
    .synopsimg img{ height: 350px; object-fit: cover; width: 100%;}
    .nav-item.show .dropdown-menu {
        opacity: 1;
        visibility: visible;
        max-height: 999px;
        transform: translate3d(0, 0px, 0);
    }
    .bookbox img{  width: 100%;
        height: 400px; border-radius: 6px;
        object-fit: cover;}
    .sidesearch input{padding: 0 25px 0 5px;}
   .writerscolist{padding: 0 0 100px;}
   .writerscolist .writebox{ margin-bottom: 30px;}
   .writerscolist .tag{ color: #fff;}
   .loginsignup:after{ top: 95px;}
   .aboutpen {
    left: 50%;
    margin-left: -88px;
} .heroimage{ opacity: 1 !important;}
.padt250{ position: relative;}
.storyslide .owl-nav, .twriters .owl-nav, .latestnews .owl-nav{ left: -15px; right: -15px;}
.pdb30px{ padding-bottom: 50px;}
.morelink {
    color: #FF7A00;
    text-decoration: underline; font-size: 13px;
}.newslide{ padding: 0 20px;}

.latestnews { padding: 110px 0; position: relative;}
.helpbox {padding: 0 0 100px;}
.helopimg img{ max-height: 300px;}
.helopimg{position: absolute;
    bottom: -51px;
    right: 100px;}
.newsslideimg img{ border-radius: 10px;}

.chatbot{position: fixed;right: 0;bottom: 0;width: 300px;background-color:#FFE5BE;border-radius: 10px;z-index: 999;}
.botheder{display: flex;align-items: center;background: #F99E1A;padding: 10px;justify-content: space-between;border-radius: 10px 10px 0 0; color: #fff;}
.botcontent{height: auto;
    display: flex;
    align-items: self-end;} .ccontentare{ width: 100%;}
.botfooter{display: flex;align-items: center;background: #f99e1a;justify-content: space-between;padding: 10px 20px;}
.uerstitle{padding-left: 20px;color: #fff;font-size: 14px;}
.chatuserimg{display: flex;align-items: center;color: #fff;}
.menuicon{width: 25px;height: 25px;border-radius: 50%;background: #fff;text-align: center;}
.chatsubmit button{border: none;background: none;padding: 0;color: #fff;font-size: 25px;transform: rotate(130deg);}
.chatinput{position: relative;padding: 0 0 0 10px;width: 80%;}
.chatinput input{border: none;border-radius: 4px;padding: 3px 10px;font-size: 14px;width: 100%;}
.chatinput i{position: absolute;right: 6px;font-size: 18px;}
.chatricons a{ color: #fff;}
.userpic img{ max-width: 35px;}
.w50{max-width: 85%; min-width:10%;}
.userrole{padding-right: 20px;font-size: 11px;text-align: right;}
.typecol{padding: 5px 10px;background-color: #fff;border: 1px solid #00000078;}
.ttime{font-size: 8px;}
.typemessage{font-size: 12px;}
.typing{ font-size: 10px;}
.left .typecol{border-radius: 10px 10px 10px 0;}
.typerow.right{ display: flex; justify-content: right;}
.right .typecol{border-radius: 10px 10px 0px 10px;}
.right .userrole{ padding:10px 0 0 10px !important; text-align: left;}
.writerstag a{ color: #fff; margin-right: 20px;}
.newscol{ padding: 250px 0 100px; position: relative;}
.newscol .titletag{ top:100px}
.newscol .heading { top: 0;}
.storiesthree{ top:80px}
.padt2300{ padding-top: 300px;}
.hedtitle{font-weight: 600;}
.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
  }
  .logindrop .dropdown-menu{ left: auto; right: 0;}
  .logo{ padding: 5px 0;}
  .scroll-on .logo img{ width:50px;}
  .chatricons{ font-size: 22px;}
.chatbot .ri-arrow-down-s-line{ display: none;}
.chatbot.active .ri-arrow-down-s-line{ display: block;}
.chatbot.active .ri-close-line{ display: none;}
.chatbot.active .botcontent{display: none;}
.seemoreopt{padding: 5px 0 0 15px;
    display: flex;
    align-items: center;}
    .sharebtns{ position: relative;}
    .shareicons{position: absolute;background: #ffe5be;padding: 7px 20px;border-radius: 6px;border: 1px solid #fff;margin: 15px 0 0; display: none;}
#sharebtns.active .shareicons{ display: block;}
.chatdetaillist {
                    padding: 94px 0 0;
                }

                .chatsdetail {
                    display: flex
                }

                .chatlet {
                    width: 25%;
                    background: #fff
                }

                .chatright {
                    width: 75%;
                    border: 1px solid #000;
                    border-width: 1px 1px 0;
                }

                .chedleft {
                    padding: 23px 0 0;
                    background: #F99E1A;
                    height: 72px;
                }

                .chedleft h5 {
                    color: #fff;
                }

                .clistleft {
                    padding: 20px;
                    border-top: 1px solid #000;
                }

                .clistsearch {
                    position: relative;
                    margin: 0 0 10px;
                }

                .clistsearch input {
                    border: none;
                    background: #FFE5BE;
                    width: 100%;
                    font-size: 13px;
                    padding: 5px 10px;
                    color: #000;
                    border-radius: 4px;
                    border-bottom: 1px solid #000;
                }

                .cleftrow {
                    display: flex;
                    justify-content: space-between;
                    font-size: 13px;
                    padding: 15px 0;
                    border-bottom: 1px solid #ccc;
                }

                .cleftcol {
                    display: flex;
                    flex-grow: 1;
                }

                .chedright {
                    padding: 15.5px 20px;
                    display: flex;
                    align-items: center;
                    color: #fff;
                    font-weight: 600; height: 71px;
                }

                .chedright img {
                    width: 40px;
                    margin-right: 20px;
                }

                .cleftuser {
                    /* padding-right: 10px; */
                }.cleftinfo {
                    word-break: break-word;
                    width: 80%;
                    padding-left: 8px;
                }

                .cleftuser img {
                    width: 40px;height: 40px;
                    border-radius: 50%;
                }.cthredscroll{ word-wrap: break-word;}
.cleftinfo{word-break: break-word;}
                .chatcntare {
                    background: #FFE5BE;
                    border-top: 1px solid #000;
                   height: 500px;
                    display: flex;
                    align-items: self-end;flex: 1 1 auto;
                }

                .chatfooter {
                    display: flex;
                    background: #FFE5BE;
                    border: 1px solid #000;
                    padding: 10px 20px;
                    align-items: center;
                    justify-content: space-between;
                    border-width: 1px 0;
                }

                .smlicon {
                    padding: 0;
                    width: auto;
                    font-size: 24px;
                }

                .inputchatcol {
                    width: 95%;
                }

                .inputchatcol input {
                    border: 1px solid #000;
                    padding: 5px 20px;
                    width: 100%;
                    border-radius: 6px;
                }

                .chatlistsubmit button {
                    border: none;
                    background: none;
                    padding: 0;
                    color: #000;
                    font-size: 25px;
                    transform: rotate(130deg);
                }

                .wauto {
                    width: auto;
                }

                .chatcntare .typerow.left {
                    display: flex;
                    justify-content: left;
                }

                .chatcntare .typemessage {
    font-size: 13px; text-align:right;
} .chatcntare .right .typemessage{ text-align:left;}
.chatcntare .right .ttime{ text-align:right;}
.ftlogo{ text-align: center;}
.talkrow{ display: flex;}
.talkcol-left{width: 50%;padding-top: 30px;}
.talkcol-left video{  width: 100%; border-radius: 10px; background-color: #000;}
.talkcol-right{ width: 50%; padding-left: 10px;}
.thrislide img{ border-radius: 10px; border: 1px solid #fff;    height: 150px !important;
    width: 100%;}
.thrislide video{ border-radius: 10px; border: 1px solid #fff;    height: 150px !important;
    object-fit: cover;}
.thrislide p{ font-size: 12px; margin: 10px 0 0;}
.starvideo{height: 250px;background-color: #000;}
.starmessage{background-color: #0000009e;padding: 15px 30px;color: #fff;margin: 20px 0 0;}
.morelink:hover {
    color: #FF7A00;}
.radius50{ border-radius: 50%;}

.wlist{ color: #fff; text-align: center;line-height: 17px;}
.wlist div{ font-size: 10px;color: #fff;}
.ratecount { color: #fff;}
.ratecount i{color: #FFF500;}
.writebox h5{color: #fff;margin:20px 0 25px;text-align: center;
    font-size: 18px; min-height: 50px;
    font-weight: 600;}
.foundbox{border: 1px solid #000;border-radius: 10px;}
.foundhed{padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
    background: #f1bb6c;
    text-align: center;
    text-transform: uppercase;
    color: #fff;}
.foundhed strong{ display: block; color: #000; font-size: 25px;}
.foundcnt{padding: 25px;color: #000;min-height: 406px;border-radius: 10px !important;}

.vision{padding: 80px 0;}
.vision h6{color: #fff;position: relative;text-transform: uppercase;font-size: 25px;text-align: center;margin: 0 0 20px;}
.vision h6 span{display: inline-block;background: #f99e1a;padding: 0 10px;position: relative;z-index: 2;}
.vision h6:after{position: absolute;left: 0;right: 0;content: "";background-color: #fff;height: 1px;top: 14px;}
.visoncnt span{color: #000;font-size: 30px;font-weight: 800;}
.visoncnt{color: #fff;padding: 0 0 0 20px;position: relative;}
.qoute{position: absolute;left: 0;}
.teamset .foundhed{border-radius: 57px;display: inline-block;padding: 20px 50px;margin: 0 auto 20px;}
.teambtm{background-color: #f1bf77;padding: 50px 0;text-align: center;margin: 50px 0 100px;color: #fff !important;font-size: 25px;display: blo;}
.teambtm strong{color: #000;display: block;padding: 10px 0 0;}
.teambtm div{color: #fff;}
.ccontentare{height:300px;
    overflow-y: scroll;
    display: block;
    align-items: self-end;word-wrap: break-word;
    padding: 20px;}
.writebox a:hover{color: #000;}
.synopscnt .synopshare .ri-heart-line{ font-size:24px;}

.chathbtn{padding: 10px 0 0;}
.chathbtn a{ display: inline-block; padding: 10px 20px; border-radius: 6px; background-color: #FFE5BE; color: #F99E1A; text-transform: uppercase; font-weight: 600;}



    /* Scrollbar Styling */
    .ccontentare::-webkit-scrollbar, .cthredscroll::-webkit-scrollbar {
        width: 10px;
    }

    .ccontentare::-webkit-scrollbar-track, .cthredscroll::-webkit-scrollbar-track {
        background-color: #ebebeb;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .ccontentare::-webkit-scrollbar-thumb,  .cthredscroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #6d6d6d;
    }
.cthredscroll{height: 476px;
    overflow-y: scroll;
    margin-right: -18px;
    padding-right: 20px;}

.chat-btn{border: none; background: none;  color: #fff;}
.pencol{ text-align: center;}
.pencol img{ margin-left: -15px;}

.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #060606b3;
    min-width: 260px;
    box-shadow: 0 0;
    z-index: 1;
    left: -52px;
    text-align: left;
    border-radius: 10px;
    top: 70px;
    padding: 20px;
}a:focus, input:focus, button:focus{ outline: none;}

  .dropdown-content a {
    color: #fff;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}
.tarrow{ display: inline-block;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 18px solid #0000009c;
    position: absolute;
    top: -18px;
    z-index: 2;
    left: 105px}


  .show {display: block;}
  .googleicon{background: #ffe2c3;
    padding: 8px; display: inline-block;
    border-radius: 50%;}
    .profilerowimg{ text-align: center;}
    #imagePreview{ max-height: 300px; width: 100%; object-fit: cover;}
    .synopshare .ri-heart-fill{ font-size: 25px;}
    #morecontent .modal-body{ font-size: 13px;}
    #morecontent .modal-footer{justify-content: center;}
    #morecontent .btn{padding: 5px 20px;font-size: 13px;}
    .cleftrow .crightcol{ font-size: 8px;}.cleftinfo .clmsg{ font-size: 8px;}
 .chatsdetail .ccontentare{ height: 500px;}
.ri-star-s-fill{ color: #F99E1A;}

.faqpage .collapsible-link {
    width: 100%;
    position: relative;padding-right: 55px !important;
    text-align: left; text-transform: unset !important;
  }
  .faqpage .font-weight-light {
    font-weight: 500 !important;
}
  .termscol.faqpage{ background: none;}
  .termscol.faqpage:after{display: none !important;}
  .termscol.faqpage .btn-link:hover,   .termscol.faqpage .btn-link:focus{text-decoration: none; outline: none; box-shadow: 0 0 0 !important;}
  .faqpage .collapsible-link::after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size:30px; z-index: 4;
  }
  .ccard{ padding: 0 0 30px;}

 .faqpage .collapsible-link[aria-expanded="true"]::after {
    content: "\f106";
  }  .writebox{ text-align: center;}
 .writebox img.radius50{ height: 200px; width: 200px; margin: 0 auto;}
.chatbot .ccontentare{ display: block !important;}
.chatuserimg .userpic img{ width: 20px; height: 20px; object-fit: cover; border-radius: 50%;}
.chedright img{ width: 30px; height: 30px; border-radius: 50%;}

    .newsslideimg {
        border-radius: 16px;
        background: #FFF;
        width: 100%;
        object-fit: cover;
        box-shadow: 0px 4px 4px 0px #00000040;
        border: 2px solid #FF7A00;
        padding: 10px;
        min-height: 180px;
        margin: 0 0 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .newsslideimg .wrapper {
        display: flex;
        gap: 10px;
    }
    .newsslideimg .char-image {
        width: 40%;
    }
    .newsslideimg .title-wrapper {
        width: 100%;
        background: rgba(191, 191, 191, 0.18);
        padding: 10px;
    }
    .newsslideimg .title-wrapper .title {
        color: #FF7A00;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px; 
    }
    .newsslideimg .title-wrapper .sub-title {
        color: #000;
        font-family: Roboto;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 25px;
    }
    .newsslideimg .title-wrapper .sub-title a{
        color: #FF7A00;
    }
    .newsslideimg  img {
        width: 100%;
        border-radius: 16px;
    }
    .newsslideimg .desc-wrapper {
        padding: 10px;
    }
    .newsslideimg .description {
        color: #000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; 
    }
    .newsslideimg .description a{
        text-decoration: underline;
        font-weight: 600;
        font-size: 13px;
    }
    

.aboutone.padb100{padding-bottom: 50px;}
.dropbg{background-color: #000000a8;position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 9;}

.emailverify{
    width: 400px;
    position: absolute;
    min-height: 400px;
    background-color: #EDDABC;
    z-index: 91;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 10px 30px;
    text-align: center;
}
.scptlogo{ width: 80px;}
.emailimg{position: relative;}
.emailimg:after{width: auto;height: 1px;background-color: #000;content: "";position: absolute;left: -30px;right: -30px;top: 50%;}
.emailimg img{position: relative;width: 100px;background: #eddabc;z-index: 2;padding: 10px;}
.emailverify h4{margin: 5px 0 10px;}
.emailverify p{margin: 10px 0;font-size: 12px;}
.emaildisply{display: flex;align-items: center;justify-content: center;font-size: 14px;}
.emaildisply i{ padding-right: 10px;}
.emailverify .label{display: block;margin: 0;font-size: 13px;width: 200px;text-align: left;margin: 0 auto;font-weight: 600;}
.inputbx{width: 100%;background: #EDDABC;border: 1px solid #444;margin: 0 0 14px;width: 200px;padding: 5px 15px;}
.emailverify .btn{margin: 0;padding: 5px 20px;}

@media (min-width: 300px) and (max-width: 767px) {
    .emailverify{ width: 95%;}
    .foundhed{ font-size: 15px;}.foundhed strong{ font-size: 20px;}
    .teamset .foundhed{padding: 10px 50px;
        margin: 0 0 10px;}
        .teamset .pcnt{margin: 0 0 30px;}
        .pencol img {
            margin-left: -12px;
            max-height: 200px;
        }.bookbox{padding-bottom: 20px;}
    .synopscnt .synopshare .ri-heart-line {
        font-size: 20px;
    }
    .btnlink {
        text-align: center;
    }
    .featurebox{ padding: 20px 0;}
    .starmessage{ margin:20px 0;}
    .talkcol-left{ width: 100%;}
    .chatsdetail .chatcntare {
        padding:0px;
    }
    .chatsdetail .ccontentare{ height:500px;}
    .talkcol-right{ width: 100%;}
    .talkrow{ display: block;;}
    .chatsdetail{display: block;}
    .chatcntare{padding: 20px 10px;}
    .chatright {
        width: auto;}.chatlet {
            width: auto;}
    .loginsignup:after {
        top: 77px;
    }
    .newscol .heading {
        font-size: 18px;
    }.newscol .titletag{ top:80px}
    .newscol {
        padding: 120px 0 0px;}
    .helopimg{ display: none;}
    .scroll-on #navbarSupportedContent {
        top: 70px !important;
    }
    .scroll-on .iconslist{ top: -48px;}
    .rightmenu .iconslist li{ padding: 0 !important;}
    .bestproduction .titletag{top: -35px;}
    .searchcol .titletag {
        font-size: 72px;
        top: -12px;
    }.communitybox h4{ font-size: 28px;}.communitybox{ padding: 40px;}
    .topbooks .nopad .col-md-3 {
        padding: 0 15px 20px;
    }.aboutone p{font-size: 18px; line-height: 22px;}
    .aboutone .titletag{ font-size: 100px;}
    .iconslist{
        position: absolute;
        top: -55px;
        display: flex !important;
        right: 20%;
        }
  .loginsignup .titletag {
    font-size: 80px;
    letter-spacing: -5px;
    top: -76px;
    left: 10px;
}.loginsignup .heading {
  top: -30px;
  left: 17px;
}.plogin{ padding: 0 !important;}.formcontainer{ width: auto; height: auto; padding: 20px !important;background: #fff;}
.loginsignup{ padding-left: 20px; padding-right: 20px;}
.formregister {
  width: auto;}
  .storiescol .col-md-3{ order: 2;} .storiescol .col-md-9{ order: 1;}
  .col-md-6.plr5{ padding-left: 15px; padding-right: 15px;}
  .col-md-7.padl0{ padding-left: 15px;}
  .cardcnt {
    padding: 15px;}
    .storiesone {
      top: -89px;
      font-size: 80px;
  }.padt250 {
    padding-top: 150px;
}
.scripttop {
  top: 50px;
  font-size: 80px;
}.storiestwo {
  top: -50px;}
  .synopscnt {
    padding: 20px;
}.comments{ padding: 20px;}.commenthed .name {
  font-size: 18px;}.conatctus{ padding: 30px;}
  .profilecol .titletag {
    top: 70px;
    font-size: 80px;}
    .profilecol {
      padding: 120px 0 0;}
      .profilecol .heading {
        top: 0;
    }.conatctus h4{ font-size: 25px;}.descimg {
      position: static;}.termscol{ padding: 30px;}
      .letsformbg .titletag {
        font-size: 80px;
        top: -100px;
    }.letsbg{ padding: 180px 0 0;}.letsformcol {
      width: auto;
      margin: 0 auto; padding: 30px;}.letsformbg .heading {
        top: -54px;
    }.letsformcol input {
      padding: 7px 20px;}.letsformcol label{ font-size: 15px;}

      .start-style {
        padding: 5px 0 !important;
    }.logo img {
      width: 50px;
  }
  body .rightmenu ul {
    display: block !important; width: 100% !important;
  }
 body .rightmenu ul.iconslist {
    display: flex !important; width: auto !important;
}

.navbar-nav .nav-item::before{ display: none !important;}
.dropdown-menu{ position: static !important; width: 100%; float: none;}
.dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 20px !important;
}.aboutpen{ top:-106px}
.herobanner {
    height: 600px;
}.aboutone {
    padding: 120px 0;}
    .cntext {
        font-size: 14px;
        padding-left: 0;
    }.padl3 {
        padding-left: 0;
        padding-top: 20px;
    }
    .synopsimg img {
        height: 200px;
        width: 100%;
    }
    .synopshare ul li {
        padding-right: 10px;
        font-size: 20px;
    }.synopshare {
        padding: 0;
    }
    .powered {
        text-align: center;
        padding-top: 10px;
    }.pen{margin-left: -45px;}
}

@media (min-width: 767px) and (max-width:1024px) {
    .cthredscroll {
        height: 100px;}
    .sidebarhed {
        display: block;} .listlabel{ padding-bottom: 10px;}
        .cardcnt h4 {
            font-size: 18px;}.cardcnt .cbtn a{padding: 2px 6px;}.footer{ word-wrap: break-word;}
            .writebox{ padding: 20px;}
            .tag {
                width: auto;}.publicregister, .psignup, .wsignup{ width: auto;}
                .sidebar{padding: 10px 10px 170px;}
                .sidesearch input{ width: 100%;}
                .conatctus h4{ font-size: 30px;}
  .cntext {
    font-size: 14px;
    padding-left: 0;
}.nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}.synopshare ul li {
  padding-right: 10px;
  font-size: 18px;
}.synopshare {
  padding: 20px 0 0;
}
.titletag.storiesone{top: -175px;}

.communitybox h4 {
    font-size: 32px;
}
.vote .days h2 {
    font-size: 128px;
}
.vote .days span {
    font-size: 34px;
}
section.contest-story-view ul li i {
    font-size: 24px !important;
}
.newsslideimg .title-wrapper .title {
    font-size: 16px;
}
.newsslideimg .title-wrapper .sub-title {
    font-size: 13px;
}
}

@media (min-width:1025px) and (max-width:1366px) {
    .communitybox h4 {
        font-size: 33px;
    }
    .vote .days h2 {
        font-size: 132px;
    }
    .vote .days span {
        font-size: 36px;
    }
    .newsslideimg .title-wrapper .sub-title {
        font-size: 14px;
    }
}

/* @media (min-width:1920px) {
    .image-container {
        max-width: 1270px;
    }
} */

.rating-stars i {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
}

.rating-stars i.hovered,
.rating-stars i.selected {
    color: #FFB03C;
}

.see-more-btn {
    background: none;
    border: none;
    color: #e58700;
    padding: 0;
    font-size: 12px;
    cursor: pointer;text-decoration: underline;
}

.see-more-btn:hover {
    text-decoration: none;
}
.visoncnt span + span{position: absolute;
    margin-left: 10px;}
.storiescol{ min-height: 900px;}
