/* Font Family */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

@font-face {
    font-family: "aileron-light";
    src: url(../fonts/aileron/aileron-Light.otf);
}

@font-face {
    font-family: "aileron-regular";
    src: url(../fonts/aileron/aileron-Regular.otf);
}

@font-face {
    font-family: "basement";
    src: url(../fonts/basement/basement.otf);
}

@font-face {
    font-family: "basement-light";
    src: url(../fonts/basement/basement-light.ttf);
}

@font-face {
    font-family: "aileron-semibold";
    src: url(../fonts/aileron/Aileron-SemiBold.otf);
}

/* Font Family */

/* Universal Css Start Here */
:root {
    --first-color: #228dd3;
    --second-color: #000;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "aileron-regular";
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "basement";
}

p {
    font-family: "aileron-regular";
}

h1 {
    font-size: 67px;
    font-weight: 800;
    line-height: 77px;
}

h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
}

h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
}

h4 {
    font-size: 30px;
    line-height: 40px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

figure {
    margin-bottom: 0;
}

input {
    outline: none;
}

a.btn {
    background: #228dd3;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    transition: 0.6s;
    font-size: 15px;
    font-family: "aileron-regular";
}
button.btn-button {
    background: #228dd3;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    transition: 0.6s;
    font-size: 15px;
    font-family: "aileron-regular";
    border: 0px;
}
.send-btn-here,
#update-comment {
    background: #228dd3;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 30px;
    font-weight: 500;
    transition: 0.6s;
    font-size: 15px;
    font-family: "aileron-regular";
}
.send-btn-here:hover {
    color: #fff;
}

a.btn:hover {
    color: #fff;
}

@media (max-width: 1100px) {
    a.btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}

/* Universal Css End Here */

/* Sidebar Css Start Here */
.screenplay-buy {
    padding: 40px 0 0px 0;
}

.sidebar .select_genre {
    background: #ebebeb;
}

.sidebar .heading {
    border-bottom: 1px solid #565656;
}

.sidebar .heading h4 {
    margin: 0;
    font-size: 22px;
    color: #000000;
    padding: 15px 20px 10px;
}

.sidebar .select_genre ul.categories {
    padding: 30px 40px;
    margin: 0;
    list-style: none;
}

.sidebar .select_genre ul.categories li a {
    text-decoration: none;
    color: #000000;
}

.sidebar .select_genre ul.categories li {
    padding: 3px 0;
}

.sidebar .select_genre ul.categories li a.active {
    color: #228dd3;
}

.trending_tags {
    background: #ebebeb;
    margin-top: 20px;
}

.trending_tags ul.tags {
    padding: 20px 20px 40px;
    margin: 0px 0;
    list-style: none;
}

.trending_tags ul.tags li {
    background: #ffffff;
    color: #0000007d;
    display: inline-block;
    padding: 6px 14px;
    margin: 3px 2px;
    font-size: 12px;
}

.online_members .heading h4 {
    color: #000000;
    font-size: 22px;
}

/* Sidebar Css End Here */

/* recent post sidebar css start here */
.recent_post {
    background: #ebebeb;
}

.recent_post .heading {
    padding: 15px 20px 8px;
    border-bottom: 1px solid #000;
}

.recent_post .heading h4 {
    margin: 0;
    font-size: 22px;
    color: #000000;
}

.recent_post .posts {
    display: flex;
    border-bottom: 1px solid #56565626;
    padding: 20px 20px;
}

.recent_post .posts:last-child {
    border: 0;
}

.recent_post .posts .img_box img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.recent_post .posts .post_content {
    padding-left: 10px;
}

.recent_post .posts .post_content .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent_post .posts .post_content .topbar span {
    font-size: 11px;
    color: #00000091;
}

.recent_post .posts .post_content p {
    color: #000000;
    font-size: 14px;
    text-shadow: 0 0 black;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}

.recent_post .posts .post_content a.lnk {
    color: #228dd3;
    text-shadow: 0 0 #228dd3;
}

.online_members {
    background: #ebebeb;
    overflow: hidden;
    margin-bottom: 15px;
}

.online_members .heading {
    padding: 15px 20px 8px;
    border-bottom: 1px solid #000;
}

