:root {
    --black: #ffffff;
    --dark: #181818;
    --dark-secondary: #222222;
    --white: #1e1e1e;
    --color-primary: rgb(118, 31, 227);
    --color-secondary: #06d6a0;
    --color-heading: #f1f1f1;
    --color-paragraph: #c4c4c4;
    --box-shadow-primary: -1px 3px 10px 0 rgba(255, 255, 255, 0.1);
    --box-shadow-secondary: 0 10px 30px 0 rgba(255, 255, 255, 0.15);
    --box-shadow-regular: 0px 2px 12px 0px #333;
    --bg-gray: #252525;
    --bg-gradient: linear-gradient(45deg, #06d6a0 0%, #5a57fb 50%);
    --card-background: rgb(28, 28, 28);
    --card-border: rgb(255, 255, 255, 0.7);
    --card-text: #eaeaea;
    --card-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,
html {
    height: 100%;
    direction: rtl
}

html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth
}

a,
aside,
body,
div,
h2,
h4,
html,
img,
li,
nav,
p,
span,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

img {
    border: none;
    outline: 0;
    max-width: 100%
}

a {
    outline: 0;
    text-decoration: none;
    color: var(--color-heading)
}

a img {
    border: none
}

a:active {
    outline: 0;
    text-decoration: none;
    color: var(--color-heading);
    opacity: 1
}

a:focus {
    outline: 0;
    text-decoration: none;
    color: var(--color-heading)
}

a:hover {
    outline: 0;
    text-decoration: none;
    color: var(--color-primary);
    opacity: 1
}

button {
    outline: medium none
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 50px
}

input:focus {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

ul {
    list-style-type: none
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.row {
    --bs-gutter-x: 30px
}

body {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    /* background-color: var(--white); */
    /* color: var(--color-paragraph) */
}

h2,
h4 {
    color: var(--color-heading);
    font-weight: 400;
    line-height: 1.2;

    margin: 0;
    margin-bottom: 15px
}

h2 {
    font-size: 36px
}

h4 {
    font-size: 20px
}

a,
button {
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 800
}

p {
    color: var(--color-paragraph);
    margin: 0 0 25px;
    text-transform: none;
    font-weight: 500;
}

@media only screen and (max-width:767px) {
    .row {
        --bs-gutter-x: 1.5rem
    }
}

.title {
    font-weight: 800;
    font-size: 50px !important;
    margin-top: -15px
}

@media (max-width:767px) {
    .title {
        font-size: 36px !important;
        margin-top: 0
    }
}

button {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 7px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    font-size: 16px;
    padding: 14px 40px;
    background: #e7edf8;
    position: relative;
    z-index: 1;
    color: var(--white);
    border: none;
    background: var(--color-primary)
}

button::after {
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: var(--dark);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(-25deg) scale(0);
    transform: translateY(-45%) skew(-25deg) scale(0)
}

button:hover::after {
    -webkit-transform: translateY(-45%) skew(-25deg) scale(1.2);
    transform: translateY(-45%) skew(-25deg) scale(1.2);
}

button i {
    margin-left: 4px
}

@media only screen and (max-width:767px) {
    .row {
        --bs-gutter-x: 1.5rem
    }
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.pagination {
    display: block;
    margin-top: 30px
}

.pagination li {
    display: inline-block;
    margin-top: 7px
}

.pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: var(--color-heading);
    font-weight: 800;
    line-height: 19px
}

.pagination li.page-item.active a {
    background: var(--color-primary);
    border-color: var(--color-primary)
}

.pagination i {
    position: relative;
    top: 1px
}

.page-item .page-link {
    border-color: #3f3f3f !important;
    background: transparent;
}

.sidebar .title {
    display: block;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    display: inline-block;
    padding-bottom: 15px;
    font-size: 22px !important
}

.sidebar .title::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid var(--color-primary)
}

.sidebar input[type=text] {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    min-height: 60px;
    border-radius: 5px;
    padding: 20px;
    background: transparent;
    color: white;
    border: 1px solid #3f3f3f;
    border-radius: 12px;
}

.sidebar button[type=submit] {
    background: var(--color-primary);
    border: 0;
    color: var(--white);
    font-weight: 800;
    min-height: 55px;
    width: 60px;
    position: absolute;
    left: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: inherit;
    font-size: 18px;
    border-radius: 8px;
    padding: 0
}

.sidebar button[type=submit] i {
    font-weight: 500;
    margin-left: -2px
}

.sidebar button[type=submit]:hover {
    background: var(--dark);
    color: var(--black);
}

.sidebar form {
    position: relative
}

.sidebar .sidebar-item {
    float: right;
    margin-bottom: 50px;
    width: 100%;
    background: var(--card-background);
    padding: 40px
}

.sidebar .sidebar-item:last-child {
    margin-bottom: 0
}

.sidebar .sidebar-item.category li {
    display: block;
    position: relative;
    margin-top: 13px
}

.sidebar .sidebar-item.category li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-paragraph);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sidebar .sidebar-item.category li a:hover {
    color: var(--color-primary)
}

.sidebar .sidebar-item.category li a span {
    font-size: 13px;
    margin-right: 5px;
    background: var(--white);
    min-width: 40px;
    padding: 3px;
    text-align: center;
    color: var(--color-heading);
    border-radius: 30px
}

.sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0
}

