/*----------------font family --------------- */
@font-face {
    font-family: "Inter-SemiBold";
    src: url(../fonts/Inter-SemiBold.ttf);
}

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

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

/*-------------------globle css start----------*/
body {
    font-family: "Inter-Regular";
}

.baner-btn {
    background: #000000ed !important;
    color: white !important;
    border: 2px solid white !important;
    transition: .3s;
}

.baner-btn:hover {
    box-shadow: 0px 0px 35px -10px white;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid black !important;

}

.white-btn {
    background: #fff;
    color: #141414;
    font-size: 24px;
    font-family: "Inter-SemiBold";
    border: 1px solid #141414;
    transition: .3s;
    padding-left: 15px;
    padding-right: 15px;
    width: 28%;
    border-radius: 16px;
}

.white-btn:hover {
    background: #fff;
    color: #141414;
    border: 1px solid #141414;
}

.dark-btn {
    color: #141414;
    border: 1px solid #141414;
    font-size: 18px;
    font-family: "Inter-SemiBold";
    background: #09091d;
    transition: .3s;
    padding-left: 15px;
    padding-right: 15px;
}

.dark-btn:hover {
    background: #141414;
    color: white;
    border: 1px solid #141414;
}

.sec-space {
    padding-top: 60px;
    padding-bottom: 60px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0px 0px 7px 0px #141414;
}

.bg-warper {
    padding: 0px 0px;
}

.title-drak {
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 15px;
}

.ai-dashboard {
    width: 80%;
    margin: auto;
}

.sub-title {
    font-size: 24px;
}

.smart-title {
    border-bottom: 1px solid #80808070;
    margin-bottom: 10px;
}

.smart-title-text {
    font-weight: 700;
    font-size: 20px;
    width: fit-content;
    border-bottom: 1px solid #fe531f;
    padding-bottom: 8px;
    margin-bottom: -1px;
}

.new_img {
    filter: blur(3px);
    /* Apply blur effect to all images by default */
}

.new_img.active {
    filter: blur(0);
    /* Remove blur effect for the active image */
}