.online_members .heading h4 {
    margin: 0;
}

.online_members .members_count {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 30px 10px;
    border-bottom: 1px solid #56565647;
    width: 100%;
}

.online_members .members_count ul.images {
    margin: 0;
    padding: 0;
    list-style: none;
}

.online_members .members_count .count h3 {
    font-size: 26px;
    color: #228dd3;
    font-family: "aileron";
    text-decoration: underline;
    margin-left: 46px;
}

.online_members .members_count ul.images li {
    display: inline-block;
    margin: 0 -30px 0 0px;
}

.online_members .members_count ul.images li img {
    width: 53px;
    height: 50px;
    border-radius: 50%;
}

.online_members .description {
    padding: 15px 20px;
}

.online_members .description p {
    margin: 0;
    color: #000000;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}

/* recent post sidebar css start here */

/* Mobile Header Css Start Here */
header .canvas_btn {
    display: none;
    justify-content: end;
}

header .canvas_btn i.fa.fa-bars {
    color: #228dd3;
    font-size: 20px;
}

.mobile_header {
    position: fixed;
    width: 35%;
    height: 100%;
    background: #228dd3;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    right: 0;
    padding-left: 20px;
    transition: 0.8s;
    transform: translateX(120%);
    top: 0;
}

.mobile_header.show {
    transform: translateX(0%);
}

.mobile_header ul.mobile_menus {
    padding: 0;
    list-style: none;
    margin: 0;
}

.mobile_header ul.mobile_menus li.menu_items {
    padding: 4px 0;
}

.mobile_header ul.mobile_menus li.menu_items a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-family: "Poppins";
}

.mobile_header .cancel {
    background: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
}

.mobile_header .search_box .form-group {
    display: flex;
    width: 100%;
    margin: 0px 0 0 auto;
}

.mobile_header .search_box .form-group .form-control {
    background: #dfdfdf;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: #1a1a1a;
    font-family: "aileron-light";
    height: 40px;
}

.mobile_header .search_box .form-group button.btn {
    background: #0d5f95;
    border-radius: 0;
    color: #fff;
    padding: 0 10px;
    margin-left: 5px;
}

@media (max-width: 991px) {
    header .canvas_btn {
        display: flex;
    }
}

@media (max-width: 575px) {
    .mobile_header {
        width: 45%;
    }
}

@media (max-width: 480px) {
    .mobile_header {
        width: 65%;
    }
}

/* Mobile Header Css Start Here */

/* Header Css Start Here */
header#header-top {
    background: #ffffff;
    padding: 15px 72px 15px 122px;
    box-shadow: 0px 2px 3px #ddd;
}
header .new-chat-group-chat-btn {
    position: fixed;
    bottom: 0;
    width: 96%;
    background: #f4f4f4;
    padding: 10px 15px;
    left: 0;
    display: flex;
}
header .new-chat-group-chat-btn .Create-Group-Chat button {
    width: 100%;
    border: 1px solid #228dd3;
    color: #228dd3;
    font-size: 16px;
    height: 50px;
    background-color: white;
}
header .new-chat-group-chat-btn .new-chat {
    width: 100%;
}
header .Create-Group-Chat {
    width: 100%;
}
header .Create-Group-Chat button {
    width: 100%;
    border-radius: 0;
}
.new-chat button {
    border: 0px;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    background-color: #228dd3;
    width: 100%;
    padding: 5px 0;
    margin-left: 5px;
}
header .no_meesage {
    min-width: 25rem;
    padding: 0;
    top: 10px !important;
}
header .no_meesage .new-chat-group-chat-btn {
    position: relative;
    width: 100%;
}
header .no_meesage li {
    padding: 10px 10px;
}
@media screen and (max-width: 1400px) {
    header#header-top {
        padding: 15px 15px 30px;
    }
}

@media screen and (max-width: 1250px) {
    header#header-top {
        padding: 15px 15px 32px;
    }
}

header#header-top ul.navbar {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 40px;
}

header#header-top ul.navbar li a,
#header-top ul.navbar li button {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 300;
}

/* header#header-top ul.navbar li a.active_tab {
  color: #228dd3;
} */
header#header-top ul.right_menus {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: end;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header#header-top ul.right_menus li {
    display: inline-block;
    margin: 0 7px;
}