.sidebar .sidebar-item.category li:first-child a span {
    top: 0
}

.sidebar .sidebar-item.category li:first-child a::after {
    top: 0
}

.sidebar .sidebar-item.category li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar .sidebar-item.category .sidebar-info {
    margin-top: -5px
}

.sidebar .sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.sidebar .sidebar-item.archives ul li:last-child {
    margin-bottom: 0
}

.sidebar .sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    padding-right: 25px;
    color: var(--color-paragraph)
}

.sidebar .sidebar-item.archives ul li a:hover {
    color: var(--color-primary)
}

.sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px
}

.sidebar .sidebar-item.recent-post li {
    color: #cdd0d3;
    margin-bottom: 30px
}

.sidebar .sidebar-item.recent-post li a {
    color: var(--color-heading);
    display: block;
    font-weight: 800
}

.sidebar .sidebar-item.recent-post li a:last-child {
    display: inline-block
}

.sidebar .sidebar-item.recent-post li a:hover {
    color: var(--color-primary)
}

.sidebar .sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 3px
}

.sidebar .sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0
}

.sidebar .sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding: 0;
    padding-top: 5px;
    vertical-align: top;
    width: 80px
}

.sidebar .sidebar-item.recent-post li .thumb img {
    width: 100%;
    border-radius: inherit
}

.sidebar .sidebar-item.recent-post li .info {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-right: 25px;
    vertical-align: top;
    padding-top: 0 !important
}

.sidebar .sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 800;
    font-size: 18px;
    margin-top: 0
}

.sidebar .sidebar-item.recent-post .meta-title {
    font-weight: 800;
    text-transform: capitalize;
    font-size: 13px
}

.sidebar .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden
}

.sidebar .sidebar-item.gallery ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    padding: 7px;
    width: 33.333%
}

.sidebar .sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%
}

.sidebar .sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden
}

