@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/picoopic-Thin.woff') format('woff'),
        url('../fonts/picoopic-Thin.woff2') format('woff2');
}

@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/picoopic-ExtraLight.woff') format('woff'),
        url('../fonts/picoopic-ExtraLight.woff2') format('woff2');
}

@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/picoopic-Light.woff') format('woff'),
        url('../fonts/picoopic-Light.woff2') format('woff2');
}

@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/picoopic-Regular.woff') format('woff'),
        url('../fonts/picoopic-Regular.woff2') format('woff2');
}

@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/picoopic-Medium.woff') format('woff'),
        url('../fonts/picoopic-Medium.woff2') format('woff2');
}

@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/picoopic-Bold.woff') format('woff'),
        url('../fonts/picoopic-Bold.woff2') format('woff2');
}

@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/picoopic-ExtraBold.woff') format('woff'),
        url('../fonts/picoopic-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: picoopic;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/picoopic-Black.woff') format('woff'),
        url('../fonts/picoopic-Black.woff2') format('woff2');
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: picoopic;
    background-color: #121213;
    color: #fff;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.header-logo-menu {
    display: flex;
    align-items: center;
    justify-content: right;
}

.header-logo {
    margin-left: 70px;
}

.header-logo img {
    width: 55px;
    height: auto;
}

.header-menu nav ul {
    display: flex;
    list-style: none;
}

.header-menu ul li {
    margin-left: 50px;
}

.header-menu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.2s;
}

.header-menu ul li a:hover {
    color: #8D0811;
}

.header-menu .current a {
    color: #8D0811;
}

.header-contact {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.header-contact i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

.header-contact a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.header-contact a span {
    color: #8D0811;
    margin-right: 6px;
}

.landing-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 100px;
}

.landing-section-background {
    position: relative;
    width: 100%;
}

.landing-section-background::before {
    position: absolute;
    top: -117.5px;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background-image: linear-gradient(223deg, #131313e0 0%, #232323e9 100%), url('../images/landing-bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.landing-title,
.landing-image {
    width: 50%;
    padding: 0 20px;
}

.landing-title h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 70px;
    margin-bottom: 30px;
}

.landing-title h1 span {
    color: #8D0811;
}

.landing-title p {
    font-size: 22px;
    font-weight: 400;
}

.landing-image {
    text-align: left;
}

.landing-image img {
    width: 90%;
    height: auto;
}

.landing-arrow {
    text-align: center;
    padding: 10px 0 25px;
}

.landing-arrow img {
    width: 38px;
    height: 40px;
}

.analyse-section-background {
    background: linear-gradient(137deg, #161515 0%, #1E1E1E 100%);
}

.analyse-section {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.analyse-item {
    display: flex;
    align-items: center;
}

.analyse-item-num {
    color: #8D0811;
    font-size: 50px;
    font-weight: 700;
    margin-left: 15px;
}

.analyse-item-text {
    display: flex;
    flex-direction: column;
    font-size: 18;
    font-weight: 500;
}

.content-section-background {
    background: linear-gradient(137deg, #161515 0%, #211414 100%);
}

.content-section {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.content-section-column {
    width: 50%;
    padding: 0 20px;
}

.content-section-item-text {
    margin: 200px 0;
    padding: 20px;
    position: relative;
}

.azar-col-content-1 .content-section-item-text::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: -200px;
    content: '';
    border-radius: 5px;
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.11) 0%, rgba(249, 249, 249, 0.03) 100%);
}

.azar-col-content-2 .content-section-item-text::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -200px;
    left: 0;
    content: '';
    border-radius: 5px;
    background: linear-gradient(91deg, rgba(255, 255, 255, 0.11) 0%, rgba(249, 249, 249, 0.03) 100%);
}

.content-section-item-text p {
    font-size: 20px;
    font-weight: 600;
}

.content-section-item-image {
    text-align: center;
}

.content-section-item-image img {
    width: 75%;
    height: auto;
}

.services-section-background {
    background: linear-gradient(180deg, #141414 0%, #141414 100%);
}

.services-section-title {
    margin-bottom: 60px;
}

.services-section-title h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
}

.services-section-title h3 span {
    color: #8D0811;
}

.services-section {
    padding: 100px 0;
}

.services-section-content-item {
    background-color: #232323;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 15px;
    display: flex;
}

.services-section-content-item svg {
    width: 25px;
    height: 25px;
    margin-left: 15px;
}

.services-section-content-item p {
    font-size: 16px;
    font-weight: 400;
}

.footer-section-background {
    background-image: url(../images/footer-bg.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.footer-section {
    padding: 50px 0 30px;
    display: grid;
    grid-template-columns: 5fr 6fr 4fr;
}

.footer-section-part-title {
    padding-right: 50px;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 38px;
}

.footer-section-part-title::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 10px;
    height: 6px;
    border-radius: 20px;
    background-color: #fff;
}

.footer-section-part-title::after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '';
    width: 20px;
    height: 6px;
    border-radius: 20px;
    background-color: #8D0811;
}

.footer-section-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.footer-section-contact-item svg {
    margin-left: 20px;
    margin-top: 5px;
    width: 20px;
    height: auto;
}

.footer-section-contact-item-content {
    display: flex;
    flex-direction: column;
}

.footer-section-contact-item-content a,
.footer-section-contact-item-content p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #fff;
}