header#header-top ul.right_menus .search_box .form-group {
    display: flex;
    width: 100%;
    margin: 0px 0 0 auto;
    padding-right: 10px;
}

header#header-top ul.right_menus .search_box .form-group .form-control {
    background: #dfdfdf;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    color: #1a1a1a;
    font-family: "aileron-light";
    height: 40px;
}

header#header-top ul.right_menus .search_box .form-group button.btn {
    background: #228dd3;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
}

header#header-top ul.right_menus li .dropdown button.btn-secondary {
    background: transparent;
    padding: 0;
    color: #000;
    border: 0;
    box-shadow: none;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    button.btn-secondary
    img.profile_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

header#header-top ul.right_menus li .dropdown button.without_caret {
    background: #228dd3;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    margin-right: 5px;
}

header#header-top ul.right_menus li .dropdown button.without_caret span {
    width: 12px;
    height: 12px;
    background: red;
    position: absolute;
    border-radius: 50%;
    top: 0;
    right: 0;
}

header#header-top ul.right_menus li .dropdown button.without_caret::after {
    display: none;
}

header#header-top ul.right_menus li .dropdown button.btn-secondary:after {
    color: #228dd3;
    border-top: 0.4em solid;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    margin-bottom: -4px;
}

/* header#header-top ul.right_menus li.notifications .w-300 ul.dropdown-menu {
  top: 68px !important;
  border: 0;
  transform: unset !important;
  left: -200px !important;
  padding: 0;
} */
header#header-top ul.right_menus li.notifications .w-300 ul.dropdown-menu {
    top: 58px !important;
    border: 0;
    left: -50% !important;
    transform: translateX(-50%) !important;
    padding: 0;
}
/* header#header-top ul.right_menus li.notifications .w-300 ul.dropdown-menu {
  top: 58px !important;
  border: 0;
  transform: unset !important;
  left: -40px !important;
  padding: 0;
} */

header#header-top
    ul.right_menus
    li
    .w-300
    ul.dropdown-menu
    .all-notification
    ul.notification-scroll {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0px 0px 7px #ddd;
    /* height: 150px; */
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

header#header-top ul.right_menus li .w-300 ul.dropdown-menu .see-all {
    text-align: center;
    background: #dfdfdf;
    padding: 4px 0;
}

header#header-top ul.right_menus li .w-300 ul.dropdown-menu .see-all a {
    color: #228dd3;
    text-decoration: none;
    font-size: 13px;
}

header#header-top ul.navbar li .dropdown button {
    padding: 0;
    background: transparent;
    border: 0;
    color: #000;
    box-shadow: none !important;
    font-weight: 300;
}

header#header-top ul.navbar li .dropdown button::after {
    display: none;
}

header#header-top ul.navbar li .dropdown ul.dropdown-menu {
    border-radius: 0;
    background: #dfdfdf;
    border: 0;
    padding: 15px 0px;
    margin-top: 32px;
}

header#header-top ul.navbar li .dropdown ul.dropdown-menu li {
    padding: 2px 0;
}

/* Comments Dropdown Css Start Here */
header#header-top
    ul.right_menus
    li
    .w-300
    ul.dropdown-menu
    .all_comments
    ul.commentsDv
    li {
    width: 412px;
}

header#header-top ul.right_menus li .dropdown ul.dropdown-menu .commntDv {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    background: #dfdfdf59;
    align-items: center;
}

header#header-top ul.right_menus li .w-300 ul.dropdown-menu ul.commentsDv {
    padding: 0;
    margin: 0;
    height: 280px;
    overflow-y: auto;
    padding-bottom: 60px;
}
.all-chats .for-send-msg-btn label {
    background: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 9;
}
.attachments {
    position: absolute;
    bottom: 19px;
    background: #ddd;
    width: 67%;
    padding: 0px 10px;
    font-size: 13px;
    display: none;
}
.attachments #delete-attachment {
    background: transparent;
    padding: 0;
    cursor: pointer;
    border: 0;
}
.all-chats .for-send-msg-btn label i {
    font-size: 25px;
    margin: 0 10px;
}