.sidebar .sidebar-item.social-sidebar ul li {
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.sidebar .sidebar-item.social-sidebar ul li a {
    background: var(--dark);
    border: 0;
    color: var(--white);
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px
}

.sidebar .sidebar-item.social-sidebar ul li a:hover {
    color: var(--white) !important
}

.sidebar .sidebar-item.social-sidebar ul li.facebook a {
    background: #3b5998
}

.sidebar .sidebar-item.social-sidebar ul li.twitter a {
    background: #1da1f2
}

.sidebar .sidebar-item.social-sidebar ul li.pinterest a {
    background: #e60023
}

.sidebar .sidebar-item.social-sidebar ul li.linkedin a {
    background: #0077b5
}

.sidebar .sidebar-item.tags ul {
    margin-top: -8px
}

.sidebar .sidebar-item.tags ul li {
    display: inline-block
}

.sidebar .sidebar-item.tags ul li a {
    border: 1px solid #3f3f3f !important;
    display: inline-block;
    font-weight: 500;
    margin-top: 8px;
    margin-left: 5px;
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: var(--color-paragraph);
    background: transparent;
}

.sidebar .sidebar-item.tags ul li a:hover {
    color: var(--color-primary)
}

a.button-regular {
    display: inline-block
}

a.button-regular i {
    font-weight: 500;
    position: relative;
    padding-right: 6px;
    top: 2px;
    font-size: 14px
}

.blog-style-one .button-regular {
    margin-top: 5px
}

a.button-regular:hover i::after {
    background: var(--color-primary)
}

@media(min-width:768px) and (max-width:991px) {
    .mt-md-50 {
        margin-top: 50px
    }
}

@media(max-width:767px) {
    .mt-xs-50 {
        margin-top: 50px
    }
}

.pr-35 {
    padding-left: 35px
}

.pr-35 {
    padding-left: 35px
}

@media(min-width:768px) and (max-width:991px) {
    .pl-md-15 {
        padding-right: 15px
    }

    .pr-md-15 {
        padding-left: 15px
    }
}

@media(max-width:767px) {
    .pl-xs-15 {
        padding-right: 15px
    }

    .pr-xs-15 {
        padding-left: 15px
    }
}

.bi.bi-folder {
    color: var(--color-paragraph);
}

.blog-area.full-blog .thumb {
    background: #f7f7f7;
    margin: 0;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.blog-area {
    position: relative;
}

.blog-area.full-blog .item {
    border-radius: 8px;
    box-shadow: inherit;
    overflow: inherit;
}

.blog-area .item {
    box-shadow: -1px 4px 20px -2px rgb(0 0 0 / 10%);
    overflow: hidden;
    background: var(--white);
    border-radius: 8px;
    margin-bottom: 40px !important;

}

.blog-area.full-blog .thumb img {
    border-radius: inherit;
}

.blog-area .thumb img {
    border-radius: 10px 10px 0 0;
    background-size: cover;
    width: 100%;
    max-height: 500px;
}

.blog-area.full-blog .item .info {
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 10%);
    border-radius: inherit;
    overflow: hidden;
    padding: 50px;
}

.info.inner-blog>*:not(.meta) {
    margin: 60px 0;
}

.info h1,
.info h2,
.info h3,
.info h4,
.info h5,
.info h6 {
    color: white;
}

.blog-area .item .info {
    border-radius: 0 0 10px 10px;
    padding: 30px;
    color: var(--color-paragraph) !important;
}

.blog-area .meta {
    margin-bottom: 15px;
}

.blog-area .meta li {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #666;
}

.blog-area .meta li:first-child::after {
    position: absolute;
    left: -15px;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: var(--color-heading);
    z-index: -1;
    margin-top: -1px;
    border-radius: 50%;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.btn {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    transition: all .35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: #e7edf8;
    position: relative;
    z-index: 1;
    padding: 17px 50px !important;
    background: var(--color-primary);
    color: #fff;
    border: none !important
}

button.btn::after {
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: inherit;
    right: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background: #000;
    transition: all .25s ease-in-out;
    transform: translateY(-45%) skew(-25deg) scale(0)
}

button.btn:hover {
    color: #fff
}

button.btn:hover::after {
    -webkit-transform: translateY(-45%) skew(-25deg) scale(1.2);
    transform: translateY(-45%) skew(-25deg) scale(1.2)
}

.post-tags.share {
    display: flex;
    margin-top: 50px;
    float: right;
    width: 100%
}

.post-tags.share .tags {
    flex-grow: 1
}

.post-tags.share .social {
    min-width: 250px;
    text-align: left
}

.post-tags.share .social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block
}

.post-tags.share .social h4 {
    display: inline-block;
    margin: 0;
    margin-left: 5px
}

.post-tags.share .social ul li {
    display: inline-block;
    margin-right: 5px
}

.post-tags.share .social ul li a {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 40px;
    background: var(--dark);
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 50%
}

.post-tags.share .social ul li a:hover {
    background: var(--color-primary)
}

.post-tags.share .tags h4 {
    display: inline-block;
    margin-left: 10px
}

.post-tags.share .tags a {
    display: inline-block;
    background: transparent;
    padding: 7px 23px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    color: var(--color-heading);
    border: 1px solid #3f3f3f;
}

.post-tags.share .tags a:hover {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
}

.blog-comments {
    float: right;
    width: 100%;
    margin-top: 50px;
    padding-top: 45px;
    border-top: 1px solid #e7e7e7
}

.comments-area .comment-item {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 37px;
    -webkit-box-shadow: 0 2px 12px 0 #e7e7e7;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    background: var(--white);
    position: relative;
    border-radius: 8px
}

.comments-area .comment-item .avatar {
    height: 120px;
    width: 120px;
    min-width: 120px
}

.comments-area .comment-item .avatar img {
    height: 90px;
    width: 90px;
    border-radius: 50%
}

@media only screen and (max-width:500px) {
    .comments-area .comment-item .avatar {
        margin: auto
    }
}

.comments-area .comment-item:last-child {
    margin-bottom: 0
}

.comments-area .comment-item.reply {
    margin-right: 80px
}

@media only screen and (max-width:767px) {
    .comments-area .comment-item.reply {
        margin-right: 0
    }
}

.comments-area .comment-item .content .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 800
}

