.font600 {
    font-family: font600 !important;
}

.lg\:font-20 {
    font-size: 20px !important;
}

.articles-section {
    position: relative;
}

.articles-section .btn-slider {
    position: absolute;
    top: 50%;
    z-index: 5;
}

.article-card {
    margin-bottom: 32px;
    display: flex;
    flex-flow: column;
    background-color: white;
    overflow: hidden;
    height: 480px;
    transition: 0.2s ease-in;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

.article-card:hover {
    transition: 0.2s ease-in;
    box-shadow: 0 10px 15px rgb(69 79 88 / 8%);
}


.article-card figure img {
    height: 100%;
    width: 100%;
}

.article-card .body-card {
    margin-right: 4px;
    text-align: start;
    padding-left: 12px;
    padding-right: 12px;
}

.article-card .body-card .calender {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.article-card .footer-card {
    padding: 0px 16px;
}

.article-card .read-more {
    font-size: 18px;
    font-family: font600;
    color: var(--redColor);
}

.article-card .footer-card a {
    font-size: 16px;
    font-family: 'boldH';
    color: var(--main-color);
}

.article-card:hover .footer-card a {
    color: var(--main-color);
}

@media (max-width: 992px) {
    .article-card .body-card .calender {
        font-size: 12px;
    }
}

.article-card .body-card .calender>svg {
    width: 32px;
    height: 32px;
}

.article-card .body-card .calender>svg {
    width: 16px;
    height: 16px;
}

.article-card .body-card .calender span {
    padding-inline-start: 8px;
    color: var(--grayColor);
    font-size: 14px;

}

.article-card .body-card h2 {
    color: #2A1935;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-family: font600;
    transition: 0.2s ease-in;
    color: var(--bg-title);
    margin-top: 20px;
    margin-bottom: 8px;
}

.article-card .body-card p {
    text-align: start;
    color: var(--grayColor);
    font-size: 14px;

    margin-top: 5px;
    width: 85%;
}

@media (max-width: 992px) {
    .article-card .body-card p {
        font-size: 13px;
    }
}

.offer-card {
    display: flex;
    flex-direction: row;
    height: 300px;
    background-color: #F4F3EF;
    box-shadow: none;
    align-items: center;

    border-radius: 4px;
}

.offer-card:hover {
    box-shadow: none;
}

.offer-card figure {
    max-width: 520px;
    height: 300px;
    margin-bottom: 0;
    flex: 1 1 35%;

}

.offer-card .body-card {
    flex: 1 1 50%
}

.offer-card .body-card h2 {
    margin-bottom: 20px;
}

.offer-card .body-card p {
    margin-bottom: 20px;
}


/* offers */
.offers {
    margin-bottom: 80px;
}

.offers .description {
    padding-bottom: 23px;
    margin-bottom: 32px;
}

.offers .details {
    border: 1px solid var(--border-color);
    padding: 40px;
    border-radius: 16px;

}

.offers .details h5 {
    font-size: 24px;
    font-family: font600;
}

.roles ul,
.roles ol {
    padding-inline-start: 24px;
    margin-top: 16px;
}

.roles ul li,
.roles ol li {
    list-style-type: decimal !important;
    position: relative;
    z-index: 1;
    padding-inline-start: 10px;
    margin-top: 12px;

}

.roles ol li::marker,
.roles ul li::marker {
    font-family: font500;
}

.roles ol li::before,
.roles ul li::after {
    content: '';
    position: absolute;
    top: -4px;
    right: -27px;
    width: 32px;
    height: 32px;
    background-color: #F6F6F6;
    border-radius: 50%;
    z-index: -1;
}

.offers .cs-border-bottom {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 22px;
    margin-bottom: 32px;
}

.offers .custom-btn {
    min-width: 200px;
}

.offers .category {
    border-top: 1px solid var(--border-color);
    margin-top: 50px;
    padding-top: 32px;
}

.custom-modal h3 {
    font-size: 32px;
    margin-top: 30px;
    margin-bottom: 16px;
    font-family: font600;
    text-align: center;
}

/* ./offers */
/* customers_care */
.customers_care {
    margin-bottom: 64px;
}

.jobs-page_top {

    width: 100%;
    /* height: 420px; */
    border-radius: 16px;
    text-align: center;
    padding: 32px;
    position: relative;
    z-index: 1;
}

.jobs-page_top::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #F6F6F6;
    height: 75%;
    z-index: -1;
}

.jobs-page_top h1 {
    font-size: 32px;
    font-family: font600;
    color: var(--blackColor);
    margin-bottom: 1rem;
}

.jobs-page_top p {
    font-size: 18px;
    color: var(--grayColor);
    width: 50%;
    margin: 0 auto;
}

.jobs-page_top figure {
    margin-top: 21px;
    height: 350px;
}

.jobs-page_top figure img {
    border-radius: 16px;
    height: 100%;
}

.desc-1 h2 {
    font-size: 24px;
    font-family: font600;
    color: #201E1E;
    margin-bottom: 1rem;
}

.desc-1 p {
    font-size: 18px;
    font-family: font400;
    color: #201E1E;
}

/* ./customers_care */

/* slider */
.home-slider-item {
    position: relative;
}

.home-slider-item .text {
    position: absolute;
    z-index: 2;
    top: 29%;
    right: 15%;
}

.home-slider-item .text .title,
.home-slider-item .text .title * {
    /* font-size: 32px; */
    font-size: 60px !important;
    font-family: font600 !important;
    color: #201E1E !important;
}

.home-slider-item .text .title p {
    margin-bottom: 0px;
}

/*
.home-slider-item .text p {
    margin-top: 8px;
    font-size: 18px;
    font-family: font400;
    width: 60%;
} */
.home-slider-item .text .subtitle,
.home-slider-item .text .subtitle * {
    margin-top: 8px !important;
    font-size: 18px !important;
    font-family: font400 !important;
    /* width: 60% !important; */
}


.home-slider-item .custom-btn {
    margin-top: 36px;
    font-size: 18px;
    font-family: font500;
    height: 44px;
    width: 160px;
    border-radius: 4px;
}

.home-slider-item .custom-btn:hover {
    background-color: #201E1E;
    color: white;
}

/* ./slider */
.header-top .navbar-brand {
    width: 250px;
}

.header-top .navbar-brand img {
    width: 100%;
}

.clients-slider {
    /*border: 1px solid var(--border-color);*/
    border-radius: 4px;
    padding: 26px 64px;
}

.categories-slider {
    /* padding: 25px 45px; */
    padding: 25px 15px;
}

.clients-slider .owl-nav,
.categories-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 32px;
    left: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: -1;
}