header#header-top ul.right_menus li .dropdown ul.dropdown-menu li {
    margin: 0;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .commntDv
    .img_box
    img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .commntDv
    .contentDv {
    padding-left: 10px;
    width: 100%;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .commntDv
    .contentDv
    .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .commntDv
    .contentDv
    p {
    margin: 0;
    font-size: 11px;
    color: #000000;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .commntDv
    .contentDv
    .name
    h5 {
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
}

/* Comments Dropdown Css Start Here */

/* Notification Dropdown Css Start Here */
header#header-top
    ul.right_menus
    li
    .w-300
    ul.dropdown-menu
    .all-notification
    ul.notification-scroll
    li {
    margin: 0;
    min-width: 330px;
}

header#header-top ul.right_menus li .dropdown ul.dropdown-menu .notify {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    background: #dfdfdf59;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .img_box
    img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv {
    padding-left: 10px;
    flex: 1;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    .name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    .button-group {
    margin-top: -5px;
    opacity: 0;
    transition: 0.6s;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify:hover
    .contentDv
    .button-group {
    opacity: 1;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    p {
    margin: 0;
    font-size: 10px;
    color: grey;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    .name
    h5 {
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    p
    a {
    color: #000;
    text-decoration: none;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    p
    a
    span {
    font-weight: bold;
    font-size: 12px;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    .name
    .button-group
    button {
    font-size: 7px;
    border: 0;
    color: #fff;
    padding: 4px 10px;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    .name
    .button-group
    .reject {
    background: red;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    .name
    .button-group
    .accept {
    background: #00c300;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    .notify
    .contentDv
    p
    a.lnk {
    color: #228dd3;
    text-decoration: underline;
}

@media (max-width: 575px) {
    header#header-top {
        padding: 15px 0px;
    }

    /* header#header-top ul.right_menus li ul.dropdown-menu.notification_box.show {
    left: -160px !important;
  } */

    header#header-top
        ul.right_menus
        li
        .dropdown
        ul.dropdown-menu
        .notify
        .contentDv
        .button-group {
        opacity: 1;
    }
}

/* Notification Dropdown Css Start Here */
header#header-top ul.right_menus li.profile ul.dropdown-menu li {
    width: 100%;
    border-bottom: 1px solid #ffffff8f;
}

header#header-top ul.right_menus li.profile ul.dropdown-menu {
    border: 0;
    margin-top: 20px !important;
    border-radius: 0;
    background: #228dd3;
    padding: 0 0;
}

header#header-top
    ul.right_menus
    li
    .dropdown
    ul.dropdown-menu
    li
    a.dropdown-item {
    color: #fff;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 14px;
    background: #228dd3;
    padding: 8px 15px;
}

/* Drop Down Css Satrt Her */
header .dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
    animation: fadeIn 0.3s alternate;
}

header .nav-item.dropdown.dropdown-mega {
    position: static;
}

header .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

header .navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

header .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
}

header .navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

header .navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

header .navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

header .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

header .navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

header .navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

header .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

header .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

header .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}

@media (max-width: 1240px) {
    header#header-top ul.navbar li a,
    #header-top ul.navbar li button {
        font-size: 12px;
    }
}
@media (max-width: 1100px) {
    header#header-top .logoDv img {
        width: 100%;
    }

    header#header-top ul.navbar li a,
    #header-top ul.navbar li button {
        font-size: 11px;
    }

    header#header-top ul.right_menus li {
        margin: 0 0px;
    }
}

@media (max-width: 991px) {
    header#header-top ul.navbar {
        display: none;
    }

    header#header-top ul.right_menus li {
        margin: 0 8px;
    }
}

@media (max-width: 575px) {
    header#header-top ul.right_menus li .w-300 ul.dropdown-menu {
        width: auto;
    }

    header#header-top ul.right_menus li .w-300 ul.dropdown-menu {
        left: -100px !important;
    }
}

/* Header Css End Here */

/* Banner Css Start Here */
.banner_sec {
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0;
    /* height: 392px; */
    background-position: center;
}
.banner_sec .sub-title {
    margin: 0;
    font-size: 25px;
}

.banner_sec h1.title {
    line-height: 50px;
    font-size: 45px;
}

.banner_sec h1.title span.blue {
    color: #228dd3;
}