.comments-area .comment-item .content .title span {
    font-weight: 500;
    color: #999;
    display: block;
    margin-top: 0;
    font-size: 16px
}

.comments-area .comment-item .content .title span i {
    font-weight: 800;
    margin-left: 5px
}

.comments-area .comment-item .content .title span i.fa-reply {
    font-weight: 800;
    margin-left: 3px
}

.comments-area .comment-item .content .title span a {
    margin-right: 10px
}

.comments-area .comment-item .content .title h5 {
    margin-bottom: 5px;
    color: var(--color-heading);
}

.comments-area .comment-item .content .reply {
    position: absolute;
    top: 37px;
    left: 37px
}

.comments-area .comment-item .content .reply a {
    font-size: 14px;
    background: var(--dark);
    color: var(--white);
    display: inline-block;
    padding: 8px;
    font-weight: 500;
    border-radius: 5px
}

.comments-area .comment-item .content .reply a:hover {
    background: var(--color-primary)
}

.comments-area .comment-item .content .reply i {
    font-size: 12px
}

@media only screen and (max-width:500px) {
    .comments-area .comment-item .content .reply {
        top: auto;
        left: auto;
        bottom: 37px;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

.comments-area .comment-item .content p:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:500px) {
    .comments-area .comment-item {
        display: block;
        text-align: center;
        padding-bottom: 90px
    }
}

.comments-area .contact-comments .submit {
    margin-bottom: 0
}

.comments-area .contact-comments .comments {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .comments-area .contact-comments .comments {
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .comments-area .contact-comments .form-group {
        margin-bottom: 15px
    }
}

.comments-area .comments-form {
    margin-top: 50px
}

.comments-area .comments-form input {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 15px;
    background: 0;
    min-height: 60px;
    color: var(--color-paragraph);
    border: 1px solid #3f3f3f !important
}

.comments-area .comments-form textarea {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    padding: 15px;
    background: 0;
    min-height: 60px;
    color: var(--color-paragraph);
    border: 1px solid #3f3f3f !important;
    min-height: 180px;
    padding: 15px
}

.comments-area .comments-form button {
    margin-top: 15px
}

.comments-area .comments-list {
    margin-bottom: 50px
}

.comments-area .comments-title h3 {
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: var(--color-heading);
}

@media(max-width:767px) {

    .post-tags.share {
        display: block
    }

    .post-tags.share .social {
        text-align: right;
        margin-top: 15px
    }
}

.comments-form .title h3 {
    color: var(--color-heading);
    margin-bottom: 20px;
}