.categories-slider .owl-nav {
    right: -40px;
    left: -40px;
}

.clients-slider .owl-nav i,
.categories-slider .owl-nav i {
    width: 40px;
    line-height: 38px;
    border-radius: 50%;
    background-color: transparent;
    color: #201E1E;
    /* border: 1px solid #201E1E; */
    font-size: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.clients-slider .owl-nav i:hover,
.categories-slider .owl-nav i:hover {
    background-color: #F6F6F6;
    color: #201E1E;
}

.clients-slider .owl-nav button,
.categories-slider .owl-nav button {
    outline: unset;
}

.clients-slider .owl-nav .owl-next,
.categories-slider .owl-nav .owl-next {
    left: 30px;
}

.clients-slider .owl-nav .owl-prev,
.categories-slider .owl-nav .owl-prev {
    right: 10%;
}

.clients-slider .client-item {
    margin-bottom: 0;
}

.clients-slider img {
    width: 80% !important;
}

.border-left-clients {
    border-left: 1px solid #e3e6ea;
}

.project-details-page .project-details-card {
    position: initial;
    background-color: #F6F6F6;
}

.project-details-top .general-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 16px;
    background: -moz-linear-gradient(top, rgba(32, 30, 30, 0) 0%, rgba(32, 30, 30, 0.05) 30%, rgba(32, 30, 30, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(32, 30, 30, 0) 0%, rgba(32, 30, 30, 0.05) 30%, rgba(32, 30, 30, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(32, 30, 30, 0) 0%, rgba(32, 30, 30, 0.05) 30%, rgba(32, 30, 30, 0.6) 100%);
}

.lg\:border-radius-16 {
    border-radius: 16px !important;
}

.cs-border-top {
    border-top: 1px solid var(--border-color);
}

.project-details-page .category {
    margin-top: 50px;
    padding-top: 32px;
    border-top: 1px solid var(--border-color);
    width: 65%;
}

.play {
    position: relative;
}

.play::after {
    content: '';
    position: absolute;
    background-image: url(../images/play.svg);
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    background-size: 80px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.2s ease-in;
    z-index: 1;
    box-shadow: 0 8px 16px rgb(15 15 15 / 10%);
}

.play:hover::after {
    box-shadow: 0 0 14px rgb(255, 255, 255, 0.75);
}

.project-details-page .project-slider .owl-nav i {
    /* background-color: white; */
    /* border: 1px solid #ffffff; */
}

.project-details-page .project-slider .owl-dots {
    display: none;
}

.project-slider .owl-nav {
    position: absolute;
    top: 50%;
    right: 10%;
    left: 10%;
}

.project-slider .owl-nav button {
    position: absolute;
    transform: translateY(-50%);
}

.project-slider .owl-dots .owl-dot:focus,
.project-slider .owl-nav button:focus {
    outline: none !important;
    box-shadow: none important;
}

.project-slider .owl-nav .owl-next {
    left: 0;
}

.project-slider .owl-nav .owl-prev {
    right: 0;
}

.project-slider .owl-nav i {
    width: 40px;
    line-height: 38px;
    border-radius: 50%;
    background-color: transparent;
    color: #201E1E;
    /* border: 1px solid #201E1E; */
    font-size: 20px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.project-slider .owl-nav i:hover {
    background-color: #fff;
    color: #201E1E;
}

.project-slider .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
}

.project-slider .owl-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    margin: 0 5px;
    background-color: #DAD8D8;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.project-slider .owl-dots .owl-dot.active span {
    background-color: var(--blackColor);
    width: 24px;

}

.project-slider .owl-dots .owl-dot.active span:before {
    border-color: rgba(255, 255, 255, 0.6);
}

.project-slider .project-slider-item {
    height: 440px;
}

.project-slider .project-slider-item img {
    height: 100%;
}

.add_to_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.add_to_cart .icon {
    background-color: #201E1E;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add_to_cart span {
    font-family: font600;
    font-size: 24px;
    color: #201E1E;
}

.add_to_cart .count,
.add_to_cart .remove {
    display: none;
}

/* login-page */
.login-page {
    background-color: #F6F6F6;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

.login-card {
    box-shadow: 0px 4px 12px rgb(32 30 30 / 5%);
    border-radius: 2px;
    padding: 32px 56px;
    background-color: white;

}

.login-card h1 {
    font-size: 24px;
    font-family: font600;
    color: #201E1E;
    text-align: center;
}

.login-page form label {
    font-size: 14px;
    font-family: font500;
    color: #201E1E;
}

.login-page .custom-input::placeholder {
    font-size: 14px;
    font-family: font400;
}

.login-page .custom-input {
    text-indent: 38px;
    outline: none;
    box-shadow: none;
}

.login-page .custom-input:focus {
    border: 1px solid #201E1E;
}

.login-page .icon-i-2 {
    position: absolute;
    left: 22px;
    top: 13px;
}

.login-page .icon-i-2 svg:first-child {
    display: inline;
}

.login-page .icon-i-2 svg {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.login-page .cs-checkbox-1 input:checked~.checkmark {
    background-color: #201E1E;
    border-color: #201E1E;
}

.forget_password {
    text-decoration: underline;
    color: #201E1E;
    font-family: 'font500';
}

.forget_password:hover {
    color: #201E1E;
}

.login-by {
    position: relative;
    color: #A3AEB8;
    margin-top: 20px;
    text-align: center;
}

.login-by::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 35%;
    right: 0;
    height: 1px;
    background-color: #E3E6EA;
}

.login-by::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 35%;
    left: 0;
    height: 1px;
    background-color: #E3E6EA;
}

.icon-login-by {
    border: 1px solid #E3E6EA;
    border-radius: 12px;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-login-by:hover {
    box-shadow: 0px 0px 15px rgb(15 15 15 / 6%);
}

.gap-3 {
    gap: 1.5rem;
}

.login-page h6 {
    font-size: 16px;
    font-family: font500;
    text-align: center;
    margin-top: 24px;
}

.code {
    text-align: center;
    text-indent: 0 !important;
    font-size: 20px;
    font-family: font500;
    color: #201E1E;
}

.code-modal .custom-btn.v2 {
    width: 488px;
}

/* ./login-page */
.progress {
    width: 0%;
    height: 6px;
    background-color: white;
    border-radius: 0;
    transition: 0.2s linear;
}

.progress .line {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: var(--blackColor);
}

.home-slider,
.home-slider .home-slider-item,
.home-slider .item-video {
    max-height: 570px;
}

.progress {
    height: 4px;
}

.banner-1-section .btn {
    max-width: calc(100% - 30px);
}

.item-video {
    height: 410px;
}

.testimonial-item figure img {
    width: 56px !important;
}

.m-category-item-v2 {
    text-align: center;
    background-color: #f6f6f6;
    border: 0.5px solid #f6f6f6;
    height: calc(100%);
}

.m-category-item-v2 figure {
    height: 180px;
    overflow: hidden;
    border-radius: 4px;

}

.m-category-item-v2 figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.m-category-item-v2 h3 {
    font-size: 24px;
    font-family: 'font600', sans-serif;
    color: var(--blackColor);
    padding-bottom: 1rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: 0.2s linear;
}

.m-category-item-v2:hover h3 {
    color: var(--redColor);
}

@media (min-width: 1600px) {

    .home-slider,
    .home-slider .home-slider-item,
    .home-slider .item-video {
        /* max-height: 100%; */
         height: 510px;
    }

    .home-slider .home-slider-item {
        height: auto;
    }

    .home-slider .home-slider-item img {
        height: 100%;
        max-height: 100%;
    }

}


@media (max-width:1025px) {
    .banner-1-section .btn {
        max-width: 100%;
    }

    .home-slider-item {
        height: 512px;
    }
}

@media (max-width:992px) {
    .project-details-page .project-details-card {
        padding: 30px;
        width: 350px;
    }

    .home-slider {
        height: auto;
    }

    .item-video {
        height: auto;
    }

    .banner-1-section .btn {
        max-width: 50%;
    }

    .goles {
        height: auto;
        min-height: 190px;
        margin-bottom: 16px;
    }

    .home-slider {
        height: auto;
    }

    .home-slider .home-slider-item {
        height: auto;
    }

    .home-slider .home-slider-item img {
        height: auto;
        object-fit: contain;
    }

    .item-video {
        height: 200px;
    }

    /* .home-slider .home-slider-item img {
        height: 300px;
    } */

    .offer-card {
        flex-direction: column;
        height: auto;
        align-items: flex-start;
    }

    .offer-card figure {
        width: 100%;
        height: 280px;
        margin-bottom: 1rem;
    }

    .offer-card .body-card {
        flex: 1 1 100%;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 16px;
    }

    .offer-card .body-card h2 {
        margin-bottom: auto;
        margin-top: 10px;
    }

    .offer-card .body-card p {
        margin-bottom: auto;
        margin-top: 10px;
        margin-bottom: 1rem;
    }

    .offers .details {
        padding: 20px;
    }

    .offers .custom-btn {
        min-width: 100%;
    }

    .offer-card figure {
        justify-content: start;
        align-items: flex-start;
        flex: unset;
    }
}

@media (max-width:780px) {


    .jobs-page_top p {
        width: 100%;
        font-size: 16px;
    }

    .jobs-page_top figure {
        height: 260px;
        width: 100%;
    }

    .jobs-page_top h1 {
        font-size: 28px;
    }

    .jobs-page_top {
        /* height: 230px; */
        padding: 22px;
    }

    .jobs-page_top figure img {
        border-radius: 16px;
        height: 100%;
        width: 100%;
    }

    .home-slider-item .text {
        right: 17%;
    }

    .home-slider-item .text h2 {
        font-size: 22px;
        font-family: font600;
        color: #201E1E;
    }

    .home-slider-item .text p {
        margin-top: 8px;
        font-size: 14px;
        font-family: font400;
        width: 60%;
    }

    .home-slider-item .custom-btn {
        margin-top: 16px;
        font-size: 14px;
        height: 40px;
        width: 120px;
    }

    .code-modal .custom-btn.v2 {
        width: 380px;
    }

    .banner-1-section .btn {
        max-width: 50%;
    }

    .m-category-item-v2 h3 {
        font-size: 20px;
    }

}

@media (max-width:519px) {
    .header-top .navbar-brand {
        width: 200px;
    }

    .jobs-page_top figure {
        height: 200px;
        width: 100%;
    }

    .desc-1 p {
        font-size: 16px;
        font-family: font400;
        color: #201E1E;
    }

    .home-slider-item .text h2 {
        font-size: 20px;
    }

    .home-slider-item .text p {
        font-size: 14px;
    }

    .home-slider-item .text {
        right: 7%;
        top: 29%;

    }

    .play::after {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }

    .login-card {
        padding: 16px;
    }

    .code-modal .custom-btn.v2 {
        width: 280px;
    }

    .verification_code .custom-input {
        height: 36px;
        border-radius: 8px;
    }

    .m-category-item h3 {
        word-spacing: 0;
    }

    .m-category-item img {
        height: auto;
        min-height: 170px;
    }

    .banner-1-section .btn {
        max-width: calc(100% - 100px);
    }

    .m-category-item-v2 h3 {
        font-size: 18px;
    }
}

@media (max-width:320px) {
    .code-modal .custom-btn.v2 {
        width: 180px;
    }

    .header-top .navbar-brand {
        width: 150px;
    }

    .home-slider .home-slider-item img {
        height: auto;
        object-fit: contain;
    }

    .item-video {
        height: auto;
    }
}

@media (min-width: 2300px) {
    .item-video {
        height: 100%;
    }
}

@media (min-width: 992px) {

    .offers .modal-lg,
    .offers .modal-xl {
        max-width: 1000px;
    }

}

.home-slider .active .text.animationClass h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.home-slider .active .text.animationClass p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.main-header {
    transition: top 0.5s ease-in-out;
}

.header-top-0 {
    border-bottom: 1px solid #E3E6EA;
}

.header-top-0 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-inline-end: 14px;
}

.header-top-0 .content .phone-call-us {
    color: var(--blackColor);
    font-family: font900, sans-serif;
    font-size: 16px;
    direction: ltr;
}

.header-top-0 .content .call-us {
    display: flex;
    align-items: center;
    font-size: 20px;

}

html[dir=rtl] .call-us i {
    transform: rotate(250deg);
}

html[dir=ltr] .call-us i {
    transform: rotate(20deg);
}

.wdicon {
    height: 30px;
    width: 30px;
    margin: 0;
    text-align: center;
    font-size: 0;
    background: rgba(0, 0, 0, 0) url(../images/header-icon.png) no-repeat scroll 0px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}


@media (max-width: 991px) {
    .header-top-0 .content .phone-call-us {
        font-size: 14px;
    }

}

.service-title {
    padding-inline-start: 10px;

}

@media (max-width:768px) {
    .categories-slider .owl-nav {
        display: none;
    }
}
@media (min-width:1200px) {
     .home-slider,
    .home-slider .home-slider-item
 {
        /* max-height: 100%; */
         height: 330px;
    }
    .home-slider .item-video{
        height: 340px;
    }


}
@media (min-width:1300px) {

    .home-slider,
    .home-slider .home-slider-item {
        /* max-height: 100%; */
        height: 380px;
    }

    .home-slider .item-video {
        height: 380px;
    }

}
@media (min-width:1500px) {
    .home-slider,
    .home-slider .home-slider-item {
        /* max-height: 100%; */
        height: 415px;
    }
    .home-slider .item-video {
        height: 415px;
    }
}
@media (min-width:1800px) {
    .home-slider,
    .home-slider .home-slider-item {
        /* max-height: 100%; */
        height: 520px;
    }

    .home-slider .item-video {
        height: 520px;
    }
}

@media (min-width:1800px) {
    .home-slider,
    .home-slider .home-slider-item {
        max-height: 570px;
        height: auto
    }

    .home-slider .item-video {
        max-height: initial;
        height:auto
    }
}

@media (min-width:2000px) {
    .home-slider,
    .home-slider .home-slider-item {
        max-height: initial;
        height: auto;
    }
}
/* @media(min-width: 1600px){
    .home-slider .home-slider-item img{
        height: auto;
        max-height: 640px;
    }

} */