.footer-section-blog-item {
    display: flex;
    padding: 0 0 0 130px;
    margin-bottom: 10px;
}

.footer-section-blog-item img {
    width: 55px;
    height: 55px;
    border-radius: 4px;
}

.footer-section-blog-item a:nth-child(1) {
    margin-left: 16px;
}

.footer-section-blog-item a:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}

.footer-section-blog-link {
    padding: 0 0 0 130px;
}

.footer-section-blog-link a {
    display: block;
    color: #fff;
    background-color: #8D0811;
    text-decoration: none;
    text-align: center;
    padding: 6px 0 8px;
    border-radius: 5px;
}

.footer-section-social-item {
    display: flex;
    margin-bottom: 15px;
}

.footer-section-social-item svg {
    padding: 5px 0 0 15px;
    width: 20px;
    height: auto;
}

.footer-section-social-item a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.footer-bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 0 20px
}

.footer-bottom-section {
    font-size: 13px;
}

.header-global-class {
    opacity: 0.9399999976158142;
    background: linear-gradient(223deg, #0A0A0A 0%, #141414 100%);
}

.category-section-background {
    background-color: #0E0E0E;
    position: relative;
    padding-bottom: 80px;
    z-index: 2;
}

.category-section-background::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.25;
    background: #8D0811;
    filter: blur(120px);
    z-index: -1;
}

.category-section-head {
    padding: 15px 0 25px;
    margin-bottom: 50px;
    border-bottom: 2px solid #3E3E3E;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.breadcrumb-section {
    padding: 10px 0;
}

.breadcrumb-section nav a,
.breadcrumb-section nav span {
    font-size: 15px;
    color: #fff;
    margin: 0 10px;
}

.breadcrumb-section nav a:nth-child(1) {
    margin: 0 0 0 10px;
}

.category-head-title h2 {
    font-size: 26px;
    font-weight: 550;
}

.category-head-count {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.category-head-count div {
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #8D0811;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.category-head-count span {
    font-size: 14px;
    font-weight: 400;
}

.category-section-content-item {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin-bottom: 70px;
}

.category-section-content-item:last-child {
    margin-bottom: 0;
}

.category-section-content-item-image {
    width: 45%;
}

.category-section-content-item-image img {
    border-radius: 12px;
    border: 2px solid #fff;
    width: 100%;
    height: auto;
}

.category-section-content-item-detail {
    width: 55%;
}

.category-content-item-detail-title {
    margin-bottom: 25px;
}

.category-content-item-detail-title a {
    color: #fff;
    font-size: 23px;
    font-weight: 550;
}

.category-content-item-detail-exerpt {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #B0B0B0;
}

.category-content-item-detail-exerpt {
    margin-bottom: 60px;
}

.category-content-item-detail-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-content-item-detail-info-date {
    display: flex;
    align-items: center;
}

.category-content-item-detail-info-date svg {
    margin-left: 10px;
}

.category-content-item-detail-info-date span {
    font-size: 15px;
    font-weight: 300;
}

.category-content-item-detail-info-link a {
    background-color: #8D0811;
    color: #fff;
    padding: 8px 40px 10px;
    border-radius: 4px;
}

.category-section-content-pagination {
    padding: 60px 0;
}

.category-section-content-pagination nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-section-content-pagination nav a,
.category-section-content-pagination nav span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
}