.banner_sec .description {
    padding-right: 43rem;
}

.for-banner-para {
    font-size: 17px;
    font-family: "aileron-regular";
    color: #1a1a1a;
}

.banner_sec .button-group .btn {
    border: 2px solid #fffefe;
    transition: 0.6s;
}

.contact-btn-banner {
    padding: 0px !important;
    width: 157px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_sec .button-group .btn:hover {
    box-shadow: 0px 0px 0px 2px #228dd3;
}

@media (max-width: 1100px) {
    .banner_sec h1.title {
        line-height: 55px;
        font-size: 50px;
    }

    .banner_sec .description {
        padding-right: 23rem;
    }
}

@media (max-width: 991px) {
    header#header-top ul.right_menus li.search_box {
        display: none;
    }

    .banner_sec .description {
        padding-right: 10rem;
    }
}

@media (max-width: 575px) {
    .banner_sec {
        background-position: center;
        background-image: linear-gradient(rgb(0 0 0 / 22%), rgb(0 0 0 / 11%)),
            url(../img/banner.png);
    }

    .banner_sec .sub-title {
        font-size: 20px;
    }

    .banner_sec h1.title {
        line-height: 45px;
        font-size: 35px;
    }

    .banner_sec .description {
        padding-right: 0rem;
    }
}

/* Banner Css Start Here */