.section-space {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* ========== JOBS PAGE CSS START  ==========  */
/* ========== jobs-div ==========  */
.jobs-div .card{
    color: black;
}

.jobs-div .card:hover{
    color: black;
    box-shadow: black 10px 2px 10px 2px;
}
.job-apply-div .card .btn{
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    /* width: 25%; */
}

.job-apply-div .pi{
    height: 10px;
    background-color: #014366;
}
.job-apply-div .re{
    height: 10px;
    background-color:gray;
}
.job-apply-div .qu{
    height: 10px;
    background-color: gray;
}
.job-apply-div .vsi{
    height: 10px;
    background-color: gray;
}
.job-apply-div .rya{
    height: 10px;
    background-color: gray;
}
.job-apply-div .sas{
    height: 10px;
    background-color: gray;
}

.job-review-div .card .btn{
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.job-review-div .pi{
    height: 10px;
    background-color: #014366;
}
.job-review-div .re{
    height: 10px;
    background-color:#014366;
}
.job-review-div .qu{
    height: 10px;
    background-color: #014366;
}
.job-review-div .vsi{
    height: 10px;
    background-color: #014366;
}
.job-review-div .rya{
    height: 10px;
    background-color: #014366;
}
.job-review-div .sas{
    height: 10px;
    background-color: gray;
}
/*-------------------navbar css start----------*/
.navbar-brand img {
    width: 9rem;
}

.logo-text {
    font-weight: 900;
    color: white;
    font-size: 29px;
    /* background: black; */
    padding: 0;
    border-radius: 8px;
}

nav.navbar {
    padding: 0;
    border-bottom: 1px solid #FE531F;
}

a.nav-link:hover {
    color: #fe531f;
}

.navbar-brand {
    margin-right: 1rem !important;
    color: #141414;
    font-family: "poppins-semibold";
    font-size: 25px;
    /*padding-bottom: 0px;*/
}

.header-lgo-txt img {
    width: 94px;
}

.header-link {
    color: grey;
    font-size: 15px;
    font-family: "Inter-SemiBold";
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.header-link.active {
    color: #fe531f !important;
}

.header-link:hover {
    color: #141414;
    transition: .3s;
}

.header-btn {
    color: white;
    transition: .3s;
}

.login-btn {
    margin-right: 10px;
    border: 1px solid #e5e7eb;
}

.header-btn {
    margin-right: 2%;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #FE531D;
    color: white;
  }
  .header-btn:hover {
    color: white;
    background-color: #FE531D !important;
  }

.signup-btn {
    background: #141414;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
}

/*-------------------- cicle category menu  ------------------*/
.item-image.catgory-circle-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 2px 6px 1px #c1bcbc;
}

.item-main-circle-menu .item-desc {
    font-size: 14px !important;
}

/*-------------------- Home Page ------------------*/

.slick-slider .element {
    width: 100px;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

.item-type {
    font-size: 14px;
    color: #fe531f;
    padding-bottom: 10px;
}

.item-main {
    border: thin solid rgba(65, 66, 71, .18);
}

.item-image {
    display: block;
    height: 160px;
    object-fit: cover;
}

.item-content {
    padding: 10px 4px 0px 4px;
}

.item-desc {
    margin-bottom: 0px;
    font-size: 17px;
    color: #000;
}

.slick-prev {
    border: none;
    border-bottom: 1px solid #fe531f;
    padding: 0;
    background: transparent;
    color: #fe531f;
    width: fit-content;
    opacity: .8;
}

.slick-next {
    border: none;
    border-bottom: 1px solid #fe531f;
    padding: 0;
    background: transparent;
    color: #fe531f;
    width: fit-content;
    float: right;
    opacity: .8;
}

.slick-next:hover {
    opacity: 1;
}

.slick-prev:hover {
    opacity: 1;
}

.h1-title {
    font-weight: 700;
    font-size: 26px;
    width: fit-content;
    border-bottom: 1px solid #fe531f;
    padding-bottom: 8px;
}

/*===================- Job Page css ===========================*/

.jobs-body {
    text-align: center;
    border-top: 6px solid #FE531F;
    box-shadow: 3px 5px 7px -3px #549ac7;
}

.job-detail-card {
    box-shadow: 3px 5px 7px -3px #549ac7;
    margin-bottom: 3% !important;
    width: 100%;
    margin: auto;
    border-radius: 0px;
    border-top: 10px solid #fe531f;
    /* box-shadow: 3px 5px 7px -3px #549ac7; */
}
.job-detail-tag {
    text-align: center;
    margin-top: 2%;
    color: #014366;
    margin-bottom: 1%;
}
.job-detail-body {
    padding: 18px 35px 18px 35px;
}
@media only screen and (min-width: 320px) and (max-width: 376px) {
    .job-detail-card {
        width: 100%;
    }
}
@media only screen and (min-width: 377px) and (max-width: 426px) {
    .job-detail-card {
        width: 100%;
    }
}
@media only screen and (min-width: 427px) and (max-width: 767px) {
    .job-detail-card {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
    .job-detail-card {
        width: 100%;
    }
}
/*===================- Job Page css ===========================*/




/*===================- Sign In form css ===========================*/
/*===================- Sign In form css ===========================*/

.containerform {
    border-radius: 16px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: absolute;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    opacity: 0.8;
    position: relative;
    margin: auto;
    width: 60%;
}

.form-container form {
    background: #1c1c1c;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

div#container h1 {
    font-size: 33px !important;
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    color: white;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    z-index: 1;
    opacity: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.overlay {
    background: transparent;
    background: linear-gradient(to right, #ff4b2b, #ff416c) no repeat 0 0 /cover;
    color: #fff;
    position: absolute;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}
.card{
    box-shadow: 3px 5px 7px -3px #549ac7;
}

.overlay-panel {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.overlay-left {
    transform: translateX(-20%);
}

/*....Animation....*/

/*....Move signin to the right....*/
.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

/*....Move overlay to the left....*/
.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

/*....Bring sign up over sign in....*/
.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}

/*...Move overlay back to right....*/
.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.container.right-panel-active .overlay-right {
    transform: translateX(20%);
}

/*-------------------- pricing page css ------------------*/

.baner-bold-text h2 {
    font-size: 72px;
    font-weight: 900;
    line-height: 72px;
}

.opacity-30 {
    opacity: .4;
}



/*time duration switches*/


.switches-container {
    width: 23rem;
    position: relative !important;
    display: flex;
    padding: 0;
    position: relative;
    background: #a6a8a9;
    line-height: 4rem;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
}

strike {
    font-size: 15px;
    color: #a6a8a9;
}

.plan-tick-sign {
    font-size: 18px;
    line-height: 1px;
    color: black;
    padding-right: 5px;
}

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: white;
}

.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    padding: 0.15rem;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
    /* transition: transform 1s; */
}

.switch {
    border-radius: 3rem;
    background: #141414;
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: white;
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(0%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.pricing-table-main {
    box-shadow: 2px 15px 15px -3px #80808042;
    margin-top: 100px;
    margin-bottom: 100px;
    border-radius: 16px;
    padding: 30px 20px;
}

.plan-type {
    font-size: 26px;
    font-weight: 700;
}

.plan-type-text {
    font-size: 14px;
    color: #5e6060;
}

.plan-price.plan-price-big {
    font-size: 36px;
    font-weight: 700;
    color: black;
}

.plan-price-duration {
    font-size: 14px;
    color: #5e6060;
    margin-bottom: 0px;
}

.plan-btn {
    background: transparent;
    color: black;
    border: 1px solid black;
    animation: .3s;
    width: 100%;
}

.plan-btn:hover {
    background: black;
    color: white;
    border: 1px solid black;
}

.popuplr-plan-btn {
    width: 100%;
}

.table-content-main {
    padding-left: 10px;
    padding-right: 10px;
}

.plan-button {
    margin-top: 30px;
    margin-bottom: 30px;
}

.plan-feature-list {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.plan-feature-list li {
    margin-bottom: 14px;
    font-size: 14px;
    color: rgba(20, 20, 20, 0.95);
}

.border-right-custom {
    border-right: 1px solid #8080804f;
}

.higlight {
    background: black;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    top: -1px;
    text-align: center;
}

.popuplr-plan-type {
    padding-top: 58px;
}

.popuplr-plan-column {
    position: relative;
    border: 1px solid black;
    border-radius: 14px;
    margin-top: -58px;
}

/*-------------------- footer css ------------------*/

.footer {
    background: #000;
    width: 100%;
    margin: auto;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 20px;
}

.footer-inner {
    width: 100%;
    margin: auto;
}

.footer-logo-top {
    width: 200px;
    margin-bottom: 30px;
}

.foter-btn {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fe531f;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 25px;
}

.foter-btn:hover {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fe531f;
    color: #fff;
    margin-top: 26px;
    margin-bottom: 25px;
}

.footer-list {
    text-align: left;
    list-style: none;
    border-top: 2px solid #f7f7f791;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 89px;
}

.footer-bran-line {
    border-top: 1px solid #80808070;
    padding-top: 20px;
}

.logo-text-footer {
    font-weight: 900;
    color: white;
    font-size: 16px;
    padding: 0;
}

.footer-list li {
    color: #f7f7f7;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-bran-line .row .col-md-6 {
    padding: 0;
}

.footer-list-social-icon {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: baseline;
    padding-left: 0;
    margin-bottom: 0px;
}

.footer-list-social-icon li {
    margin-left: 10px;
}

.socail-icon i {
    font-size: 24px;
    color: #fe531f;
    margin-left: 10px;
}

.footer-logo img {
    width: 100px;
}

.footer-list li:hover {
    color: #fe531f;
    cursor: pointer;
    transition: .3s;
}

.copy-right {
    color: #868686;
    font-size: 14px;
    font-weight: 600;
}

.socail-icon {
    margin-top: 5px;
}

/*-------------------- Media-Query ------------------*/
@media screen and (min-width: 1367px) {}

@media screen and (min-width: 1367px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .containerform {
        width: 94%;
    }
}

@media screen and (max-width: 767px) {
    .border-right-custom {
        border-right: 0px;
    }
    .header-lgo-txt img{
        width:65px !important;
        float: right;
    }
/* .footer{
    margin-top: 110%;
} */
    .table-content-main.starter-table-content {
        border-bottom: 0px;
    }

    .baner-bold-text h2 {
        font-size: 26px;
        font-weight: 900;
        line-height: 30px;
    }

    .table-content-main {
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: 1px solid #afafaf7a;
        margin-bottom: 20px;
    }

    .popuplr-plan-column {
        margin-top: 0;
    }

    .popuplr-plan-column .table-content-main {
        margin-bottom: 0px;
        border-bottom: 0px;
    }

    .enterprise-table {
        margin-top: 30px;
        border-bottom: 0px;
    }

    .pricing-table-main {
        box-shadow: 2px 15px 15px -3px #80808042;
        margin: auto;
        margin-top: 60px;
        margin-bottom: 60px;
        border-radius: 16px;
        padding: 22px 10px;
        width: 90%;
    }

    .search-wrapper.cf {
        background: white;
        width: 100%;
    }

    .search-wrapper button {
        float: none;
    }

    .user-photos-number-boxes {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4rem;
        margin-bottom: 4rem;
        flex-direction: column;
    }

    .active-user-box.user-box {
        margin-bottom: 20px;
    }

    .title-drak {
        font-weight: 700;
        font-size: 23px;
        margin-bottom: 15px;
    }

    .bg-warper {
        padding: 0px 5px;
    }

    .footer-inner {
        width: 94%;
        margin: auto;
    }

   .container  {
        /* margin: 0px; */
        /* display: grid; */
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-auto-rows: 150px;
        grid-gap: 10px;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .overlay-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 400px;
    }

    .sign-in-container {
        left: 0;
        width: 100%;
    }

    .form-container {
        position: relative;
        top: 0;
        height: 100%;
    }

    .form-container form {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 1200px)and (min-width:768px){
    .container {
        margin-top: 0.5rem !important;
         margin-bottom: 1.5rem !important;
    }
}
@media screen and (max-width: 1440px)and (min-width:1200px){
    .container {
        margin-top: 1rem !important;
        margin-bottom: 2rem !important;
    }
}
/*     -----------AboutUs-----page---------              */

.about-us {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.about-img {
    width: 100%;
    height: 400px;
    object-fit: contain;

}




/*                    connect page                  */


.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    /* height: 100% !important; */
}

/* Style for the video element */
.video-container video {
    width: 100%;
    height: 510px;
    object-fit: cover !important;
    display: block;
}

@media(max-width: 992px) {
    .video-container video {
        height: 300px;
    }
}

/* Style for the overlay */
.video-container .overlay1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    /* Adjust the overlay color and opacity */
}

/* Style for the text in the overlay */
.video-container .overlay1 .text {
    text-align: center;
    color: #fff;
    /* Text color */
}

/* Media query for responsiveness */
@media screen and (max-width: 768px) {
    .video-container .overlay1 .text {
        /* Example responsive text size */
        font-size: 18px;
    }

    .lets_connect {
        font-size: xx-large;
    }
}

@media screen and (max-width: 425px) {
    .lets_connect {
        font-size: xx-large !important;
    }
}

.lets_connect {
    font-size: xx-large;
}

.text p {
    font-size: large;
    margin-bottom: 5px;
}