.category-section-content-pagination nav a {
    background-color: #fff;
    color: #232323;
}

.category-section-content-pagination nav span {
    color: #fff;
    background-color: #8D0811;
}

.single-section-background {
    background-color: #0E0E0E;
    position: relative;
    padding-bottom: 80px;
    z-index: 2;
}

.single-section-background::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.25;
    background: #8D0811;
    filter: blur(120px);
    z-index: -1;
}

.single-section-head {
    display: flex;
    justify-content: space-between;
    column-gap: 70px;
    padding: 50px 0;
}

.single-section-head-detail {
    width: 50%;
}

.single-section-head-detail h1 {
    text-indent: 50px;
    position: relative;
    margin-bottom: 60px;
}

.single-section-head-detail h1::before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
    top: 10px;
    right: 0;
    background-color: #fff;
    border-radius: 6px;
}

.single-section-head-detail-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.single-section-head-detail-info div {
    display: flex;
    align-items: center;
}

.single-section-head-detail-info div svg {
    margin-left: 10px;
}

.single-section-head-img {
    width: 50%;
}

.single-section-head-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid #fff;
}

.single-section-content {
    padding: 40px 0 20px;
}

.single-section-content p {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0.7px;
    margin-bottom: 25px;
}

.contact-section-background {
    background-color: #0E0E0E;
    position: relative;
    padding-bottom: 80px;
    z-index: 2;
}

.contact-section-background::before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.25;
    background: #8D0811;
    filter: blur(120px);
    z-index: -1;
}

.contact-section-title {
    padding: 35px 0 25px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
}

.contact-section-title h1 {
    font-size: 25px;
    font-weight: 550;
    margin-left: 25px;
}

.contact-section-detail {
    padding: 120px 40px;
    border-radius: 14px;
    background-image: linear-gradient(225deg, #232323 0%, rgba(33, 33, 33, 0.65) 100%), url(../images/map.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 60px;
}

.contact-section-detail-item {
    display: flex;
    flex-direction: column;
}

.contact-section-detail-item div {
    margin-bottom: 15px
}

.contact-section-detail-item a {
    color: #fff;
}

.contact-section-detail-item a,
.contact-section-detail-item p {
    font-size: 19px;
    font-weight: 400;
}

#moby-button i {
    font-size: 26px;
}

@media (max-width:1199px) {
    .landing-title h1 {
        font-size: 30px;
    }

    .azar-col-content-1 .content-section-item-text::before {
        left: -150px;
    }

    .content-section-item-text {
        margin: 130px 0;
    }

    .content-section-item-text p {
        font-size: 18px;
        font-weight: 500;
    }

    .services-section-title h3 {
        font-size: 30px;
    }

    .footer-section-blog-item,
    .footer-section-blog-link {
        padding: 0 0 0 40px;
    }
}