/* Community Forum Css Start Here */
.community_form {
    padding: 60px 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.section-header h2 {
    color: #228dd3;
    font-size: 31px !important;
}

.section-header .view_all_btn a {
    font-size: 16px;
    color: #228dd3;
    text-decoration: none;
    text-shadow: 0 0 #228dd3;
}

.community_form .forumDv {
    background: #ebebeb;
    padding: 36px 60px;
    margin: 10px 0;
}

.community_form .forumDv .forum_header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.community_form .forumDv .forum_header .below_post_imgdv label img {
    max-height: 145px;
    max-width: 145px;
    width: 145px;
    min-width: 100px;
    object-fit: cover;
    margin-bottom: 15px;
}

.community_form .forumDv .forum_header ul.plus_post {
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
    display: flex;
}

.community_form .forumDv .forum_header ul.plus_post li {
    /* margin-left: -25px; */
    margin-left: 0;
    min-width: 90px;
}

.community_form .forumDv .forum_header ul.plus_post li img {
    width: 57px;
    border-radius: 50%;
    height: 57px;
}

.community_form .forumDv .forum_header h5 {
    margin: 0;
}

.community_form .forumDv .forum_header ul.plus_post li.post_count {
    background: #fff;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
}

.community_form .forumDv .forum_header ul.plus_post li p {
    margin: 0;
    font-family: "aileron-regular";
    color: #228dd3;
    font-weight: 400;
    font-size: 11px;
    line-height: 2px;
    margin-top: 17px;
}

.community_form .forumDv .forum_header ul.plus_post li a {
    font-family: "aileron-regular";
    color: #228dd3;
    font-weight: 400;
    font-size: 11px;
}

.community_form .forumDv .forum-category ul.categories_tags {
    padding: 0;
    list-style: none;
}

.community_form .forumDv .forum-category ul.categories_tags li {
    display: inline-block;
    font-size: 11px;
    color: #000000;
    font-family: "aileron-regular";
    padding: 4px 8px;
}

.community_form .forumDv .forum_text p {
    font-size: 14px;
    color: #000000;
    font-family: "aileron-regular";
    word-break: break-word;
}

@media (max-width: 991px) {
    .section-header {
        display: block;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .section-header h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .community_form .forumDv {
        padding: 30px 20px;
    }

    .community_form .forumDv .forum_header {
        display: block;
    }

    .community_form .forumDv .forum_header ul.plus_post {
        margin: 12px 0;
    }

    /* .community_form .forumDv .forum_text p {
        text-align: justify;
    } */
    .community_form .forumDv .forum_header h5 {
        font-size: 16px;
    }
}

/* Community Forum Css End Here */

/* Feature Screen Sec Start Here */
.feature_screen {
    padding: 0px 0 60px;
}

.view-post-scren-play-btn {
    padding: 10px 17px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.view-post-scren-play-btn-2 {
    background-color: transparent !important;
    border: 1px solid #228dd3 !important;
    color: #228dd3 !important;
    /* font-family: "aileron-regular" !important; */
}

.feature_screen .section-header a.btn:hover {
    color: #228dd3;
    box-shadow: 0px 0px 0px 1px #228dd3;
    background: transparent;
}

.feature-screens-pro {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.feature-screens-pro .img_box img {
    transition: 0.6s;
    width: 100%;
    height: 350px;
    object-fit: cover !important;
}

.feature-screens-pro:hover .img_box img {
    filter: blur(6px);
}

.feature-screens-pro .view-detail-btn a.btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    transition: 0.6s;
}

.feature-screens-pro:hover .view-detail-btn a.btn {
    transform: unset;
}

.feature_screen .button-group.view_all {
    margin-top: 25px;
}

.feature_screen .button-group.view_all a.btn {
    background: transparent;
    color: #228dd3;
}

@media (max-width: 768px) {
    .section-header .button-group .btn {
        margin: 0 0 5px 0 !important;
        width: 100%;
    }
}

/* Feature Screen Sec End Here */

/* Story Board Sec Start Here */
.story_board {
    padding: 0 0 100px;
}

.storey-borads-main-heading {
    font-size: 35px !important;
}

.story_board .section-header a.btn:hover {
    color: #228dd3;
    box-shadow: 0px 0px 0px 1px #228dd3;
    background: transparent;
}

.story_box {
    margin: 12px 0;
}

.story_box .img_box {
    margin-bottom: 0;
}

.story_box .img_box img {
    width: 100%;
    filter: brightness(0.7);
    height: 350px;
    object-fit: cover;
}

section.screenplay-buy .screen_plays .story_box .img_box img {
    width: 100%;
    filter: brightness(0.7);
    height: 500px;
}

.story_box .story_content {
    padding-top: 10px;
}

.story_box .story_content p.date {
    color: #000000;
    font-family: "aileron-regular";
    font-size: 11px;
}

.story_box .story_content h5.name {
    font-family: "aileron-semibold";
}

.story_box .story_content p.desc {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.story_box .button-group {
    display: flex;
    position: relative;
}

.story_box .button-group a.btn {
    width: 100%;
}

.story_box .button-group .hover-drop {
    background: #cbcbcb;
    padding: 10px 20px;
    text-align: center;
}

.story_box .button-group .hover-drop i {
    color: #228dd3;
    font-size: 25px;
}

.story_box .button-group .hover-drop ul.dropdown-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: -70px;
    background: #cbcbcb;
    right: 0;
    z-index: 9999;
    opacity: 0;
    transition: 0.6s;
}

.story_box .button-group .hover-drop:hover ul.dropdown-list {
    opacity: 1;
}

.story_box .button-group .hover-drop ul.dropdown-list li {
    border-bottom: 1px solid #fff;
    padding: 5px 20px;
}

.story_box .button-group .hover-drop ul.dropdown-list li a {
    color: #fff;
    font-family: "aileron-regular";
    font-size: 14px;
    text-decoration: none;
}

.story_box ul.slick-dots {
    width: unset;
    right: 0;
    left: unset;
    bottom: -30px;
}

.story_box .img_box ul.slick-dots li {
    margin: 0 !important;
    width: 16px;
}

.story_box .img_box ul.slick-dots li button:before {
    font-size: 35px;
    color: #9f9f9f;
    opacity: 1;
    border-radius: 50%;
}

.story_box .img_box ul.slick-dots li.slick-active button:before {
    color: #228dd3;
    font-size: 35px;
}

section.screenplay-buy .screen_plays p.desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.story_board .button-group.view_all {
    margin-top: 31px;
}

.story_board .button-group.view_all a.btn {
    background: transparent;
    color: #228dd3;
    font-weight: 600;
}

.story_box .story_content .top-bar {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.story_box .story_content .top-bar .admin {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.story_box .story_content .top-bar .admin .img_box img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.story_box .story_content .top-bar .admin .admin_name {
    margin-left: 10px;
}

.story_box .story_content .top-bar .admin .admin_name span {
    font-size: 14px;
    color: #000000;
}

.story_box .story_content .top-bar .date.op {
    color: #00000066;
    margin: 0;
    margin-left: 10px;
}

@media (max-width: 575px) {
    .story_board {
        padding: 0px 0 40px;
    }
}

/* Story Board Sec End Here */

/* Footer Css Start Here */
footer {
    background: #343434;
    padding: 70px 0;
}

footer .footer-content p {
    color: #ffffff;
    font-size: 14px;
}

footer .footer-content ul.social-icons {
    padding: 0;
    margin: 25px 0 0 0;
    list-style: none;
}

footer .footer-content ul.social-icons li {
    display: inline-block;
    margin-right: 35px;
}

footer .footer-content ul.social-icons li a i {
    color: #fff;
}

footer .footer-content.center_content {
    margin: 0px auto;
    display: table;
}

footer .footer-content .head h5 {
    color: #fff;
}

footer .footer-content ul.footer-links {
    padding: 0;
    list-style: none;
    margin: 0;
}

footer .footer-content ul.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

footer .footer-content ul.footer-links li {
    padding: 3px 0;
}

footer .footer-content .newsletter_box input {
    background: #ffffff;
    border-radius: 0;
    font-size: 15px;
    font-family: "aileron-regular";
    padding: 10px 15px;
}

footer .footer-content .newsletter_box input::placeholder {
    opacity: 0.6;
}

footer .footer-content .newsletter_box button.btn {
    width: 100%;
    background: #228dd3;
    margin-top: 5px;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
}

.coprights {
    background: #343434;
    padding: 30px 0 50px;
    border-top: 1px solid #ffffff;
}

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

.coprights .copyrights_details p {
    margin: 0;
    color: #fff;
    font-size: 13px;
    opacity: 0.97;
    font-weight: lighter;
}

.coprights .copyrights_details ul.links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.coprights .copyrights_details ul.links li a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    font-family: "poppins";
}

.coprights .copyrights_details ul.links span.spacer {
    margin: 0 10px;
    color: #fff;
}

.fixed-bottom {
    /* z-index: 1 !important; */
}

.button-for-downlaod {
    margin-top: 20px;
}

.status {
    display: flex;
    align-items: center;
}
/* Chat Modal Css Start Here */
.chatModal .modal-content {
    background-color: #ebebeb !important;
    margin-left: -84px;
    width: 125%;
}

.chatModal .for-group-name {
    display: flex;
    padding: 1rem;
}

.chatModal .enter-group-name {
    margin-left: 30px;
    margin-top: 20px;
}

.chatModal .enter-group-name input {
    background-color: #ebebeb;
    border: 0px;
    height: 57px;
    width: 350px;
    border-bottom: 1px solid #7070703b;
}

.chatModal .friends-list {
    margin-top: 50px;
}

.chatModal .img-of-my-friend {
    position: relative;
}

.chatModal .add-this-friends .fiend-info .img-of-my-friend img.userprofile1 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
.chatModal .create-group-btn button {
    width: 100%;
    background-color: #228dd3;
    border: 0px;
    height: 51px;
    color: #ffffff;
    font-family: "aileron-regular";
    font-size: 16px;
}
/* Chat Modal Css End Here */
@media (max-width: 768px) {
    footer .footer-content.center_content {
        display: block;
        margin: 40px 0;
    }
    .row {
        max-width: 100%;
        margin: auto;
    }
}

@media (max-width: 575px) {
    .coprights .copyrights_details {
        display: block;
        text-align: center;
    }

    .coprights .copyrights_details ul.links {
        justify-content: center;
    }
}

/* Footer Css End Here */

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #005de0;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 576px) {
    header#header-top
        ul.right_menus
        li
        .w-300
        ul.dropdown-menu
        .all_comments
        ul.commentsDv
        li {
        width: 300px;
    }
}

@media screen and (max-width: 350px) {
    header#header-top
        ul.right_menus
        li
        .w-300
        ul.dropdown-menu
        .all_comments
        ul.commentsDv
        li {
        width: 310px;
    }
}

@media screen and (max-width: 330px) {
    header#header-top
        ul.right_menus
        li
        .w-300
        ul.dropdown-menu
        .all_comments
        ul.commentsDv
        li {
        width: 280px;
    }
}