@media (max-width:991px) {
    .header-logo-menu {
        justify-content: space-between;
        flex-direction: row-reverse;
        width: 60%;
    }

    .landing-title,
    .landing-image {
        padding: 0;
    }

    .landing-image {
        display: none;
    }

    .landing-title {
        width: 100%;
        text-align: center;
    }

    .analyse-item-num {
        font-size: 37px;
    }

    .analyse-item-text {
        font-size: 16px;
        font-size: 14px;
    }

    .content-section-column {
        padding: 0;
    }

    .content-section-item-text {
        margin: 80px 0;
    }

    .content-section-item-text p {
        font-size: 16px;
    }

    .services-section-title h3 {
        font-size: 25px;
    }

    .services-section-content-item p {
        font-size: 15px;
    }

    .footer-section {
        grid-template-columns: 5fr 5fr;
        grid-template-rows: 1fr 1fr;
    }

    .footer-section-social {
        margin-top: 70px;
    }

    .footer-section {
        padding: 50px 0 0px;
    }

    .single-section-head-detail h1 {
        font-size: 22px;
        text-indent: 38px;
    }

    .single-section-head-detail h1::before {
        width: 22px;
        height: 22px;
        top: 6px;
    }

    .single-section-head-detail-info {
        align-items: flex-start;
        flex-direction: column;
    }

    .single-section-head-detail-info div {
        margin-bottom: 20px;
    }

    .single-section-head {
        padding: 50px 0 0;
    }

    .contact-section-detail {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-section-detail-item {
        margin-bottom: 30px;
    }

    .category-content-item-detail-exerpt {
        font-size: 14px;
    }

    .header-menu nav ul {
        display: none;
    }
}

@media (max-width:767px) {
    .analyse-section {
        flex-wrap: wrap;
    }

    .analyse-item {
        width: 50%;
        margin-bottom: 20px;
    }

    .content-section-item-text {
        margin: 45px 0;
    }

    .azar-col-content-1 .content-section-item-text::before {
        left: -25px;
    }

    .azar-col-content-2 .content-section-item-text::before {
        right: -20px;
    }

    .content-section-item-text p {
        font-size: 14px;
        font-weight: 400;
    }

    .services-section-title h3 {
        font-size: 23px;
    }

    .services-section-content-item {
        padding: 20px;
    }

    .footer-section {
        grid-template-columns: 5fr;
        grid-template-rows: 1fr 1fr 1fr;
    }

    .footer-section-blog {
        margin-top: 20px;
    }

    .single-section-head {
        flex-direction: column-reverse;
    }

    .single-section-head-detail,
    .single-section-head-img {
        width: 100%;
    }

    .single-section-head-img {
        margin-bottom: 40px;
    }

    .single-section-content p {
        font-size: 15px;
    }

    .single-section-background::before,
    .contact-section-background::before,
    .category-section-background::before {
        width: 200px;
        height: 200px;
    }

    .contact-section-title h1 {
        font-size: 20px;
    }

    .contact-section-title span {
        font-size: 14px;
    }

    .category-section-content-item {
        flex-direction: column;
        border-bottom: 1px solid #ffffff29;
        margin-bottom: 40px;
        padding-bottom: 50px;
    }

    .category-section-content-item-image {
        width: 100%;
        margin-bottom: 15px;
    }

    .category-section-content-item-detail {
        width: 100%;
    }

    .content-section-column {
        width: 100%;
    }
}


@media (max-width:575px) {
    .moby.right-side {
        right: -25px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        width: calc(100% - 25px);
    }

    .header-logo {
        margin-left: 40px;
    }

    .landing-title h1 {
        font-size: 22px;
        line-height: 50px;
    }

    .content-section {
        flex-direction: column;
    }

    .content-section-column {
        width: 100%;
    }

    .azar-col-content-1 .content-section-item-text::before {
        left: 0;
    }

    .azar-col-content-2 .content-section-item-text::before {
        right: 0;
    }

    .services-section-title h3 {
        font-size: 21px;
    }

    .services-section-content-item p {
        font-size: 14px;
    }

    .footer-bottom-section {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-section-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-section-title h1 {
        margin-bottom: 15px;
    }


}

.moby.right-side.moby.right-side {
    width: 50%;
}

.moby ul li a {
    padding: 20px 50px 20px 20px;
    text-align: right;
    font-size: 15px;
    font-weight: 700;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100% !important;
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 !important;
}

.content-section-mobile {
    padding: 40px 0;
}